wepay/Ruby-SDK

View on GitHub
wepay.gemspec

Summary

Maintainability
Test Coverage
Gem::Specification.new do |s|
  s.name        = 'wepay'
  s.version     = '0.4.0'
  s.date        = '2017-01-24'
  s.summary     = "WePay SDK for Ruby"
  s.description = "The WePay SDK for Ruby lets you easily make WePay API calls from Ruby."
  s.authors     = ["WePay"]
  s.email       = 'api@wepay.com'
  s.files       = ["lib/wepay.rb"]
  s.homepage    = 'https://github.com/wepay/Ruby-SDK'
  s.license     = 'Apache-2.0'
end