my_api_client 0.25.0 → 0.26.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c6c284685be8f55566beede15458b1a37dc948b09ce05bc264f23187fc266478
4
- data.tar.gz: 3cc7d5acf9b8d53fde96270b6ef63baca986ba459f819ad53c11d71744004049
3
+ metadata.gz: 04b65801b00f389260d1c5e565c9bf62141dca015f7d63a1f2f55a9432202971
4
+ data.tar.gz: 0cb50201bdc0877a6bff65300907be74910c62ee29112c782ac513f6e153c243
5
5
  SHA512:
6
- metadata.gz: 36ae22feafaddcab8f70f1c755c89d6cacd2bced91fe04c373c56d1e45c157c5c64188de9b1edd2f43eaa9ab1a50339e8c19ec94bd6a67802f83e28d6deb5228
7
- data.tar.gz: 980a73834aa0c2e5b0c95d111b19466c8918a8ab5e43fdfefc46f7e4e4bc033b206dca290cfb0c9d5122ff9d6e4fa02b441c180150ccc4e05b4cbb26cc4c3546
6
+ metadata.gz: f2404378034857782c548971e5812a791ebe7902b5a73b63a56eb85a52e5d29aef6eee64c654377a4564ee33ac30f11e3d0c2e60dca391a658d7786cddb4ea50
7
+ data.tar.gz: 5daea5828a938350e909238b2c3d217e5dc49f792626689791b033648650ffc6b8f99eaa4edbe4a100d41212d811732d2072d40d4f79252752e034a4cbc413bd
data/.rubocop.yml CHANGED
@@ -55,6 +55,9 @@ RSpec/FilePath:
55
55
  - "spec/lib/my_api_client/errors/**/*"
56
56
  - "spec/lib/my_api_client/rspec/**/*"
57
57
 
58
+ RSpec/IndexedLet:
59
+ Max: 3
60
+
58
61
  RSpec/NestedGroups:
59
62
  Max: 5
60
63
 
data/.rubocop_todo.yml CHANGED
@@ -22,6 +22,7 @@ Lint/MissingSuper:
22
22
  - 'lib/my_api_client/integrations/bugsnag.rb'
23
23
  - 'lib/my_api_client/request/executor.rb'
24
24
  - 'lib/my_api_client/sleeper.rb'
25
+ - 'spec/lib/my_api_client/rspec/matchers/be_handled_as_an_error_spec.rb'
25
26
 
26
27
  # Offense count: 6
27
28
  # Configuration parameters: EnforcedStyle, CheckMethodNames, CheckSymbols, AllowedIdentifiers, AllowedPatterns.
data/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # Change log
2
2
 
3
+ ## v0.26.0 (Jul 04, 2023)
4
+
5
+ ### Bugfix
6
+
7
+ - [#914](https://github.com/ryz310/my_api_client/pull/914) Fix error that generating api client failed on Rails 7 ([@ryz310](https://github.com/ryz310))
8
+
9
+ ### Dependabot
10
+
11
+ - [#889](https://github.com/ryz310/my_api_client/pull/889) Bump yard from 0.9.32 to 0.9.34 ([@ryz310](https://github.com/ryz310))
12
+ - [#893](https://github.com/ryz310/my_api_client/pull/893) Bump jsonpath from 1.1.2 to 1.1.3 ([@ryz310](https://github.com/ryz310))
13
+ - [#897](https://github.com/ryz310/my_api_client/pull/897) Bump rubocop-performance from 1.17.1 to 1.18.0 ([@ryz310](https://github.com/ryz310))
14
+ - [#912](https://github.com/ryz310/my_api_client/pull/912) Bump activesupport from 7.0.5.1 to 7.0.6 ([@ryz310](https://github.com/ryz310))
15
+ - [#913](https://github.com/ryz310/my_api_client/pull/913) Bump faraday from 2.7.8 to 2.7.9 ([@ryz310](https://github.com/ryz310))
16
+
3
17
  ## v0.25.0 (Feb 12, 2023)
4
18
 
5
19
  ### Breaking Change
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- my_api_client (0.25.0)
4
+ my_api_client (0.26.0)
5
5
  activesupport (>= 6.0.0)
6
6
  faraday (>= 0.17.1)
7
7
  jsonpath
@@ -10,39 +10,41 @@ PATH
10
10
  GEM
11
11
  remote: https://rubygems.org/
12
12
  specs:
13
- activesupport (7.0.4.2)
13
+ activesupport (7.0.6)
14
14
  concurrent-ruby (~> 1.0, >= 1.0.2)
15
15
  i18n (>= 1.6, < 2)
16
16
  minitest (>= 5.1)
17
17
  tzinfo (~> 2.0)
18
- addressable (2.8.1)
18
+ addressable (2.8.4)
19
19
  public_suffix (>= 2.0.2, < 6.0)
20
20
  ast (2.4.2)
21
21
  bugsnag (6.25.2)
22
22
  concurrent-ruby (~> 1.0)
23
23
  byebug (11.1.3)
24
24
  coderay (1.1.3)
25
- concurrent-ruby (1.2.0)
25
+ concurrent-ruby (1.2.2)
26
26
  crack (0.4.5)
27
27
  rexml
28
28
  diff-lcs (1.5.0)
29
29
  docile (1.4.0)
30
- faraday (2.7.4)
30
+ faraday (2.7.9)
31
31
  faraday-net_http (>= 2.0, < 3.1)
32
32
  ruby2_keywords (>= 0.0.4)
33
33
  faraday-net_http (3.0.2)
34
34
  hashdiff (1.0.1)
35
- i18n (1.12.0)
35
+ i18n (1.14.1)
36
36
  concurrent-ruby (~> 1.0)
37
37
  json (2.6.3)
38
- jsonpath (1.1.2)
38
+ jsonpath (1.1.3)
39
39
  multi_json
40
+ language_server-protocol (3.17.0.3)
40
41
  method_source (1.0.0)
41
- minitest (5.17.0)
42
+ minitest (5.18.1)
42
43
  multi_json (1.15.0)
43
- parallel (1.22.1)
44
- parser (3.2.1.0)
44
+ parallel (1.23.0)
45
+ parser (3.2.2.3)
45
46
  ast (~> 2.4.1)
47
+ racc
46
48
  pry (0.14.2)
47
49
  coderay (~> 1.1)
48
50
  method_source (~> 1.0)
@@ -50,48 +52,53 @@ GEM
50
52
  byebug (~> 11.0)
51
53
  pry (>= 0.13, < 0.15)
52
54
  public_suffix (5.0.1)
55
+ racc (1.7.1)
53
56
  rainbow (3.1.1)
54
57
  rake (13.0.6)
55
- regexp_parser (2.7.0)
58
+ regexp_parser (2.8.1)
56
59
  rexml (3.2.5)
57
60
  rspec (3.12.0)
58
61
  rspec-core (~> 3.12.0)
59
62
  rspec-expectations (~> 3.12.0)
60
63
  rspec-mocks (~> 3.12.0)
61
- rspec-core (3.12.1)
64
+ rspec-core (3.12.2)
62
65
  rspec-support (~> 3.12.0)
63
- rspec-expectations (3.12.2)
66
+ rspec-expectations (3.12.3)
64
67
  diff-lcs (>= 1.2.0, < 2.0)
65
68
  rspec-support (~> 3.12.0)
66
- rspec-mocks (3.12.3)
69
+ rspec-mocks (3.12.5)
67
70
  diff-lcs (>= 1.2.0, < 2.0)
68
71
  rspec-support (~> 3.12.0)
69
- rspec-support (3.12.0)
72
+ rspec-support (3.12.1)
70
73
  rspec_junit_formatter (0.6.0)
71
74
  rspec-core (>= 2, < 4, != 2.12.0)
72
- rubocop (1.45.1)
75
+ rubocop (1.54.0)
73
76
  json (~> 2.3)
77
+ language_server-protocol (>= 3.17.0)
74
78
  parallel (~> 1.10)
75
- parser (>= 3.2.0.0)
79
+ parser (>= 3.2.2.3)
76
80
  rainbow (>= 2.2.2, < 4.0)
77
81
  regexp_parser (>= 1.8, < 3.0)
78
82
  rexml (>= 3.2.5, < 4.0)
79
- rubocop-ast (>= 1.24.1, < 2.0)
83
+ rubocop-ast (>= 1.28.0, < 2.0)
80
84
  ruby-progressbar (~> 1.7)
81
85
  unicode-display_width (>= 2.4.0, < 3.0)
82
- rubocop-ast (1.26.0)
86
+ rubocop-ast (1.29.0)
83
87
  parser (>= 3.2.1.0)
84
- rubocop-capybara (2.17.0)
88
+ rubocop-capybara (2.18.0)
85
89
  rubocop (~> 1.41)
86
- rubocop-performance (1.16.0)
90
+ rubocop-factory_bot (2.23.1)
91
+ rubocop (~> 1.33)
92
+ rubocop-performance (1.18.0)
87
93
  rubocop (>= 1.7.0, < 2.0)
88
94
  rubocop-ast (>= 0.4.0)
89
95
  rubocop-rake (0.6.0)
90
96
  rubocop (~> 1.0)
91
- rubocop-rspec (2.18.1)
97
+ rubocop-rspec (2.22.0)
92
98
  rubocop (~> 1.33)
93
99
  rubocop-capybara (~> 2.17)
94
- ruby-progressbar (1.11.0)
100
+ rubocop-factory_bot (~> 2.22)
101
+ ruby-progressbar (1.13.0)
95
102
  ruby2_keywords (0.0.5)
96
103
  sawyer (0.9.2)
97
104
  addressable (>= 2.3.5)
@@ -109,9 +116,7 @@ GEM
109
116
  addressable (>= 2.8.0)
110
117
  crack (>= 0.3.2)
111
118
  hashdiff (>= 0.4.0, < 2.0.0)
112
- webrick (1.7.0)
113
- yard (0.9.28)
114
- webrick (~> 1.7.0)
119
+ yard (0.9.34)
115
120
 
116
121
  PLATFORMS
117
122
  ruby
@@ -3,6 +3,10 @@
3
3
  module MyApiClient
4
4
  # The helper module for source generators
5
5
  module GeneratorHelper
6
+ def self.included(base)
7
+ base.include(Rails::Generators::ResourceHelpers)
8
+ end
9
+
6
10
  def yeild_request_arguments
7
11
  requests.each do |request|
8
12
  http_method, pathname = request.split(':')
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module MyApiClient
4
- VERSION = '0.25.0'
4
+ VERSION = '0.26.0'
5
5
  end
data/my_api/Gemfile CHANGED
@@ -2,12 +2,12 @@
2
2
 
3
3
  source 'https://rubygems.org'
4
4
 
5
- gem 'jets', '~> 3.2.0'
5
+ gem 'jets', '~> 4.0.1'
6
6
 
7
7
  gem 'dynomite'
8
8
 
9
9
  # See: https://github.com/boltops-tools/jets/issues/523
10
- gem 'nokogiri', '~> 1.14.1'
10
+ gem 'nokogiri', '~> 1.15.2'
11
11
 
12
12
  # development and test groups are not bundled as part of the deployment
13
13
  group :development, :test do
data/my_api/Gemfile.lock CHANGED
@@ -1,41 +1,41 @@
1
1
  GEM
2
2
  remote: https://rubygems.org/
3
3
  specs:
4
- actionmailer (6.1.7.1)
5
- actionpack (= 6.1.7.1)
6
- actionview (= 6.1.7.1)
7
- activejob (= 6.1.7.1)
8
- activesupport (= 6.1.7.1)
4
+ actionmailer (6.1.7.4)
5
+ actionpack (= 6.1.7.4)
6
+ actionview (= 6.1.7.4)
7
+ activejob (= 6.1.7.4)
8
+ activesupport (= 6.1.7.4)
9
9
  mail (~> 2.5, >= 2.5.4)
10
10
  rails-dom-testing (~> 2.0)
11
- actionpack (6.1.7.1)
12
- actionview (= 6.1.7.1)
13
- activesupport (= 6.1.7.1)
11
+ actionpack (6.1.7.4)
12
+ actionview (= 6.1.7.4)
13
+ activesupport (= 6.1.7.4)
14
14
  rack (~> 2.0, >= 2.0.9)
15
15
  rack-test (>= 0.6.3)
16
16
  rails-dom-testing (~> 2.0)
17
17
  rails-html-sanitizer (~> 1.0, >= 1.2.0)
18
- actionview (6.1.7.1)
19
- activesupport (= 6.1.7.1)
18
+ actionview (6.1.7.4)
19
+ activesupport (= 6.1.7.4)
20
20
  builder (~> 3.1)
21
21
  erubi (~> 1.4)
22
22
  rails-dom-testing (~> 2.0)
23
23
  rails-html-sanitizer (~> 1.1, >= 1.2.0)
24
- activejob (6.1.7.1)
25
- activesupport (= 6.1.7.1)
24
+ activejob (6.1.7.4)
25
+ activesupport (= 6.1.7.4)
26
26
  globalid (>= 0.3.6)
27
- activemodel (6.1.7.1)
28
- activesupport (= 6.1.7.1)
29
- activerecord (6.1.7.1)
30
- activemodel (= 6.1.7.1)
31
- activesupport (= 6.1.7.1)
32
- activesupport (6.1.7.1)
27
+ activemodel (6.1.7.4)
28
+ activesupport (= 6.1.7.4)
29
+ activerecord (6.1.7.4)
30
+ activemodel (= 6.1.7.4)
31
+ activesupport (= 6.1.7.4)
32
+ activesupport (6.1.7.4)
33
33
  concurrent-ruby (~> 1.0, >= 1.0.2)
34
34
  i18n (>= 1.6, < 2)
35
35
  minitest (>= 5.1)
36
36
  tzinfo (~> 2.0)
37
37
  zeitwerk (~> 2.3)
38
- addressable (2.8.1)
38
+ addressable (2.8.4)
39
39
  public_suffix (>= 2.0.2, < 6.0)
40
40
  aws-eventstream (1.2.0)
41
41
  aws-mfa-secure (0.4.4)
@@ -46,52 +46,52 @@ GEM
46
46
  rainbow
47
47
  thor
48
48
  zeitwerk
49
- aws-partitions (1.686.0)
50
- aws-sdk-apigateway (1.80.0)
51
- aws-sdk-core (~> 3, >= 3.165.0)
49
+ aws-partitions (1.776.0)
50
+ aws-sdk-apigateway (1.82.0)
51
+ aws-sdk-core (~> 3, >= 3.174.0)
52
52
  aws-sigv4 (~> 1.1)
53
- aws-sdk-cloudformation (1.73.0)
54
- aws-sdk-core (~> 3, >= 3.165.0)
53
+ aws-sdk-cloudformation (1.79.0)
54
+ aws-sdk-core (~> 3, >= 3.174.0)
55
55
  aws-sigv4 (~> 1.1)
56
- aws-sdk-cloudwatchlogs (1.58.0)
57
- aws-sdk-core (~> 3, >= 3.165.0)
56
+ aws-sdk-cloudwatchlogs (1.63.0)
57
+ aws-sdk-core (~> 3, >= 3.174.0)
58
58
  aws-sigv4 (~> 1.1)
59
- aws-sdk-core (3.168.4)
59
+ aws-sdk-core (3.174.0)
60
60
  aws-eventstream (~> 1, >= 1.0.2)
61
61
  aws-partitions (~> 1, >= 1.651.0)
62
62
  aws-sigv4 (~> 1.5)
63
63
  jmespath (~> 1, >= 1.6.1)
64
- aws-sdk-dynamodb (1.80.0)
65
- aws-sdk-core (~> 3, >= 3.165.0)
64
+ aws-sdk-dynamodb (1.85.0)
65
+ aws-sdk-core (~> 3, >= 3.174.0)
66
66
  aws-sigv4 (~> 1.1)
67
- aws-sdk-kinesis (1.43.0)
68
- aws-sdk-core (~> 3, >= 3.165.0)
67
+ aws-sdk-kinesis (1.46.0)
68
+ aws-sdk-core (~> 3, >= 3.174.0)
69
69
  aws-sigv4 (~> 1.1)
70
- aws-sdk-kms (1.61.0)
71
- aws-sdk-core (~> 3, >= 3.165.0)
70
+ aws-sdk-kms (1.66.0)
71
+ aws-sdk-core (~> 3, >= 3.174.0)
72
72
  aws-sigv4 (~> 1.1)
73
- aws-sdk-lambda (1.88.0)
74
- aws-sdk-core (~> 3, >= 3.165.0)
73
+ aws-sdk-lambda (1.98.0)
74
+ aws-sdk-core (~> 3, >= 3.174.0)
75
75
  aws-sigv4 (~> 1.1)
76
- aws-sdk-s3 (1.117.2)
77
- aws-sdk-core (~> 3, >= 3.165.0)
76
+ aws-sdk-s3 (1.123.1)
77
+ aws-sdk-core (~> 3, >= 3.174.0)
78
78
  aws-sdk-kms (~> 1)
79
79
  aws-sigv4 (~> 1.4)
80
- aws-sdk-sns (1.57.0)
81
- aws-sdk-core (~> 3, >= 3.165.0)
80
+ aws-sdk-sns (1.61.0)
81
+ aws-sdk-core (~> 3, >= 3.174.0)
82
82
  aws-sigv4 (~> 1.1)
83
- aws-sdk-sqs (1.52.1)
84
- aws-sdk-core (~> 3, >= 3.165.0)
83
+ aws-sdk-sqs (1.57.0)
84
+ aws-sdk-core (~> 3, >= 3.174.0)
85
85
  aws-sigv4 (~> 1.1)
86
- aws-sdk-ssm (1.146.0)
87
- aws-sdk-core (~> 3, >= 3.165.0)
86
+ aws-sdk-ssm (1.151.0)
87
+ aws-sdk-core (~> 3, >= 3.174.0)
88
88
  aws-sigv4 (~> 1.1)
89
89
  aws-sigv4 (1.5.2)
90
90
  aws-eventstream (~> 1, >= 1.0.2)
91
91
  aws_config (0.1.0)
92
92
  builder (3.2.4)
93
93
  byebug (11.1.3)
94
- capybara (3.38.0)
94
+ capybara (3.39.2)
95
95
  addressable
96
96
  matrix
97
97
  mini_mime (>= 0.1.3)
@@ -107,7 +107,7 @@ GEM
107
107
  memoist
108
108
  rainbow
109
109
  cfn_response (0.2.0)
110
- concurrent-ruby (1.1.10)
110
+ concurrent-ruby (1.2.2)
111
111
  crass (1.0.6)
112
112
  date (3.3.3)
113
113
  diff-lcs (1.5.0)
@@ -118,12 +118,12 @@ GEM
118
118
  rainbow
119
119
  erubi (1.12.0)
120
120
  gems (1.2.0)
121
- globalid (1.0.1)
121
+ globalid (1.1.0)
122
122
  activesupport (>= 5.0)
123
123
  hashie (5.0.0)
124
- i18n (1.12.0)
124
+ i18n (1.14.1)
125
125
  concurrent-ruby (~> 1.0)
126
- jets (3.2.0)
126
+ jets (4.0.1)
127
127
  actionmailer (~> 6.1.0)
128
128
  actionpack (~> 6.1.0)
129
129
  actionview (~> 6.1.0)
@@ -166,10 +166,10 @@ GEM
166
166
  rexml
167
167
  launchy (2.5.2)
168
168
  addressable (~> 2.8)
169
- loofah (2.19.1)
169
+ loofah (2.21.3)
170
170
  crass (~> 1.0.2)
171
- nokogiri (>= 1.5.9)
172
- mail (2.8.0)
171
+ nokogiri (>= 1.12.0)
172
+ mail (2.8.1)
173
173
  mini_mime (>= 0.1.1)
174
174
  net-imap
175
175
  net-pop
@@ -178,8 +178,8 @@ GEM
178
178
  memoist (0.16.2)
179
179
  method_source (1.0.0)
180
180
  mini_mime (1.1.2)
181
- mini_portile2 (2.8.1)
182
- minitest (5.17.0)
181
+ mini_portile2 (2.8.2)
182
+ minitest (5.18.1)
183
183
  net-imap (0.3.4)
184
184
  date
185
185
  net-protocol
@@ -189,32 +189,33 @@ GEM
189
189
  timeout
190
190
  net-smtp (0.3.3)
191
191
  net-protocol
192
- nio4r (2.5.8)
193
- nokogiri (1.14.1)
194
- mini_portile2 (~> 2.8.0)
192
+ nio4r (2.5.9)
193
+ nokogiri (1.15.2)
194
+ mini_portile2 (~> 2.8.2)
195
195
  racc (~> 1.4)
196
196
  public_suffix (5.0.1)
197
- puma (6.0.2)
197
+ puma (6.3.0)
198
198
  nio4r (~> 2.0)
199
- racc (1.6.2)
200
- rack (2.2.6.2)
201
- rack-test (2.0.2)
199
+ racc (1.7.1)
200
+ rack (2.2.7)
201
+ rack-test (2.1.0)
202
202
  rack (>= 1.3)
203
203
  rails-dom-testing (2.0.3)
204
204
  activesupport (>= 4.2.0)
205
205
  nokogiri (>= 1.6)
206
- rails-html-sanitizer (1.4.4)
207
- loofah (~> 2.19, >= 2.19.1)
208
- railties (6.1.7.1)
209
- actionpack (= 6.1.7.1)
210
- activesupport (= 6.1.7.1)
206
+ rails-html-sanitizer (1.6.0)
207
+ loofah (~> 2.21)
208
+ nokogiri (~> 1.14)
209
+ railties (6.1.7.4)
210
+ actionpack (= 6.1.7.4)
211
+ activesupport (= 6.1.7.4)
211
212
  method_source
212
213
  rake (>= 12.2)
213
214
  thor (~> 1.0)
214
215
  rainbow (3.1.1)
215
216
  rake (13.0.6)
216
217
  recursive-open-struct (1.1.3)
217
- regexp_parser (2.6.0)
218
+ regexp_parser (2.8.1)
218
219
  rexml (3.2.5)
219
220
  rspec (3.12.0)
220
221
  rspec-core (~> 3.12.0)
@@ -231,20 +232,20 @@ GEM
231
232
  rspec-support (3.12.0)
232
233
  rspec_junit_formatter (0.6.0)
233
234
  rspec-core (>= 2, < 4, != 2.12.0)
234
- serverlessgems (0.2.0)
235
+ serverlessgems (0.3.0)
235
236
  gems
236
237
  memoist
237
238
  zeitwerk
238
239
  shotgun (0.9.2)
239
240
  rack (>= 1.0)
240
241
  text-table (1.2.4)
241
- thor (1.2.1)
242
- timeout (0.3.1)
243
- tzinfo (2.0.5)
242
+ thor (1.2.2)
243
+ timeout (0.3.2)
244
+ tzinfo (2.0.6)
244
245
  concurrent-ruby (~> 1.0)
245
246
  xpath (3.2.0)
246
247
  nokogiri (~> 1.8)
247
- zeitwerk (2.6.6)
248
+ zeitwerk (2.6.8)
248
249
 
249
250
  PLATFORMS
250
251
  ruby
@@ -253,9 +254,9 @@ DEPENDENCIES
253
254
  byebug
254
255
  capybara
255
256
  dynomite
256
- jets (~> 3.2.0)
257
+ jets (~> 4.0.1)
257
258
  launchy
258
- nokogiri (~> 1.14.1)
259
+ nokogiri (~> 1.15.2)
259
260
  puma
260
261
  rack
261
262
  rspec
@@ -98,13 +98,13 @@ GEM
98
98
  msgpack (1.4.2)
99
99
  multi_json (1.15.0)
100
100
  nio4r (2.5.8)
101
- nokogiri (1.14.1)
101
+ nokogiri (1.14.3)
102
102
  mini_portile2 (~> 2.8.0)
103
103
  racc (~> 1.4)
104
104
  psych (3.3.2)
105
105
  public_suffix (5.0.1)
106
106
  racc (1.6.2)
107
- rack (2.2.6.2)
107
+ rack (2.2.6.4)
108
108
  rack-test (1.1.0)
109
109
  rack (>= 1.0, < 3)
110
110
  rails (6.0.4.8)
@@ -103,12 +103,12 @@ GEM
103
103
  minitest (5.17.0)
104
104
  multi_json (1.15.0)
105
105
  nio4r (2.5.8)
106
- nokogiri (1.14.1)
106
+ nokogiri (1.14.3)
107
107
  mini_portile2 (~> 2.8.0)
108
108
  racc (~> 1.4)
109
109
  public_suffix (5.0.1)
110
110
  racc (1.6.2)
111
- rack (2.2.6.2)
111
+ rack (2.2.6.4)
112
112
  rack-test (1.1.0)
113
113
  rack (>= 1.0, < 3)
114
114
  rails (6.1.5.1)
@@ -124,13 +124,13 @@ GEM
124
124
  net-protocol
125
125
  timeout
126
126
  nio4r (2.5.8)
127
- nokogiri (1.14.1-x86_64-darwin)
127
+ nokogiri (1.14.3-x86_64-darwin)
128
128
  racc (~> 1.4)
129
- nokogiri (1.14.1-x86_64-linux)
129
+ nokogiri (1.14.3-x86_64-linux)
130
130
  racc (~> 1.4)
131
131
  public_suffix (5.0.1)
132
132
  racc (1.6.2)
133
- rack (2.2.6.2)
133
+ rack (2.2.6.4)
134
134
  rack-test (1.1.0)
135
135
  rack (>= 1.0, < 3)
136
136
  rails (7.0.2.4)
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: my_api_client
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.25.0
4
+ version: 0.26.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - ryz310
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2023-02-12 00:00:00.000000000 Z
11
+ date: 2023-07-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport
@@ -468,7 +468,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
468
468
  - !ruby/object:Gem::Version
469
469
  version: '0'
470
470
  requirements: []
471
- rubygems_version: 3.4.6
471
+ rubygems_version: 3.4.10
472
472
  signing_key:
473
473
  specification_version: 4
474
474
  summary: The framework of Web API Client