minato_ruby_api_client 0.2.1 → 0.2.3

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.
Files changed (52) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +23 -23
  3. data/Dockerfile +1 -1
  4. data/Gemfile +17 -17
  5. data/Gemfile.lock +402 -398
  6. data/README.md +54 -54
  7. data/Rakefile +10 -10
  8. data/compose.yml +11 -11
  9. data/lib/minato_ruby_api_client/api_client.rb +398 -389
  10. data/lib/minato_ruby_api_client/api_error.rb +16 -16
  11. data/lib/minato_ruby_api_client/configuration.rb +247 -247
  12. data/lib/minato_ruby_api_client/version.rb +3 -3
  13. data/lib/minato_ruby_api_client.rb +24 -24
  14. data/minato_ruby_api_client.gemspec +35 -35
  15. data/spec/api_client_spec.rb +42 -0
  16. data/spec/configuration_spec.rb +204 -204
  17. data/spec/minato_ruby_api_client_spec.rb +17 -17
  18. data/spec/spec_helper.rb +105 -105
  19. metadata +7 -40
  20. data/coverage/.last_run.json +0 -5
  21. data/coverage/.resultset.json +0 -1248
  22. data/coverage/.resultset.json.lock +0 -0
  23. data/coverage/assets/0.12.3/DataTables-1.10.20/images/sort_asc.png +0 -0
  24. data/coverage/assets/0.12.3/DataTables-1.10.20/images/sort_asc_disabled.png +0 -0
  25. data/coverage/assets/0.12.3/DataTables-1.10.20/images/sort_both.png +0 -0
  26. data/coverage/assets/0.12.3/DataTables-1.10.20/images/sort_desc.png +0 -0
  27. data/coverage/assets/0.12.3/DataTables-1.10.20/images/sort_desc_disabled.png +0 -0
  28. data/coverage/assets/0.12.3/application.css +0 -1
  29. data/coverage/assets/0.12.3/application.js +0 -7
  30. data/coverage/assets/0.12.3/colorbox/border.png +0 -0
  31. data/coverage/assets/0.12.3/colorbox/controls.png +0 -0
  32. data/coverage/assets/0.12.3/colorbox/loading.gif +0 -0
  33. data/coverage/assets/0.12.3/colorbox/loading_background.png +0 -0
  34. data/coverage/assets/0.12.3/favicon_green.png +0 -0
  35. data/coverage/assets/0.12.3/favicon_red.png +0 -0
  36. data/coverage/assets/0.12.3/favicon_yellow.png +0 -0
  37. data/coverage/assets/0.12.3/images/ui-bg_flat_0_aaaaaa_40x100.png +0 -0
  38. data/coverage/assets/0.12.3/images/ui-bg_flat_75_ffffff_40x100.png +0 -0
  39. data/coverage/assets/0.12.3/images/ui-bg_glass_55_fbf9ee_1x400.png +0 -0
  40. data/coverage/assets/0.12.3/images/ui-bg_glass_65_ffffff_1x400.png +0 -0
  41. data/coverage/assets/0.12.3/images/ui-bg_glass_75_dadada_1x400.png +0 -0
  42. data/coverage/assets/0.12.3/images/ui-bg_glass_75_e6e6e6_1x400.png +0 -0
  43. data/coverage/assets/0.12.3/images/ui-bg_glass_95_fef1ec_1x400.png +0 -0
  44. data/coverage/assets/0.12.3/images/ui-bg_highlight-soft_75_cccccc_1x100.png +0 -0
  45. data/coverage/assets/0.12.3/images/ui-icons_222222_256x240.png +0 -0
  46. data/coverage/assets/0.12.3/images/ui-icons_2e83ff_256x240.png +0 -0
  47. data/coverage/assets/0.12.3/images/ui-icons_454545_256x240.png +0 -0
  48. data/coverage/assets/0.12.3/images/ui-icons_888888_256x240.png +0 -0
  49. data/coverage/assets/0.12.3/images/ui-icons_cd0a0a_256x240.png +0 -0
  50. data/coverage/assets/0.12.3/loading.gif +0 -0
  51. data/coverage/assets/0.12.3/magnify.png +0 -0
  52. data/coverage/index.html +0 -13728
data/Gemfile.lock CHANGED
@@ -1,398 +1,402 @@
1
- PATH
2
- remote: .
3
- specs:
4
- minato_ruby_api_client (0.2.1)
5
- faraday (~> 1.0, >= 1.0.1)
6
- minato-trace (~> 0.1.6.pre.8)
7
- minato_error_handler (~> 0.1.9.pre.1)
8
-
9
- GEM
10
- remote: https://rubygems.org/
11
- specs:
12
- actioncable (7.1.3.4)
13
- actionpack (= 7.1.3.4)
14
- activesupport (= 7.1.3.4)
15
- nio4r (~> 2.0)
16
- websocket-driver (>= 0.6.1)
17
- zeitwerk (~> 2.6)
18
- actionmailbox (7.1.3.4)
19
- actionpack (= 7.1.3.4)
20
- activejob (= 7.1.3.4)
21
- activerecord (= 7.1.3.4)
22
- activestorage (= 7.1.3.4)
23
- activesupport (= 7.1.3.4)
24
- mail (>= 2.7.1)
25
- net-imap
26
- net-pop
27
- net-smtp
28
- actionmailer (7.1.3.4)
29
- actionpack (= 7.1.3.4)
30
- actionview (= 7.1.3.4)
31
- activejob (= 7.1.3.4)
32
- activesupport (= 7.1.3.4)
33
- mail (~> 2.5, >= 2.5.4)
34
- net-imap
35
- net-pop
36
- net-smtp
37
- rails-dom-testing (~> 2.2)
38
- actionpack (7.1.3.4)
39
- actionview (= 7.1.3.4)
40
- activesupport (= 7.1.3.4)
41
- nokogiri (>= 1.8.5)
42
- racc
43
- rack (>= 2.2.4)
44
- rack-session (>= 1.0.1)
45
- rack-test (>= 0.6.3)
46
- rails-dom-testing (~> 2.2)
47
- rails-html-sanitizer (~> 1.6)
48
- actiontext (7.1.3.4)
49
- actionpack (= 7.1.3.4)
50
- activerecord (= 7.1.3.4)
51
- activestorage (= 7.1.3.4)
52
- activesupport (= 7.1.3.4)
53
- globalid (>= 0.6.0)
54
- nokogiri (>= 1.8.5)
55
- actionview (7.1.3.4)
56
- activesupport (= 7.1.3.4)
57
- builder (~> 3.1)
58
- erubi (~> 1.11)
59
- rails-dom-testing (~> 2.2)
60
- rails-html-sanitizer (~> 1.6)
61
- activejob (7.1.3.4)
62
- activesupport (= 7.1.3.4)
63
- globalid (>= 0.3.6)
64
- activemodel (7.1.3.4)
65
- activesupport (= 7.1.3.4)
66
- activerecord (7.1.3.4)
67
- activemodel (= 7.1.3.4)
68
- activesupport (= 7.1.3.4)
69
- timeout (>= 0.4.0)
70
- activestorage (7.1.3.4)
71
- actionpack (= 7.1.3.4)
72
- activejob (= 7.1.3.4)
73
- activerecord (= 7.1.3.4)
74
- activesupport (= 7.1.3.4)
75
- marcel (~> 1.0)
76
- activesupport (7.1.3.4)
77
- base64
78
- bigdecimal
79
- concurrent-ruby (~> 1.0, >= 1.0.2)
80
- connection_pool (>= 2.2.5)
81
- drb
82
- i18n (>= 1.6, < 2)
83
- minitest (>= 5.1)
84
- mutex_m
85
- tzinfo (~> 2.0)
86
- addressable (2.8.7)
87
- public_suffix (>= 2.0.2, < 7.0)
88
- ast (2.4.2)
89
- base64 (0.2.0)
90
- bigdecimal (3.1.8)
91
- builder (3.3.0)
92
- byebug (11.1.3)
93
- coderay (1.1.3)
94
- concurrent-ruby (1.3.3)
95
- connection_pool (2.4.1)
96
- crack (1.0.0)
97
- bigdecimal
98
- rexml
99
- crass (1.0.6)
100
- date (3.3.4)
101
- diff-lcs (1.5.1)
102
- docile (1.4.0)
103
- drb (2.2.1)
104
- erubi (1.13.0)
105
- faraday (1.10.3)
106
- faraday-em_http (~> 1.0)
107
- faraday-em_synchrony (~> 1.0)
108
- faraday-excon (~> 1.1)
109
- faraday-httpclient (~> 1.0)
110
- faraday-multipart (~> 1.0)
111
- faraday-net_http (~> 1.0)
112
- faraday-net_http_persistent (~> 1.0)
113
- faraday-patron (~> 1.0)
114
- faraday-rack (~> 1.0)
115
- faraday-retry (~> 1.0)
116
- ruby2_keywords (>= 0.0.4)
117
- faraday-em_http (1.0.0)
118
- faraday-em_synchrony (1.0.0)
119
- faraday-excon (1.1.0)
120
- faraday-httpclient (1.0.1)
121
- faraday-multipart (1.0.4)
122
- multipart-post (~> 2)
123
- faraday-net_http (1.0.1)
124
- faraday-net_http_persistent (1.2.0)
125
- faraday-patron (1.0.0)
126
- faraday-rack (1.0.0)
127
- faraday-retry (1.0.3)
128
- gapic-common (0.22.0)
129
- faraday (>= 1.9, < 3.a)
130
- faraday-retry (>= 1.0, < 3.a)
131
- google-protobuf (>= 3.25, < 5.a)
132
- googleapis-common-protos (~> 1.6)
133
- googleapis-common-protos-types (~> 1.15)
134
- googleauth (~> 1.11)
135
- grpc (~> 1.65)
136
- globalid (1.2.1)
137
- activesupport (>= 6.1)
138
- google-cloud-core (1.7.0)
139
- google-cloud-env (>= 1.0, < 3.a)
140
- google-cloud-errors (~> 1.0)
141
- google-cloud-env (2.1.1)
142
- faraday (>= 1.0, < 3.a)
143
- google-cloud-errors (1.4.0)
144
- google-cloud-trace (0.42.2)
145
- concurrent-ruby (~> 1.1)
146
- google-cloud-core (~> 1.5)
147
- google-cloud-trace-v1 (~> 0.0)
148
- google-cloud-trace-v2 (~> 0.0)
149
- stackdriver-core (~> 1.3)
150
- google-cloud-trace-v1 (0.9.0)
151
- gapic-common (>= 0.21.1, < 2.a)
152
- google-cloud-errors (~> 1.0)
153
- google-cloud-trace-v2 (0.9.0)
154
- gapic-common (>= 0.21.1, < 2.a)
155
- google-cloud-errors (~> 1.0)
156
- google-protobuf (4.27.2)
157
- bigdecimal
158
- rake (>= 13)
159
- google-protobuf (4.27.2-aarch64-linux)
160
- bigdecimal
161
- rake (>= 13)
162
- google-protobuf (4.27.2-arm64-darwin)
163
- bigdecimal
164
- rake (>= 13)
165
- google-protobuf (4.27.2-x86-linux)
166
- bigdecimal
167
- rake (>= 13)
168
- google-protobuf (4.27.2-x86_64-darwin)
169
- bigdecimal
170
- rake (>= 13)
171
- google-protobuf (4.27.2-x86_64-linux)
172
- bigdecimal
173
- rake (>= 13)
174
- googleapis-common-protos (1.6.0)
175
- google-protobuf (>= 3.18, < 5.a)
176
- googleapis-common-protos-types (~> 1.7)
177
- grpc (~> 1.41)
178
- googleapis-common-protos-types (1.15.0)
179
- google-protobuf (>= 3.18, < 5.a)
180
- googleauth (1.11.0)
181
- faraday (>= 1.0, < 3.a)
182
- google-cloud-env (~> 2.1)
183
- jwt (>= 1.4, < 3.0)
184
- multi_json (~> 1.11)
185
- os (>= 0.9, < 2.0)
186
- signet (>= 0.16, < 2.a)
187
- grpc (1.65.1)
188
- google-protobuf (>= 3.25, < 5.0)
189
- googleapis-common-protos-types (~> 1.0)
190
- grpc (1.65.1-aarch64-linux)
191
- google-protobuf (>= 3.25, < 5.0)
192
- googleapis-common-protos-types (~> 1.0)
193
- grpc (1.65.1-arm64-darwin)
194
- google-protobuf (>= 3.25, < 5.0)
195
- googleapis-common-protos-types (~> 1.0)
196
- grpc (1.65.1-x86-linux)
197
- google-protobuf (>= 3.25, < 5.0)
198
- googleapis-common-protos-types (~> 1.0)
199
- grpc (1.65.1-x86_64-darwin)
200
- google-protobuf (>= 3.25, < 5.0)
201
- googleapis-common-protos-types (~> 1.0)
202
- grpc (1.65.1-x86_64-linux)
203
- google-protobuf (>= 3.25, < 5.0)
204
- googleapis-common-protos-types (~> 1.0)
205
- hashdiff (1.1.0)
206
- i18n (1.14.5)
207
- concurrent-ruby (~> 1.0)
208
- io-console (0.7.2)
209
- irb (1.14.0)
210
- rdoc (>= 4.0.0)
211
- reline (>= 0.4.2)
212
- json (2.7.2)
213
- jwt (2.8.2)
214
- base64
215
- language_server-protocol (3.17.0.3)
216
- loofah (2.22.0)
217
- crass (~> 1.0.2)
218
- nokogiri (>= 1.12.0)
219
- mail (2.8.1)
220
- mini_mime (>= 0.1.1)
221
- net-imap
222
- net-pop
223
- net-smtp
224
- marcel (1.0.4)
225
- method_source (1.1.0)
226
- minato-trace (0.1.6.pre.8)
227
- google-cloud-trace (~> 0.42.2)
228
- rails (>= 7.0.0)
229
- minato_error_handler (0.1.9.pre.1)
230
- rails (>= 7.0.4)
231
- mini_mime (1.1.5)
232
- minitest (5.24.1)
233
- multi_json (1.15.0)
234
- multipart-post (2.4.1)
235
- mutex_m (0.2.0)
236
- net-imap (0.4.14)
237
- date
238
- net-protocol
239
- net-pop (0.1.2)
240
- net-protocol
241
- net-protocol (0.2.2)
242
- timeout
243
- net-smtp (0.5.0)
244
- net-protocol
245
- nio4r (2.7.3)
246
- nokogiri (1.16.6-aarch64-linux)
247
- racc (~> 1.4)
248
- nokogiri (1.16.6-arm-linux)
249
- racc (~> 1.4)
250
- nokogiri (1.16.6-arm64-darwin)
251
- racc (~> 1.4)
252
- nokogiri (1.16.6-x86-linux)
253
- racc (~> 1.4)
254
- nokogiri (1.16.6-x86_64-darwin)
255
- racc (~> 1.4)
256
- nokogiri (1.16.6-x86_64-linux)
257
- racc (~> 1.4)
258
- os (1.1.4)
259
- parallel (1.25.1)
260
- parser (3.3.4.0)
261
- ast (~> 2.4.1)
262
- racc
263
- pry (0.14.2)
264
- coderay (~> 1.1)
265
- method_source (~> 1.0)
266
- pry-byebug (3.10.1)
267
- byebug (~> 11.0)
268
- pry (>= 0.13, < 0.15)
269
- psych (5.1.2)
270
- stringio
271
- public_suffix (6.0.0)
272
- racc (1.8.0)
273
- rack (3.1.7)
274
- rack-session (2.0.0)
275
- rack (>= 3.0.0)
276
- rack-test (2.1.0)
277
- rack (>= 1.3)
278
- rackup (2.1.0)
279
- rack (>= 3)
280
- webrick (~> 1.8)
281
- rails (7.1.3.4)
282
- actioncable (= 7.1.3.4)
283
- actionmailbox (= 7.1.3.4)
284
- actionmailer (= 7.1.3.4)
285
- actionpack (= 7.1.3.4)
286
- actiontext (= 7.1.3.4)
287
- actionview (= 7.1.3.4)
288
- activejob (= 7.1.3.4)
289
- activemodel (= 7.1.3.4)
290
- activerecord (= 7.1.3.4)
291
- activestorage (= 7.1.3.4)
292
- activesupport (= 7.1.3.4)
293
- bundler (>= 1.15.0)
294
- railties (= 7.1.3.4)
295
- rails-dom-testing (2.2.0)
296
- activesupport (>= 5.0.0)
297
- minitest
298
- nokogiri (>= 1.6)
299
- rails-html-sanitizer (1.6.0)
300
- loofah (~> 2.21)
301
- nokogiri (~> 1.14)
302
- railties (7.1.3.4)
303
- actionpack (= 7.1.3.4)
304
- activesupport (= 7.1.3.4)
305
- irb
306
- rackup (>= 1.0.0)
307
- rake (>= 12.2)
308
- thor (~> 1.0, >= 1.2.2)
309
- zeitwerk (~> 2.6)
310
- rainbow (3.1.1)
311
- rake (13.0.6)
312
- rdoc (6.7.0)
313
- psych (>= 4.0.0)
314
- regexp_parser (2.9.2)
315
- reline (0.5.9)
316
- io-console (~> 0.5)
317
- rexml (3.3.2)
318
- strscan
319
- rspec (3.13.0)
320
- rspec-core (~> 3.13.0)
321
- rspec-expectations (~> 3.13.0)
322
- rspec-mocks (~> 3.13.0)
323
- rspec-core (3.13.0)
324
- rspec-support (~> 3.13.0)
325
- rspec-expectations (3.13.1)
326
- diff-lcs (>= 1.2.0, < 2.0)
327
- rspec-support (~> 3.13.0)
328
- rspec-mocks (3.13.1)
329
- diff-lcs (>= 1.2.0, < 2.0)
330
- rspec-support (~> 3.13.0)
331
- rspec-support (3.13.1)
332
- rubocop (1.64.1)
333
- json (~> 2.3)
334
- language_server-protocol (>= 3.17.0)
335
- parallel (~> 1.10)
336
- parser (>= 3.3.0.2)
337
- rainbow (>= 2.2.2, < 4.0)
338
- regexp_parser (>= 1.8, < 3.0)
339
- rexml (>= 3.2.5, < 4.0)
340
- rubocop-ast (>= 1.31.1, < 2.0)
341
- ruby-progressbar (~> 1.7)
342
- unicode-display_width (>= 2.4.0, < 3.0)
343
- rubocop-ast (1.31.3)
344
- parser (>= 3.3.1.0)
345
- rubocop-rspec (3.0.3)
346
- rubocop (~> 1.61)
347
- ruby-progressbar (1.13.0)
348
- ruby2_keywords (0.0.5)
349
- signet (0.19.0)
350
- addressable (~> 2.8)
351
- faraday (>= 0.17.5, < 3.a)
352
- jwt (>= 1.5, < 3.0)
353
- multi_json (~> 1.10)
354
- simplecov (0.22.0)
355
- docile (~> 1.1)
356
- simplecov-html (~> 0.11)
357
- simplecov_json_formatter (~> 0.1)
358
- simplecov-html (0.12.3)
359
- simplecov_json_formatter (0.1.4)
360
- stackdriver-core (1.6.0)
361
- google-cloud-core (~> 1.2)
362
- stringio (3.1.1)
363
- strscan (3.1.0)
364
- thor (1.3.1)
365
- timeout (0.4.1)
366
- tzinfo (2.0.6)
367
- concurrent-ruby (~> 1.0)
368
- unicode-display_width (2.5.0)
369
- webmock (3.23.1)
370
- addressable (>= 2.8.0)
371
- crack (>= 0.3.2)
372
- hashdiff (>= 0.4.0, < 2.0.0)
373
- webrick (1.8.1)
374
- websocket-driver (0.7.6)
375
- websocket-extensions (>= 0.1.0)
376
- websocket-extensions (0.1.5)
377
- zeitwerk (2.6.16)
378
-
379
- PLATFORMS
380
- aarch64-linux
381
- arm-linux
382
- arm64-darwin
383
- x86-linux
384
- x86_64-darwin
385
- x86_64-linux
386
-
387
- DEPENDENCIES
388
- minato_ruby_api_client!
389
- pry-byebug
390
- rake (~> 13.0.1)
391
- rspec (~> 3.6, >= 3.6.0)
392
- rubocop (~> 1.64.1)
393
- rubocop-rspec (~> 3.0.2)
394
- simplecov
395
- webmock
396
-
397
- BUNDLED WITH
398
- 2.5.5
1
+ PATH
2
+ remote: .
3
+ specs:
4
+ minato_ruby_api_client (0.2.3)
5
+ faraday (~> 1.0, >= 1.0.1)
6
+ minato-trace (~> 0.2.0)
7
+ minato_error_handler (~> 0.1.12)
8
+
9
+ GEM
10
+ remote: https://rubygems.org/
11
+ specs:
12
+ actioncable (7.1.3.4)
13
+ actionpack (= 7.1.3.4)
14
+ activesupport (= 7.1.3.4)
15
+ nio4r (~> 2.0)
16
+ websocket-driver (>= 0.6.1)
17
+ zeitwerk (~> 2.6)
18
+ actionmailbox (7.1.3.4)
19
+ actionpack (= 7.1.3.4)
20
+ activejob (= 7.1.3.4)
21
+ activerecord (= 7.1.3.4)
22
+ activestorage (= 7.1.3.4)
23
+ activesupport (= 7.1.3.4)
24
+ mail (>= 2.7.1)
25
+ net-imap
26
+ net-pop
27
+ net-smtp
28
+ actionmailer (7.1.3.4)
29
+ actionpack (= 7.1.3.4)
30
+ actionview (= 7.1.3.4)
31
+ activejob (= 7.1.3.4)
32
+ activesupport (= 7.1.3.4)
33
+ mail (~> 2.5, >= 2.5.4)
34
+ net-imap
35
+ net-pop
36
+ net-smtp
37
+ rails-dom-testing (~> 2.2)
38
+ actionpack (7.1.3.4)
39
+ actionview (= 7.1.3.4)
40
+ activesupport (= 7.1.3.4)
41
+ nokogiri (>= 1.8.5)
42
+ racc
43
+ rack (>= 2.2.4)
44
+ rack-session (>= 1.0.1)
45
+ rack-test (>= 0.6.3)
46
+ rails-dom-testing (~> 2.2)
47
+ rails-html-sanitizer (~> 1.6)
48
+ actiontext (7.1.3.4)
49
+ actionpack (= 7.1.3.4)
50
+ activerecord (= 7.1.3.4)
51
+ activestorage (= 7.1.3.4)
52
+ activesupport (= 7.1.3.4)
53
+ globalid (>= 0.6.0)
54
+ nokogiri (>= 1.8.5)
55
+ actionview (7.1.3.4)
56
+ activesupport (= 7.1.3.4)
57
+ builder (~> 3.1)
58
+ erubi (~> 1.11)
59
+ rails-dom-testing (~> 2.2)
60
+ rails-html-sanitizer (~> 1.6)
61
+ activejob (7.1.3.4)
62
+ activesupport (= 7.1.3.4)
63
+ globalid (>= 0.3.6)
64
+ activemodel (7.1.3.4)
65
+ activesupport (= 7.1.3.4)
66
+ activerecord (7.1.3.4)
67
+ activemodel (= 7.1.3.4)
68
+ activesupport (= 7.1.3.4)
69
+ timeout (>= 0.4.0)
70
+ activestorage (7.1.3.4)
71
+ actionpack (= 7.1.3.4)
72
+ activejob (= 7.1.3.4)
73
+ activerecord (= 7.1.3.4)
74
+ activesupport (= 7.1.3.4)
75
+ marcel (~> 1.0)
76
+ activesupport (7.1.3.4)
77
+ base64
78
+ bigdecimal
79
+ concurrent-ruby (~> 1.0, >= 1.0.2)
80
+ connection_pool (>= 2.2.5)
81
+ drb
82
+ i18n (>= 1.6, < 2)
83
+ minitest (>= 5.1)
84
+ mutex_m
85
+ tzinfo (~> 2.0)
86
+ addressable (2.8.7)
87
+ public_suffix (>= 2.0.2, < 7.0)
88
+ ast (2.4.2)
89
+ base64 (0.2.0)
90
+ bigdecimal (3.1.8)
91
+ builder (3.3.0)
92
+ byebug (11.1.3)
93
+ coderay (1.1.3)
94
+ concurrent-ruby (1.3.3)
95
+ connection_pool (2.4.1)
96
+ crack (1.0.0)
97
+ bigdecimal
98
+ rexml
99
+ crass (1.0.6)
100
+ date (3.3.4)
101
+ diff-lcs (1.5.1)
102
+ docile (1.4.0)
103
+ drb (2.2.1)
104
+ erubi (1.13.0)
105
+ faraday (1.10.3)
106
+ faraday-em_http (~> 1.0)
107
+ faraday-em_synchrony (~> 1.0)
108
+ faraday-excon (~> 1.1)
109
+ faraday-httpclient (~> 1.0)
110
+ faraday-multipart (~> 1.0)
111
+ faraday-net_http (~> 1.0)
112
+ faraday-net_http_persistent (~> 1.0)
113
+ faraday-patron (~> 1.0)
114
+ faraday-rack (~> 1.0)
115
+ faraday-retry (~> 1.0)
116
+ ruby2_keywords (>= 0.0.4)
117
+ faraday-em_http (1.0.0)
118
+ faraday-em_synchrony (1.0.0)
119
+ faraday-excon (1.1.0)
120
+ faraday-httpclient (1.0.1)
121
+ faraday-multipart (1.0.4)
122
+ multipart-post (~> 2)
123
+ faraday-net_http (1.0.1)
124
+ faraday-net_http_persistent (1.2.0)
125
+ faraday-patron (1.0.0)
126
+ faraday-rack (1.0.0)
127
+ faraday-retry (1.0.3)
128
+ gapic-common (0.24.0)
129
+ faraday (>= 1.9, < 3.a)
130
+ faraday-retry (>= 1.0, < 3.a)
131
+ google-cloud-env (~> 2.2)
132
+ google-logging-utils (~> 0.1)
133
+ google-protobuf (>= 3.25, < 5.a)
134
+ googleapis-common-protos (~> 1.6)
135
+ googleapis-common-protos-types (~> 1.15)
136
+ googleauth (~> 1.12)
137
+ grpc (~> 1.66)
138
+ globalid (1.2.1)
139
+ activesupport (>= 6.1)
140
+ google-cloud-core (1.7.1)
141
+ google-cloud-env (>= 1.0, < 3.a)
142
+ google-cloud-errors (~> 1.0)
143
+ google-cloud-env (2.2.1)
144
+ faraday (>= 1.0, < 3.a)
145
+ google-cloud-errors (1.4.0)
146
+ google-cloud-trace (0.42.2)
147
+ concurrent-ruby (~> 1.1)
148
+ google-cloud-core (~> 1.5)
149
+ google-cloud-trace-v1 (~> 0.0)
150
+ google-cloud-trace-v2 (~> 0.0)
151
+ stackdriver-core (~> 1.3)
152
+ google-cloud-trace-v1 (0.9.0)
153
+ gapic-common (>= 0.21.1, < 2.a)
154
+ google-cloud-errors (~> 1.0)
155
+ google-cloud-trace-v2 (0.9.0)
156
+ gapic-common (>= 0.21.1, < 2.a)
157
+ google-cloud-errors (~> 1.0)
158
+ google-logging-utils (0.1.0)
159
+ google-protobuf (4.29.2)
160
+ bigdecimal
161
+ rake (>= 13)
162
+ google-protobuf (4.29.2-aarch64-linux)
163
+ bigdecimal
164
+ rake (>= 13)
165
+ google-protobuf (4.29.2-arm64-darwin)
166
+ bigdecimal
167
+ rake (>= 13)
168
+ google-protobuf (4.29.2-x86-linux)
169
+ bigdecimal
170
+ rake (>= 13)
171
+ google-protobuf (4.29.2-x86_64-darwin)
172
+ bigdecimal
173
+ rake (>= 13)
174
+ google-protobuf (4.29.2-x86_64-linux)
175
+ bigdecimal
176
+ rake (>= 13)
177
+ googleapis-common-protos (1.6.0)
178
+ google-protobuf (>= 3.18, < 5.a)
179
+ googleapis-common-protos-types (~> 1.7)
180
+ grpc (~> 1.41)
181
+ googleapis-common-protos-types (1.16.0)
182
+ google-protobuf (>= 3.18, < 5.a)
183
+ googleauth (1.12.2)
184
+ faraday (>= 1.0, < 3.a)
185
+ google-cloud-env (~> 2.2)
186
+ google-logging-utils (~> 0.1)
187
+ jwt (>= 1.4, < 3.0)
188
+ multi_json (~> 1.11)
189
+ os (>= 0.9, < 2.0)
190
+ signet (>= 0.16, < 2.a)
191
+ grpc (1.68.1)
192
+ google-protobuf (>= 3.25, < 5.0)
193
+ googleapis-common-protos-types (~> 1.0)
194
+ grpc (1.68.1-aarch64-linux)
195
+ google-protobuf (>= 3.25, < 5.0)
196
+ googleapis-common-protos-types (~> 1.0)
197
+ grpc (1.68.1-arm64-darwin)
198
+ google-protobuf (>= 3.25, < 5.0)
199
+ googleapis-common-protos-types (~> 1.0)
200
+ grpc (1.68.1-x86-linux)
201
+ google-protobuf (>= 3.25, < 5.0)
202
+ googleapis-common-protos-types (~> 1.0)
203
+ grpc (1.68.1-x86_64-darwin)
204
+ google-protobuf (>= 3.25, < 5.0)
205
+ googleapis-common-protos-types (~> 1.0)
206
+ grpc (1.68.1-x86_64-linux)
207
+ google-protobuf (>= 3.25, < 5.0)
208
+ googleapis-common-protos-types (~> 1.0)
209
+ hashdiff (1.1.0)
210
+ i18n (1.14.5)
211
+ concurrent-ruby (~> 1.0)
212
+ io-console (0.7.2)
213
+ irb (1.14.0)
214
+ rdoc (>= 4.0.0)
215
+ reline (>= 0.4.2)
216
+ json (2.7.2)
217
+ jwt (2.10.1)
218
+ base64
219
+ language_server-protocol (3.17.0.3)
220
+ loofah (2.22.0)
221
+ crass (~> 1.0.2)
222
+ nokogiri (>= 1.12.0)
223
+ mail (2.8.1)
224
+ mini_mime (>= 0.1.1)
225
+ net-imap
226
+ net-pop
227
+ net-smtp
228
+ marcel (1.0.4)
229
+ method_source (1.1.0)
230
+ minato-trace (0.2.0)
231
+ google-cloud-trace (~> 0.42.2)
232
+ rails (>= 7.0.0)
233
+ minato_error_handler (0.1.12)
234
+ rails (>= 7.0.4)
235
+ mini_mime (1.1.5)
236
+ minitest (5.24.1)
237
+ multi_json (1.15.0)
238
+ multipart-post (2.4.1)
239
+ mutex_m (0.2.0)
240
+ net-imap (0.4.14)
241
+ date
242
+ net-protocol
243
+ net-pop (0.1.2)
244
+ net-protocol
245
+ net-protocol (0.2.2)
246
+ timeout
247
+ net-smtp (0.5.0)
248
+ net-protocol
249
+ nio4r (2.7.3)
250
+ nokogiri (1.16.6-aarch64-linux)
251
+ racc (~> 1.4)
252
+ nokogiri (1.16.6-arm-linux)
253
+ racc (~> 1.4)
254
+ nokogiri (1.16.6-arm64-darwin)
255
+ racc (~> 1.4)
256
+ nokogiri (1.16.6-x86-linux)
257
+ racc (~> 1.4)
258
+ nokogiri (1.16.6-x86_64-darwin)
259
+ racc (~> 1.4)
260
+ nokogiri (1.16.6-x86_64-linux)
261
+ racc (~> 1.4)
262
+ os (1.1.4)
263
+ parallel (1.25.1)
264
+ parser (3.3.4.0)
265
+ ast (~> 2.4.1)
266
+ racc
267
+ pry (0.14.2)
268
+ coderay (~> 1.1)
269
+ method_source (~> 1.0)
270
+ pry-byebug (3.10.1)
271
+ byebug (~> 11.0)
272
+ pry (>= 0.13, < 0.15)
273
+ psych (5.1.2)
274
+ stringio
275
+ public_suffix (6.0.0)
276
+ racc (1.8.0)
277
+ rack (3.1.7)
278
+ rack-session (2.0.0)
279
+ rack (>= 3.0.0)
280
+ rack-test (2.1.0)
281
+ rack (>= 1.3)
282
+ rackup (2.1.0)
283
+ rack (>= 3)
284
+ webrick (~> 1.8)
285
+ rails (7.1.3.4)
286
+ actioncable (= 7.1.3.4)
287
+ actionmailbox (= 7.1.3.4)
288
+ actionmailer (= 7.1.3.4)
289
+ actionpack (= 7.1.3.4)
290
+ actiontext (= 7.1.3.4)
291
+ actionview (= 7.1.3.4)
292
+ activejob (= 7.1.3.4)
293
+ activemodel (= 7.1.3.4)
294
+ activerecord (= 7.1.3.4)
295
+ activestorage (= 7.1.3.4)
296
+ activesupport (= 7.1.3.4)
297
+ bundler (>= 1.15.0)
298
+ railties (= 7.1.3.4)
299
+ rails-dom-testing (2.2.0)
300
+ activesupport (>= 5.0.0)
301
+ minitest
302
+ nokogiri (>= 1.6)
303
+ rails-html-sanitizer (1.6.0)
304
+ loofah (~> 2.21)
305
+ nokogiri (~> 1.14)
306
+ railties (7.1.3.4)
307
+ actionpack (= 7.1.3.4)
308
+ activesupport (= 7.1.3.4)
309
+ irb
310
+ rackup (>= 1.0.0)
311
+ rake (>= 12.2)
312
+ thor (~> 1.0, >= 1.2.2)
313
+ zeitwerk (~> 2.6)
314
+ rainbow (3.1.1)
315
+ rake (13.0.6)
316
+ rdoc (6.7.0)
317
+ psych (>= 4.0.0)
318
+ regexp_parser (2.9.2)
319
+ reline (0.5.9)
320
+ io-console (~> 0.5)
321
+ rexml (3.3.2)
322
+ strscan
323
+ rspec (3.13.0)
324
+ rspec-core (~> 3.13.0)
325
+ rspec-expectations (~> 3.13.0)
326
+ rspec-mocks (~> 3.13.0)
327
+ rspec-core (3.13.0)
328
+ rspec-support (~> 3.13.0)
329
+ rspec-expectations (3.13.1)
330
+ diff-lcs (>= 1.2.0, < 2.0)
331
+ rspec-support (~> 3.13.0)
332
+ rspec-mocks (3.13.1)
333
+ diff-lcs (>= 1.2.0, < 2.0)
334
+ rspec-support (~> 3.13.0)
335
+ rspec-support (3.13.1)
336
+ rubocop (1.64.1)
337
+ json (~> 2.3)
338
+ language_server-protocol (>= 3.17.0)
339
+ parallel (~> 1.10)
340
+ parser (>= 3.3.0.2)
341
+ rainbow (>= 2.2.2, < 4.0)
342
+ regexp_parser (>= 1.8, < 3.0)
343
+ rexml (>= 3.2.5, < 4.0)
344
+ rubocop-ast (>= 1.31.1, < 2.0)
345
+ ruby-progressbar (~> 1.7)
346
+ unicode-display_width (>= 2.4.0, < 3.0)
347
+ rubocop-ast (1.31.3)
348
+ parser (>= 3.3.1.0)
349
+ rubocop-rspec (3.0.3)
350
+ rubocop (~> 1.61)
351
+ ruby-progressbar (1.13.0)
352
+ ruby2_keywords (0.0.5)
353
+ signet (0.19.0)
354
+ addressable (~> 2.8)
355
+ faraday (>= 0.17.5, < 3.a)
356
+ jwt (>= 1.5, < 3.0)
357
+ multi_json (~> 1.10)
358
+ simplecov (0.22.0)
359
+ docile (~> 1.1)
360
+ simplecov-html (~> 0.11)
361
+ simplecov_json_formatter (~> 0.1)
362
+ simplecov-html (0.12.3)
363
+ simplecov_json_formatter (0.1.4)
364
+ stackdriver-core (1.6.0)
365
+ google-cloud-core (~> 1.2)
366
+ stringio (3.1.1)
367
+ strscan (3.1.0)
368
+ thor (1.3.1)
369
+ timeout (0.4.1)
370
+ tzinfo (2.0.6)
371
+ concurrent-ruby (~> 1.0)
372
+ unicode-display_width (2.5.0)
373
+ webmock (3.23.1)
374
+ addressable (>= 2.8.0)
375
+ crack (>= 0.3.2)
376
+ hashdiff (>= 0.4.0, < 2.0.0)
377
+ webrick (1.8.1)
378
+ websocket-driver (0.7.6)
379
+ websocket-extensions (>= 0.1.0)
380
+ websocket-extensions (0.1.5)
381
+ zeitwerk (2.6.16)
382
+
383
+ PLATFORMS
384
+ aarch64-linux
385
+ arm-linux
386
+ arm64-darwin
387
+ x86-linux
388
+ x86_64-darwin
389
+ x86_64-linux
390
+
391
+ DEPENDENCIES
392
+ minato_ruby_api_client!
393
+ pry-byebug
394
+ rake (~> 13.0.1)
395
+ rspec (~> 3.6, >= 3.6.0)
396
+ rubocop (~> 1.64.1)
397
+ rubocop-rspec (~> 3.0.2)
398
+ simplecov
399
+ webmock
400
+
401
+ BUNDLED WITH
402
+ 2.5.5