ika3 0.5.1 → 0.8.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile +2 -2
- data/Gemfile.lock +39 -26
- data/config/weapons.yml +96 -1
- data/lib/ika3/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: acd81ebd4f504e0ea9da7d4fea8a7a6fa28d9107b88afe2d43a2524fbbbf0b75
|
4
|
+
data.tar.gz: c743adeb966479061899159c63929e6672754342bef84b27d4daa7ffcfc8a49d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6737a5765cf9c63680b4575da78921492fa59c59c6d29b767e5fb7aa4cd7c28c8eaf50e96da995b31af69a40e23c4a669d1b4053966536a628cdec9119428323
|
7
|
+
data.tar.gz: fe5fd7bee6fece6e3c7964b4b53df88352067acb9ca7c1ab9a06553fe93528f2dd9546666ed563488d97af6ec8d62676a390457889b5388622be85c8e1303d01
|
data/Gemfile
CHANGED
@@ -5,7 +5,7 @@ source 'https://rubygems.org'
|
|
5
5
|
# Specify your gem's dependencies in ika3.gemspec
|
6
6
|
gemspec
|
7
7
|
|
8
|
-
gem 'rake', '~> 13.
|
8
|
+
gem 'rake', '~> 13.1'
|
9
9
|
gem 'rbs'
|
10
10
|
gem 'rspec', '~> 3.0'
|
11
11
|
gem 'rubocop', require: false
|
@@ -13,4 +13,4 @@ gem 'steep'
|
|
13
13
|
|
14
14
|
gem 'rubocop-rake', '~> 0.6.0'
|
15
15
|
|
16
|
-
gem 'rubocop-rspec', '~> 2.
|
16
|
+
gem 'rubocop-rspec', '~> 2.25'
|
data/Gemfile.lock
CHANGED
@@ -1,29 +1,40 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
ika3 (0.
|
4
|
+
ika3 (0.8.0)
|
5
5
|
activesupport (>= 5.0.0)
|
6
6
|
faraday (>= 2.7.0)
|
7
7
|
|
8
8
|
GEM
|
9
9
|
remote: https://rubygems.org/
|
10
10
|
specs:
|
11
|
-
activesupport (7.
|
11
|
+
activesupport (7.1.2)
|
12
|
+
base64
|
13
|
+
bigdecimal
|
12
14
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
15
|
+
connection_pool (>= 2.2.5)
|
16
|
+
drb
|
13
17
|
i18n (>= 1.6, < 2)
|
14
18
|
minitest (>= 5.1)
|
19
|
+
mutex_m
|
15
20
|
tzinfo (~> 2.0)
|
16
21
|
ast (2.4.2)
|
22
|
+
base64 (0.2.0)
|
23
|
+
bigdecimal (3.1.4)
|
17
24
|
concurrent-ruby (1.2.2)
|
18
|
-
|
25
|
+
connection_pool (2.4.1)
|
26
|
+
csv (3.2.7)
|
19
27
|
diff-lcs (1.5.0)
|
20
|
-
|
28
|
+
drb (2.2.0)
|
29
|
+
ruby2_keywords
|
30
|
+
faraday (2.7.12)
|
31
|
+
base64
|
21
32
|
faraday-net_http (>= 2.0, < 3.1)
|
22
33
|
ruby2_keywords (>= 0.0.4)
|
23
34
|
faraday-net_http (3.0.2)
|
24
35
|
ffi (1.15.5)
|
25
36
|
fileutils (1.7.1)
|
26
|
-
i18n (1.
|
37
|
+
i18n (1.14.1)
|
27
38
|
concurrent-ruby (~> 1.0)
|
28
39
|
json (2.6.3)
|
29
40
|
language_server-protocol (3.17.0.3)
|
@@ -31,20 +42,21 @@ GEM
|
|
31
42
|
rb-fsevent (~> 0.10, >= 0.10.3)
|
32
43
|
rb-inotify (~> 0.9, >= 0.9.10)
|
33
44
|
logger (1.5.3)
|
34
|
-
minitest (5.
|
45
|
+
minitest (5.20.0)
|
46
|
+
mutex_m (0.2.0)
|
35
47
|
parallel (1.23.0)
|
36
|
-
parser (3.2.2.
|
48
|
+
parser (3.2.2.4)
|
37
49
|
ast (~> 2.4.1)
|
38
50
|
racc
|
39
|
-
racc (1.7.
|
51
|
+
racc (1.7.1)
|
40
52
|
rainbow (3.1.1)
|
41
|
-
rake (13.0
|
53
|
+
rake (13.1.0)
|
42
54
|
rb-fsevent (0.11.2)
|
43
55
|
rb-inotify (0.10.1)
|
44
56
|
ffi (~> 1.0)
|
45
|
-
rbs (3.1.
|
46
|
-
regexp_parser (2.8.
|
47
|
-
rexml (3.2.
|
57
|
+
rbs (3.1.3)
|
58
|
+
regexp_parser (2.8.2)
|
59
|
+
rexml (3.2.6)
|
48
60
|
rspec (3.12.0)
|
49
61
|
rspec-core (~> 3.12.0)
|
50
62
|
rspec-expectations (~> 3.12.0)
|
@@ -58,34 +70,35 @@ GEM
|
|
58
70
|
diff-lcs (>= 1.2.0, < 2.0)
|
59
71
|
rspec-support (~> 3.12.0)
|
60
72
|
rspec-support (3.12.0)
|
61
|
-
rubocop (1.
|
73
|
+
rubocop (1.57.2)
|
62
74
|
json (~> 2.3)
|
75
|
+
language_server-protocol (>= 3.17.0)
|
63
76
|
parallel (~> 1.10)
|
64
|
-
parser (>= 3.2.2.
|
77
|
+
parser (>= 3.2.2.4)
|
65
78
|
rainbow (>= 2.2.2, < 4.0)
|
66
79
|
regexp_parser (>= 1.8, < 3.0)
|
67
80
|
rexml (>= 3.2.5, < 4.0)
|
68
|
-
rubocop-ast (>= 1.28.
|
81
|
+
rubocop-ast (>= 1.28.1, < 2.0)
|
69
82
|
ruby-progressbar (~> 1.7)
|
70
83
|
unicode-display_width (>= 2.4.0, < 3.0)
|
71
|
-
rubocop-ast (1.
|
84
|
+
rubocop-ast (1.30.0)
|
72
85
|
parser (>= 3.2.1.0)
|
73
|
-
rubocop-capybara (2.
|
86
|
+
rubocop-capybara (2.19.0)
|
74
87
|
rubocop (~> 1.41)
|
75
|
-
rubocop-factory_bot (2.
|
88
|
+
rubocop-factory_bot (2.24.0)
|
76
89
|
rubocop (~> 1.33)
|
77
90
|
rubocop-rake (0.6.0)
|
78
91
|
rubocop (~> 1.0)
|
79
|
-
rubocop-rspec (2.
|
80
|
-
rubocop (~> 1.
|
92
|
+
rubocop-rspec (2.25.0)
|
93
|
+
rubocop (~> 1.40)
|
81
94
|
rubocop-capybara (~> 2.17)
|
82
95
|
rubocop-factory_bot (~> 2.22)
|
83
96
|
ruby-progressbar (1.13.0)
|
84
97
|
ruby2_keywords (0.0.5)
|
85
98
|
securerandom (0.2.2)
|
86
|
-
steep (1.
|
99
|
+
steep (1.5.3)
|
87
100
|
activesupport (>= 5.1)
|
88
|
-
concurrent-ruby (>= 1.
|
101
|
+
concurrent-ruby (>= 1.1.10)
|
89
102
|
csv (>= 3.0.9)
|
90
103
|
fileutils (>= 1.1.0)
|
91
104
|
json (>= 2.1.0)
|
@@ -94,7 +107,7 @@ GEM
|
|
94
107
|
logger (>= 1.3.0)
|
95
108
|
parser (>= 3.1)
|
96
109
|
rainbow (>= 2.2.2, < 4.0)
|
97
|
-
rbs (>=
|
110
|
+
rbs (>= 3.1.0)
|
98
111
|
securerandom (>= 0.1)
|
99
112
|
strscan (>= 1.0.0)
|
100
113
|
terminal-table (>= 2, < 4)
|
@@ -103,19 +116,19 @@ GEM
|
|
103
116
|
unicode-display_width (>= 1.1.1, < 3)
|
104
117
|
tzinfo (2.0.6)
|
105
118
|
concurrent-ruby (~> 1.0)
|
106
|
-
unicode-display_width (2.
|
119
|
+
unicode-display_width (2.5.0)
|
107
120
|
|
108
121
|
PLATFORMS
|
109
122
|
x86_64-linux
|
110
123
|
|
111
124
|
DEPENDENCIES
|
112
125
|
ika3!
|
113
|
-
rake (~> 13.
|
126
|
+
rake (~> 13.1)
|
114
127
|
rbs
|
115
128
|
rspec (~> 3.0)
|
116
129
|
rubocop
|
117
130
|
rubocop-rake (~> 0.6.0)
|
118
|
-
rubocop-rspec (~> 2.
|
131
|
+
rubocop-rspec (~> 2.25)
|
119
132
|
steep
|
120
133
|
|
121
134
|
BUNDLED WITH
|
data/config/weapons.yml
CHANGED
@@ -118,6 +118,11 @@ squeezer: &squeezer
|
|
118
118
|
sub: スプラッシュシールド
|
119
119
|
special: ウルトラショット
|
120
120
|
|
121
|
+
foil_squeezer: &foil_squeezer
|
122
|
+
name: ボトルガイザーフォイル
|
123
|
+
sub: ロボットボム
|
124
|
+
special: スミナガシート
|
125
|
+
|
121
126
|
splattershot_nova: &splattershot_nova
|
122
127
|
name: スペースシューター
|
123
128
|
sub: ポイントセンサー
|
@@ -153,6 +158,11 @@ dynamo_roller: &dynamo_roller
|
|
153
158
|
sub: スプリンクラー
|
154
159
|
special: エナジースタンド
|
155
160
|
|
161
|
+
gold_dynamo_roller: &gold_dynamo_roller
|
162
|
+
name: ダイナモローラーテスラ
|
163
|
+
sub: スプラッシュボム
|
164
|
+
special: デコイチラシ
|
165
|
+
|
156
166
|
flingza_roller: &flingza_roller
|
157
167
|
name: ヴァリアブルローラー
|
158
168
|
sub: トラップ
|
@@ -213,11 +223,21 @@ goo_tuber: &goo_tuber
|
|
213
223
|
sub: トーピード
|
214
224
|
special: マルチミサイル
|
215
225
|
|
226
|
+
custom_goo_tuber: &custom_goo_tuber
|
227
|
+
name: ソイチューバーカスタム
|
228
|
+
sub: タンサンボム
|
229
|
+
special: ウルトラハンコ
|
230
|
+
|
216
231
|
snipewriter_5h: &snipewriter_5h
|
217
232
|
name: R-PEN/5H
|
218
233
|
sub: スプリンクラー
|
219
234
|
special: エナジースタンド
|
220
235
|
|
236
|
+
snipewriter_5b: &snipewriter_5b
|
237
|
+
name: R-PEN/5B
|
238
|
+
sub: スプラッシュシールド
|
239
|
+
special: アメフラシ
|
240
|
+
|
221
241
|
slosher: &slosher
|
222
242
|
name: バケットスロッシャー
|
223
243
|
sub: キューバンボム
|
@@ -243,16 +263,31 @@ sloshing_machine: &sloshing_machine
|
|
243
263
|
sub: タンサンボム
|
244
264
|
special: ナイスダマ
|
245
265
|
|
266
|
+
sloshing_machine_neo: &sloshing_machine_neo
|
267
|
+
name: スクリュースロッシャーネオ
|
268
|
+
sub: ポイントセンサー
|
269
|
+
special: ウルトラショット
|
270
|
+
|
246
271
|
bloblobber: &bloblobber
|
247
272
|
name: オーバーフロッシャー
|
248
273
|
sub: スプリンクラー
|
249
274
|
special: アメフラシ
|
250
275
|
|
276
|
+
bloblobber_deco: &bloblobber_deco
|
277
|
+
name: オーバーフロッシャーデコ
|
278
|
+
sub: ラインマーカー
|
279
|
+
special: テイオウイカ
|
280
|
+
|
251
281
|
explosher: &explosher
|
252
282
|
name: エクスプロッシャー
|
253
283
|
sub: ポイントセンサー
|
254
284
|
special: アメフラシ
|
255
285
|
|
286
|
+
dread_wringer: &dread_wringer
|
287
|
+
name: モップリン
|
288
|
+
sub: キューバンボム
|
289
|
+
special: サメライド
|
290
|
+
|
256
291
|
mini_splatling: &mini_splatling
|
257
292
|
name: スプラスピナー
|
258
293
|
sub: クイックボム
|
@@ -283,11 +318,21 @@ ballpoint_splatling: &ballpoint_splatling
|
|
283
318
|
sub: タンサンボム
|
284
319
|
special: ジェットパック
|
285
320
|
|
321
|
+
ballpoint_splatling_nouveas: &ballpoint_splatling_nouveas
|
322
|
+
name: クーゲルシュライバー・ヒュー
|
323
|
+
sub: トラップ
|
324
|
+
special: キューインキ
|
325
|
+
|
286
326
|
nautilus_47: &nautilus_47
|
287
327
|
name: ノーチラス47
|
288
328
|
sub: ポイントセンサー
|
289
329
|
special: アメフラシ
|
290
330
|
|
331
|
+
heavy_edit_splatling: &heavy_edit_splatling
|
332
|
+
name: イグザミナー
|
333
|
+
sub: カーリングボム
|
334
|
+
special: エナジースタンド
|
335
|
+
|
291
336
|
luna_blaster: &luna_blaster
|
292
337
|
name: ノヴァブラスター
|
293
338
|
sub: スプラボム
|
@@ -303,6 +348,11 @@ blaster: &blaster
|
|
303
348
|
sub: ロボットボム
|
304
349
|
special: グレートバリア
|
305
350
|
|
351
|
+
custom_blaster: &custom_blaster
|
352
|
+
name: ホットブラスターカスタム
|
353
|
+
sub: ポイントセンサー
|
354
|
+
special: ウルトラチャクチ
|
355
|
+
|
306
356
|
range_blaster: &range_blaster
|
307
357
|
name: ロングブラスター
|
308
358
|
sub: キューバンボム
|
@@ -323,7 +373,7 @@ rapid_blaster: &rapid_blaster
|
|
323
373
|
sub: トラップ
|
324
374
|
special: トリプルトルネード
|
325
375
|
|
326
|
-
rapid_blaster_deco: &
|
376
|
+
rapid_blaster_deco: &rapid_blaster_deco
|
327
377
|
name: ラピッドブラスターデコ
|
328
378
|
sub: トーピード
|
329
379
|
special: ジェットパック
|
@@ -343,11 +393,21 @@ s_brast_92: &s_brast_92
|
|
343
393
|
sub: スプリンクラー
|
344
394
|
special: サメライド
|
345
395
|
|
396
|
+
s_brast_91: &s_brast_91
|
397
|
+
name: S-BRAST91
|
398
|
+
sub: クイックボム
|
399
|
+
special: ナイスダマ
|
400
|
+
|
346
401
|
splat_brella: &splat_brella
|
347
402
|
name: パラシェルター
|
348
403
|
sub: スプリンクラー
|
349
404
|
special: トリプルトルネード
|
350
405
|
|
406
|
+
sorella_brella: &sorella_brella
|
407
|
+
name: パラシェルターソレーラ
|
408
|
+
sub: ロボットボム
|
409
|
+
special: ジェットパック
|
410
|
+
|
351
411
|
tenta_brella: &tenta_brella
|
352
412
|
name: キャンピングシェルター
|
353
413
|
sub: ジャンプビーコン
|
@@ -363,6 +423,11 @@ undercover_brella: &undercover_brella
|
|
363
423
|
sub: トラップ
|
364
424
|
special: サメライド
|
365
425
|
|
426
|
+
undercover_sorella_brella: &undercover_sorella_brella
|
427
|
+
name: スパイガジェットソレーラ
|
428
|
+
sub: トーピード
|
429
|
+
special: スミナガシート
|
430
|
+
|
366
431
|
inkbrush: &inkbrush
|
367
432
|
name: パブロ
|
368
433
|
sub: スプラボム
|
@@ -378,11 +443,21 @@ octobrush: &octobrush
|
|
378
443
|
sub: キューバンボム
|
379
444
|
special: ショクワンダー
|
380
445
|
|
446
|
+
octobrush_nouveas: &octobrush_nouveas
|
447
|
+
name: ホクサイ・ヒュー
|
448
|
+
sub: ジャンプビーコン
|
449
|
+
special: アメフラシ
|
450
|
+
|
381
451
|
painbrush: &painbrush
|
382
452
|
name: フィンセント
|
383
453
|
sub: カーリングボム
|
384
454
|
special: ホップソナー
|
385
455
|
|
456
|
+
painbrush_nouveas: &painbrush_nouveas
|
457
|
+
name: フィンセント・ヒュー
|
458
|
+
sub: ポイントセンサー
|
459
|
+
special: マルチミサイル
|
460
|
+
|
386
461
|
dapple_dualies: &dapple_dualies
|
387
462
|
name: スパッタリー
|
388
463
|
sub: ジャンプビーコン
|
@@ -398,6 +473,11 @@ splat_dualies: &splat_dualies
|
|
398
473
|
sub: キューバンボム
|
399
474
|
special: カニタンク
|
400
475
|
|
476
|
+
enperry_splat_dualies: &enperry_splat_dualies
|
477
|
+
name: スプラマニューバーコラボ
|
478
|
+
sub: カーリングボム
|
479
|
+
special: ウルトラチャクチ
|
480
|
+
|
401
481
|
dark_tetra_dualies: &dark_tetra_dualies
|
402
482
|
name: クアッドホッパーブラック
|
403
483
|
sub: ロボットボム
|
@@ -428,16 +508,31 @@ tri_stringer: &tri_stringer
|
|
428
508
|
sub: ポイズンミスト
|
429
509
|
special: メガホンレーザー5.1ch
|
430
510
|
|
511
|
+
inkline_tri_stringer: &inkline_tri_stringer
|
512
|
+
name: トライストリンガーコラボ
|
513
|
+
sub: スプリンクラー
|
514
|
+
special: デコイチラシ
|
515
|
+
|
431
516
|
reef_lux_450: &reef_lux_450
|
432
517
|
name: LACT-450
|
433
518
|
sub: カーリングボム
|
434
519
|
special: マルチミサイル
|
435
520
|
|
521
|
+
reef_lux_450_deco: &reef_lux_450_deco
|
522
|
+
name: LACT-450デコ
|
523
|
+
sub: スプラッシュシールド
|
524
|
+
special: サメライド
|
525
|
+
|
436
526
|
splatana_stamper: &splatana_stamper
|
437
527
|
name: ジムワイパー
|
438
528
|
sub: クイックボム
|
439
529
|
special: ショクワンダー
|
440
530
|
|
531
|
+
neo_splatana_stamper: &neo_splatana_stamper
|
532
|
+
name: ジムワイパー・ヒュー
|
533
|
+
sub: ポイズンミスト
|
534
|
+
special: カニタンク
|
535
|
+
|
441
536
|
splatana_wiper: &splatana_wiper
|
442
537
|
name: ドライブワイパー
|
443
538
|
sub: トーピード
|
data/lib/ika3/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: ika3
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.8.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- YutaGoto
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-
|
11
|
+
date: 2023-12-03 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activesupport
|
@@ -93,7 +93,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
93
93
|
- !ruby/object:Gem::Version
|
94
94
|
version: '0'
|
95
95
|
requirements: []
|
96
|
-
rubygems_version: 3.4.
|
96
|
+
rubygems_version: 3.4.19
|
97
97
|
signing_key:
|
98
98
|
specification_version: 4
|
99
99
|
summary: Splatoon3 weapons information library.
|