Sha256: a9fe3512b2d4738995f662f6cae17fb72bb6e3a5a166a3366b2ff9f516bc9858
Contents?: true
Size: 530 Bytes
Versions: 1
Compression:
Stored size: 530 Bytes
Contents
$:.unshift File.expand_path('../lib', __FILE__) Gem::Specification.new do |s| s.name = 'slimpay-client' s.summary = "Slimpay client" s.description = s.summary s.version = '1.0.1' s.files = `git ls-files`.split("\n") s.require_paths = ['lib'] s.authors = ['Jonathan VUKOVICH TRIBOUHARET'] s.email = 'jonathan.tribouharet@gmail.com' s.license = 'MIT' s.platform = Gem::Platform::RUBY s.required_ruby_version = '>= 1.9.2' s.add_dependency 'multi_json' s.add_dependency 'oauth2', '~> 0.9', '>= 0.9.0' end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
slimpay-client-1.0.1 | slimpay_client.gemspec |