File tree Expand file tree Collapse file tree 2 files changed +24
-1
lines changed Expand file tree Collapse file tree 2 files changed +24
-1
lines changed Original file line number Diff line number Diff line change 1+ Gem ::Specification . new do |s |
2+ s . name = "AuthenticationSDK"
3+ s . version = "0.0.1"
4+ s . platform = Gem ::Platform ::RUBY
5+ s . date = "2018-07-17"
6+ s . summary = "Cybersource Payments REST API Ruby Gem"
7+ s . description = "Move your business forward with the Cybersource Payments REST API"
8+ s . authors = [ "cybersource" ]
9+ s . email = ""
10+ s . files = Dir . glob ( "{lib}/**/*" )
11+
12+ s . required_ruby_version = '>= 2.2.2'
13+ s . required_rubygems_version = '>= 1.3.6'
14+
15+ s . add_runtime_dependency 'activesupport' , '~> 5.2' , '>= 5.2.0'
16+ s . add_runtime_dependency 'json' , '~> 2.1.0' , '>= 1.8.1'
17+ s . add_runtime_dependency 'interface' , '~> 1.0' , '>= 1.0.4'
18+ s . add_runtime_dependency 'jwt' , '~> 2.1.0'
19+
20+ s . add_development_dependency 'rspec' , '~> 2.1'
21+ s . add_development_dependency 'simplecov'
22+ s . add_development_dependency 'rubocop' , '~> 0.57.2'
23+ end
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ require "cyberSource_client/version"
1717
1818Gem ::Specification . new do |s |
1919 s . name = "cyberSource_client"
20- s . version = CyberSource :: VERSION
20+ s . version = "0.0.1"
2121 s . platform = Gem ::Platform ::RUBY
2222 s . authors = [ "Swagger-Codegen" ]
2323 s . email = [ "" ]
You can’t perform that action at this time.
0 commit comments