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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +23 -23
- data/Dockerfile +1 -1
- data/Gemfile +17 -17
- data/Gemfile.lock +402 -398
- data/README.md +54 -54
- data/Rakefile +10 -10
- data/compose.yml +11 -11
- data/lib/minato_ruby_api_client/api_client.rb +398 -389
- data/lib/minato_ruby_api_client/api_error.rb +16 -16
- data/lib/minato_ruby_api_client/configuration.rb +247 -247
- data/lib/minato_ruby_api_client/version.rb +3 -3
- data/lib/minato_ruby_api_client.rb +24 -24
- data/minato_ruby_api_client.gemspec +35 -35
- data/spec/api_client_spec.rb +42 -0
- data/spec/configuration_spec.rb +204 -204
- data/spec/minato_ruby_api_client_spec.rb +17 -17
- data/spec/spec_helper.rb +105 -105
- metadata +7 -40
- data/coverage/.last_run.json +0 -5
- data/coverage/.resultset.json +0 -1248
- data/coverage/.resultset.json.lock +0 -0
- data/coverage/assets/0.12.3/DataTables-1.10.20/images/sort_asc.png +0 -0
- data/coverage/assets/0.12.3/DataTables-1.10.20/images/sort_asc_disabled.png +0 -0
- data/coverage/assets/0.12.3/DataTables-1.10.20/images/sort_both.png +0 -0
- data/coverage/assets/0.12.3/DataTables-1.10.20/images/sort_desc.png +0 -0
- data/coverage/assets/0.12.3/DataTables-1.10.20/images/sort_desc_disabled.png +0 -0
- data/coverage/assets/0.12.3/application.css +0 -1
- data/coverage/assets/0.12.3/application.js +0 -7
- data/coverage/assets/0.12.3/colorbox/border.png +0 -0
- data/coverage/assets/0.12.3/colorbox/controls.png +0 -0
- data/coverage/assets/0.12.3/colorbox/loading.gif +0 -0
- data/coverage/assets/0.12.3/colorbox/loading_background.png +0 -0
- data/coverage/assets/0.12.3/favicon_green.png +0 -0
- data/coverage/assets/0.12.3/favicon_red.png +0 -0
- data/coverage/assets/0.12.3/favicon_yellow.png +0 -0
- data/coverage/assets/0.12.3/images/ui-bg_flat_0_aaaaaa_40x100.png +0 -0
- data/coverage/assets/0.12.3/images/ui-bg_flat_75_ffffff_40x100.png +0 -0
- data/coverage/assets/0.12.3/images/ui-bg_glass_55_fbf9ee_1x400.png +0 -0
- data/coverage/assets/0.12.3/images/ui-bg_glass_65_ffffff_1x400.png +0 -0
- data/coverage/assets/0.12.3/images/ui-bg_glass_75_dadada_1x400.png +0 -0
- data/coverage/assets/0.12.3/images/ui-bg_glass_75_e6e6e6_1x400.png +0 -0
- data/coverage/assets/0.12.3/images/ui-bg_glass_95_fef1ec_1x400.png +0 -0
- data/coverage/assets/0.12.3/images/ui-bg_highlight-soft_75_cccccc_1x100.png +0 -0
- data/coverage/assets/0.12.3/images/ui-icons_222222_256x240.png +0 -0
- data/coverage/assets/0.12.3/images/ui-icons_2e83ff_256x240.png +0 -0
- data/coverage/assets/0.12.3/images/ui-icons_454545_256x240.png +0 -0
- data/coverage/assets/0.12.3/images/ui-icons_888888_256x240.png +0 -0
- data/coverage/assets/0.12.3/images/ui-icons_cd0a0a_256x240.png +0 -0
- data/coverage/assets/0.12.3/loading.gif +0 -0
- data/coverage/assets/0.12.3/magnify.png +0 -0
- 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.
|
5
|
-
faraday (~> 1.0, >= 1.0.1)
|
6
|
-
minato-trace (~> 0.
|
7
|
-
minato_error_handler (~> 0.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.
|
129
|
-
faraday (>= 1.9, < 3.a)
|
130
|
-
faraday-retry (>= 1.0, < 3.a)
|
131
|
-
google-
|
132
|
-
|
133
|
-
|
134
|
-
|
135
|
-
|
136
|
-
|
137
|
-
|
138
|
-
|
139
|
-
|
140
|
-
|
141
|
-
|
142
|
-
|
143
|
-
google-cloud-
|
144
|
-
|
145
|
-
|
146
|
-
|
147
|
-
|
148
|
-
google-cloud-
|
149
|
-
|
150
|
-
|
151
|
-
|
152
|
-
|
153
|
-
|
154
|
-
|
155
|
-
|
156
|
-
|
157
|
-
|
158
|
-
|
159
|
-
google-protobuf (4.
|
160
|
-
bigdecimal
|
161
|
-
rake (>= 13)
|
162
|
-
google-protobuf (4.
|
163
|
-
bigdecimal
|
164
|
-
rake (>= 13)
|
165
|
-
google-protobuf (4.
|
166
|
-
bigdecimal
|
167
|
-
rake (>= 13)
|
168
|
-
google-protobuf (4.
|
169
|
-
bigdecimal
|
170
|
-
rake (>= 13)
|
171
|
-
google-protobuf (4.
|
172
|
-
bigdecimal
|
173
|
-
rake (>= 13)
|
174
|
-
|
175
|
-
|
176
|
-
|
177
|
-
|
178
|
-
|
179
|
-
|
180
|
-
|
181
|
-
|
182
|
-
google-
|
183
|
-
|
184
|
-
|
185
|
-
|
186
|
-
|
187
|
-
|
188
|
-
|
189
|
-
|
190
|
-
|
191
|
-
|
192
|
-
|
193
|
-
|
194
|
-
|
195
|
-
|
196
|
-
|
197
|
-
|
198
|
-
|
199
|
-
|
200
|
-
|
201
|
-
|
202
|
-
|
203
|
-
|
204
|
-
|
205
|
-
|
206
|
-
|
207
|
-
|
208
|
-
|
209
|
-
|
210
|
-
|
211
|
-
|
212
|
-
|
213
|
-
|
214
|
-
|
215
|
-
|
216
|
-
|
217
|
-
|
218
|
-
|
219
|
-
|
220
|
-
|
221
|
-
|
222
|
-
|
223
|
-
|
224
|
-
|
225
|
-
|
226
|
-
|
227
|
-
|
228
|
-
|
229
|
-
|
230
|
-
|
231
|
-
|
232
|
-
|
233
|
-
|
234
|
-
|
235
|
-
|
236
|
-
|
237
|
-
|
238
|
-
|
239
|
-
|
240
|
-
|
241
|
-
|
242
|
-
|
243
|
-
net-
|
244
|
-
net-protocol
|
245
|
-
|
246
|
-
|
247
|
-
|
248
|
-
|
249
|
-
|
250
|
-
nokogiri (1.16.6-
|
251
|
-
racc (~> 1.4)
|
252
|
-
nokogiri (1.16.6-
|
253
|
-
racc (~> 1.4)
|
254
|
-
nokogiri (1.16.6-
|
255
|
-
racc (~> 1.4)
|
256
|
-
nokogiri (1.16.6-
|
257
|
-
racc (~> 1.4)
|
258
|
-
|
259
|
-
|
260
|
-
|
261
|
-
|
262
|
-
|
263
|
-
|
264
|
-
|
265
|
-
|
266
|
-
|
267
|
-
|
268
|
-
|
269
|
-
|
270
|
-
|
271
|
-
|
272
|
-
|
273
|
-
|
274
|
-
|
275
|
-
|
276
|
-
|
277
|
-
|
278
|
-
|
279
|
-
rack (>= 3)
|
280
|
-
|
281
|
-
|
282
|
-
|
283
|
-
|
284
|
-
|
285
|
-
|
286
|
-
|
287
|
-
|
288
|
-
|
289
|
-
|
290
|
-
|
291
|
-
|
292
|
-
|
293
|
-
|
294
|
-
|
295
|
-
|
296
|
-
activesupport (
|
297
|
-
|
298
|
-
|
299
|
-
rails-
|
300
|
-
|
301
|
-
|
302
|
-
|
303
|
-
|
304
|
-
|
305
|
-
|
306
|
-
|
307
|
-
|
308
|
-
|
309
|
-
|
310
|
-
|
311
|
-
|
312
|
-
|
313
|
-
|
314
|
-
|
315
|
-
|
316
|
-
|
317
|
-
|
318
|
-
|
319
|
-
|
320
|
-
|
321
|
-
|
322
|
-
|
323
|
-
rspec
|
324
|
-
rspec-
|
325
|
-
|
326
|
-
|
327
|
-
|
328
|
-
|
329
|
-
|
330
|
-
|
331
|
-
|
332
|
-
|
333
|
-
|
334
|
-
|
335
|
-
|
336
|
-
|
337
|
-
|
338
|
-
|
339
|
-
|
340
|
-
|
341
|
-
|
342
|
-
|
343
|
-
|
344
|
-
|
345
|
-
|
346
|
-
|
347
|
-
|
348
|
-
|
349
|
-
|
350
|
-
|
351
|
-
|
352
|
-
|
353
|
-
|
354
|
-
|
355
|
-
|
356
|
-
|
357
|
-
|
358
|
-
simplecov
|
359
|
-
|
360
|
-
|
361
|
-
|
362
|
-
|
363
|
-
|
364
|
-
|
365
|
-
|
366
|
-
|
367
|
-
|
368
|
-
|
369
|
-
|
370
|
-
|
371
|
-
|
372
|
-
|
373
|
-
|
374
|
-
|
375
|
-
|
376
|
-
|
377
|
-
|
378
|
-
|
379
|
-
|
380
|
-
|
381
|
-
|
382
|
-
|
383
|
-
|
384
|
-
|
385
|
-
|
386
|
-
|
387
|
-
|
388
|
-
|
389
|
-
|
390
|
-
|
391
|
-
|
392
|
-
|
393
|
-
|
394
|
-
|
395
|
-
|
396
|
-
|
397
|
-
|
398
|
-
|
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
|