forked from tekHudson/raas-v2-sdk-ruby
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathraas.gemspec
18 lines (18 loc) · 930 Bytes
/
raas.gemspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Gem::Specification.new do |s|
s.name = 'tangocard-raas'
s.version = '1.1.2-reflektive'
s.summary = 'Tango Card RaaS v2 SDK'
s.description = 'With this RESTful API you can integrate a global reward or incentive program into your app or platform. If you have any questions or if you would like to receive your own credentials, please contact us at [email protected].'
s.authors = ['Tango Card, Inc.']
s.email = '[email protected]'
s.homepage = 'https://www.tangocard.com'
s.license = 'Apache-2.0'
s.add_dependency('logging', '~> 2.0')
s.add_dependency('faraday', '~> 0.9')
s.add_dependency('test-unit', '~> 3.1.5')
s.add_dependency('certifi', '~> 2016.9', '>= 2016.09.26')
s.add_dependency('faraday-http-cache', '~> 1.2', '>= 1.2.2')
s.required_ruby_version = '~> 2.0'
s.files = Dir['{bin,lib,man,test,spec}/**/*', 'README*', 'LICENSE*']
s.require_paths = ['lib']
end