Skip to content

Commit 437ee7e

Browse files
authored
Merge pull request #3 from Mastercard/features/ruby_project_update_mdes_1.2.9_and_generator_4.1.0
Ruby project update (Digital Enablement spec 1.2.9, OpenAPI Generator 4.1.0)
2 parents 6e5baa7 + 48281fb commit 437ee7e

75 files changed

Lines changed: 6574 additions & 526 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

ruby/.openapi-generator/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4.0.2
1+
4.1.0

ruby/Gemfile.lock

Lines changed: 14 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -8,56 +8,41 @@ PATH
88
GEM
99
remote: https://rubygems.org/
1010
specs:
11-
ZenTest (4.11.2)
12-
addressable (2.5.2)
13-
public_suffix (>= 2.0.2, < 4.0)
1411
ast (2.4.0)
15-
autotest (4.4.6)
16-
ZenTest (>= 4.4.1)
17-
autotest-fsevent (0.2.14)
18-
sys-uname
19-
autotest-growl (0.2.16)
20-
autotest-rails-pure (4.1.2)
21-
byebug (10.0.2)
12+
byebug (11.0.1)
2213
coderay (1.1.2)
23-
crack (0.4.3)
24-
safe_yaml (~> 1.0.0)
2514
diff-lcs (1.3)
26-
ethon (0.11.0)
15+
ethon (0.12.0)
2716
ffi (>= 1.3.0)
28-
ffi (1.9.25)
29-
hashdiff (0.3.7)
17+
ffi (1.11.1)
3018
jaro_winkler (1.5.3)
31-
json (2.1.0)
32-
mastercard-client-encryption (1.0.0)
33-
mastercard_oauth1_signer (1.1.0)
34-
method_source (0.9.0)
19+
json (2.2.0)
20+
method_source (0.9.2)
3521
parallel (1.17.0)
3622
parser (2.6.3.0)
3723
ast (~> 2.4.0)
38-
pry (0.11.3)
24+
pry (0.12.2)
3925
coderay (~> 1.1.0)
4026
method_source (~> 0.9.0)
41-
pry-byebug (3.6.0)
42-
byebug (~> 10.0)
27+
pry-byebug (3.7.0)
28+
byebug (~> 11.0)
4329
pry (~> 0.10)
4430
psych (3.1.0)
45-
public_suffix (3.0.3)
4631
rainbow (3.0.0)
4732
rake (12.0.0)
4833
rspec (3.8.0)
4934
rspec-core (~> 3.8.0)
5035
rspec-expectations (~> 3.8.0)
5136
rspec-mocks (~> 3.8.0)
52-
rspec-core (3.8.0)
37+
rspec-core (3.8.2)
5338
rspec-support (~> 3.8.0)
54-
rspec-expectations (3.8.1)
39+
rspec-expectations (3.8.4)
5540
diff-lcs (>= 1.2.0, < 2.0)
5641
rspec-support (~> 3.8.0)
57-
rspec-mocks (3.8.0)
42+
rspec-mocks (3.8.1)
5843
diff-lcs (>= 1.2.0, < 2.0)
5944
rspec-support (~> 3.8.0)
60-
rspec-support (3.8.0)
45+
rspec-support (3.8.2)
6146
rubocop (0.66.0)
6247
jaro_winkler (~> 1.5.1)
6348
parallel (~> 1.10)
@@ -67,35 +52,19 @@ GEM
6752
ruby-progressbar (~> 1.7)
6853
unicode-display_width (>= 1.4.0, < 1.6)
6954
ruby-progressbar (1.10.1)
70-
safe_yaml (1.0.4)
71-
sys-uname (1.0.3)
72-
ffi (>= 1.0.0)
73-
typhoeus (1.3.0)
55+
typhoeus (1.3.1)
7456
ethon (>= 0.9.0)
7557
unicode-display_width (1.5.0)
76-
vcr (3.0.3)
77-
webmock (1.24.6)
78-
addressable (>= 2.3.6)
79-
crack (>= 0.3.2)
80-
hashdiff
8158

8259
PLATFORMS
8360
ruby
8461

8562
DEPENDENCIES
86-
autotest (~> 4.4, >= 4.4.6)
87-
autotest-fsevent (~> 0.2, >= 0.2.12)
88-
autotest-growl (~> 0.2, >= 0.2.16)
89-
autotest-rails-pure (~> 4.1, >= 4.1.2)
90-
mastercard-client-encryption
91-
mastercard_oauth1_signer
9263
openapi_client!
9364
pry-byebug
9465
rake (~> 12.0.0)
9566
rspec (~> 3.6, >= 3.6.0)
9667
rubocop (~> 0.66.0)
97-
vcr (~> 3.0, >= 3.0.1)
98-
webmock (~> 1.24, >= 1.24.3)
9968

10069
BUNDLED WITH
101-
2.0.1
70+
1.17.2

0 commit comments

Comments
 (0)