Sha256: 23740da0071d8e0aa32beddd728daa3542463d04e39a5eb88060e84abbe15887
Contents?: true
Size: 936 Bytes
Versions: 1
Compression:
Stored size: 936 Bytes
Contents
# To publish the next version: # gem build payoneer-client.gemspec # gem push payoneer-client-{VERSION}.gem Gem::Specification.new do |s| s.name = 'payoneer-client' s.version = '0.6.0' s.platform = Gem::Platform::RUBY s.licenses = ['MIT'] s.authors = ['Chris Estreich', 'Todd Eichel'] s.email = ['chris@tophatter.com', 'todd@tophatter.com'] s.homepage = 'https://github.com/tophatter/payoneer-api-ruby' s.summary = 'Payoneer SDK for ruby.' s.description = 'Payoneer SDK for ruby.' s.extra_rdoc_files = ['README.md'] s.required_ruby_version = '~> 2.2' s.add_dependency 'activesupport', '~> 4.2' s.add_dependency 'rest-client', '~> 1.6' s.files = `git ls-files`.split("\n") s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n") s.executables = `git ls-files -- bin/*`.split("\n").map { |f| File.basename(f) } s.require_paths = ['lib'] end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
payoneer-client-0.6.0 | payoneer-client.gemspec |