epayco-sdk-ruby 0.0.9 → 1.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/bin/epayco +1 -1
- data/lib/epayco/operations.rb +174 -169
- data/lib/epayco/resources.rb +58 -54
- data/lib/epayco-sdk-ruby.rb +2 -2
- data/lib/epayco.rb +238 -222
- data/lib/keylang.json +36 -26
- data/lib/keylang_apify.json +29 -0
- data/tests/test_helper.rb +123 -123
- data/tests/testing.rb +209 -209
- metadata +6 -3
metadata
CHANGED
@@ -1,15 +1,16 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: epayco-sdk-ruby
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version:
|
4
|
+
version: 1.1.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Epayco development team
|
8
8
|
- Ricardo Saldarriaga
|
9
|
+
- Gerson Vasquez
|
9
10
|
autorequire:
|
10
11
|
bindir: bin
|
11
12
|
cert_chain: []
|
12
|
-
date:
|
13
|
+
date: 2022-03-16 00:00:00.000000000 Z
|
13
14
|
dependencies:
|
14
15
|
- !ruby/object:Gem::Dependency
|
15
16
|
name: rest-client
|
@@ -72,6 +73,7 @@ description: |-
|
|
72
73
|
https://epayco.co
|
73
74
|
email:
|
74
75
|
- ricardo.saldarriaga@payco.co
|
76
|
+
- gerson.vasquez@epayco.com
|
75
77
|
executables:
|
76
78
|
- epayco
|
77
79
|
extensions: []
|
@@ -83,6 +85,7 @@ files:
|
|
83
85
|
- lib/epayco/operations.rb
|
84
86
|
- lib/epayco/resources.rb
|
85
87
|
- lib/keylang.json
|
88
|
+
- lib/keylang_apify.json
|
86
89
|
- tests/test_helper.rb
|
87
90
|
- tests/testing.rb
|
88
91
|
homepage: https://epayco.co/
|
@@ -104,7 +107,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
104
107
|
- !ruby/object:Gem::Version
|
105
108
|
version: '0'
|
106
109
|
requirements: []
|
107
|
-
rubygems_version: 3.0.3
|
110
|
+
rubygems_version: 3.0.3.1
|
108
111
|
signing_key:
|
109
112
|
specification_version: 4
|
110
113
|
summary: Ruby wrapper for Epayco API
|