-
Notifications
You must be signed in to change notification settings - Fork 47
Expand file tree
/
Copy pathcybersource_rest_client.gemspec
More file actions
49 lines (39 loc) · 2 KB
/
cybersource_rest_client.gemspec
File metadata and controls
49 lines (39 loc) · 2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
# -*- encoding: utf-8 -*-
=begin
#CyberSource Flex API
#Simple PAN tokenization service
OpenAPI spec version: 0.0.1
Generated by: https://github.com/swagger-api/swagger-codegen.git
Swagger Codegen version: 2.2.3
=end
$:.push File.expand_path("../lib", __FILE__)
require "cybersource_rest_client/version"
Gem::Specification.new do |s|
s.name = "cybersource_rest_client"
s.version = "0.0.83"
s.platform = Gem::Platform::RUBY
s.authors = ["CyberSource"]
s.email = ["cybersourcedev@gmail.com"]
s.homepage = "https://developer.cybersource.com"
s.summary = "CyberSource Ruby SDK Gem"
s.description = "Simple REST API for the CyberSource Global Payments Platform"
s.license = "CyberSource"
s.files = Dir.glob("{lib}/{cybersource_rest_client}/**/*") + Dir.glob("{lib}/{AuthenticationSDK}/authentication/**/*") + Dir.glob("{lib}/{AuthenticationSDK}/core/**/*") + Dir.glob("{lib}/{AuthenticationSDK}/util/**/*") + Dir.glob("{lib}/{AuthenticationSDK}/logging/**/*") + Dir.glob("{lib}/cybersource_rest_client.rb")
s.required_ruby_version = ">= 3.0"
s.add_runtime_dependency 'typhoeus', '~> 1.5','>=1.5.0'
s.add_runtime_dependency 'json', '~>2.18', '>= 2.18.1'
s.add_runtime_dependency 'activesupport', '~> 7.1', '>= 7.1.6'
s.add_runtime_dependency 'interface','~> 1.0', '>= 1.0.5'
s.add_runtime_dependency 'jwt', '~> 3.1', '>= 3.1.2'
s.add_runtime_dependency 'addressable', '~> 2.8', '>= 2.8.8'
s.add_runtime_dependency 'time', '~>0.4.2'
s.add_runtime_dependency 'jose', '~> 1.2'
s.add_development_dependency 'rubocop', '>=1.31.0','<1.31.1'
s.add_development_dependency 'rspec', '~> 3.13', '>= 3.13.2'
s.add_development_dependency 'vcr', '~> 6.4.0'
s.add_development_dependency 'autotest', '~> 5.0', '>= 5.0.0'
s.add_development_dependency 'autotest-rails-pure', '~> 4.1', '>= 4.1.2'
s.add_development_dependency 'autotest-growl', '~> 0.2', '>= 0.2.16'
s.add_development_dependency 'autotest-fsevent', '~> 0.3.1', '>= 0.3.1'
s.require_paths = ["lib"]
end