ika3 0.6.0 → 0.8.0
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/Gemfile +2 -2
- data/Gemfile.lock +29 -19
- data/config/weapons.yml +45 -0
- 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,24 +1,34 @@
|
|
|
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)
|
|
17
|
-
base64 (0.
|
|
22
|
+
base64 (0.2.0)
|
|
23
|
+
bigdecimal (3.1.4)
|
|
18
24
|
concurrent-ruby (1.2.2)
|
|
25
|
+
connection_pool (2.4.1)
|
|
19
26
|
csv (3.2.7)
|
|
20
27
|
diff-lcs (1.5.0)
|
|
21
|
-
|
|
28
|
+
drb (2.2.0)
|
|
29
|
+
ruby2_keywords
|
|
30
|
+
faraday (2.7.12)
|
|
31
|
+
base64
|
|
22
32
|
faraday-net_http (>= 2.0, < 3.1)
|
|
23
33
|
ruby2_keywords (>= 0.0.4)
|
|
24
34
|
faraday-net_http (3.0.2)
|
|
@@ -32,19 +42,20 @@ GEM
|
|
|
32
42
|
rb-fsevent (~> 0.10, >= 0.10.3)
|
|
33
43
|
rb-inotify (~> 0.9, >= 0.9.10)
|
|
34
44
|
logger (1.5.3)
|
|
35
|
-
minitest (5.
|
|
45
|
+
minitest (5.20.0)
|
|
46
|
+
mutex_m (0.2.0)
|
|
36
47
|
parallel (1.23.0)
|
|
37
|
-
parser (3.2.2.
|
|
48
|
+
parser (3.2.2.4)
|
|
38
49
|
ast (~> 2.4.1)
|
|
39
50
|
racc
|
|
40
51
|
racc (1.7.1)
|
|
41
52
|
rainbow (3.1.1)
|
|
42
|
-
rake (13.0
|
|
53
|
+
rake (13.1.0)
|
|
43
54
|
rb-fsevent (0.11.2)
|
|
44
55
|
rb-inotify (0.10.1)
|
|
45
56
|
ffi (~> 1.0)
|
|
46
57
|
rbs (3.1.3)
|
|
47
|
-
regexp_parser (2.8.
|
|
58
|
+
regexp_parser (2.8.2)
|
|
48
59
|
rexml (3.2.6)
|
|
49
60
|
rspec (3.12.0)
|
|
50
61
|
rspec-core (~> 3.12.0)
|
|
@@ -59,28 +70,27 @@ GEM
|
|
|
59
70
|
diff-lcs (>= 1.2.0, < 2.0)
|
|
60
71
|
rspec-support (~> 3.12.0)
|
|
61
72
|
rspec-support (3.12.0)
|
|
62
|
-
rubocop (1.
|
|
63
|
-
base64 (~> 0.1.1)
|
|
73
|
+
rubocop (1.57.2)
|
|
64
74
|
json (~> 2.3)
|
|
65
75
|
language_server-protocol (>= 3.17.0)
|
|
66
76
|
parallel (~> 1.10)
|
|
67
|
-
parser (>= 3.2.2.
|
|
77
|
+
parser (>= 3.2.2.4)
|
|
68
78
|
rainbow (>= 2.2.2, < 4.0)
|
|
69
79
|
regexp_parser (>= 1.8, < 3.0)
|
|
70
80
|
rexml (>= 3.2.5, < 4.0)
|
|
71
81
|
rubocop-ast (>= 1.28.1, < 2.0)
|
|
72
82
|
ruby-progressbar (~> 1.7)
|
|
73
83
|
unicode-display_width (>= 2.4.0, < 3.0)
|
|
74
|
-
rubocop-ast (1.
|
|
84
|
+
rubocop-ast (1.30.0)
|
|
75
85
|
parser (>= 3.2.1.0)
|
|
76
|
-
rubocop-capybara (2.
|
|
86
|
+
rubocop-capybara (2.19.0)
|
|
77
87
|
rubocop (~> 1.41)
|
|
78
|
-
rubocop-factory_bot (2.
|
|
88
|
+
rubocop-factory_bot (2.24.0)
|
|
79
89
|
rubocop (~> 1.33)
|
|
80
90
|
rubocop-rake (0.6.0)
|
|
81
91
|
rubocop (~> 1.0)
|
|
82
|
-
rubocop-rspec (2.
|
|
83
|
-
rubocop (~> 1.
|
|
92
|
+
rubocop-rspec (2.25.0)
|
|
93
|
+
rubocop (~> 1.40)
|
|
84
94
|
rubocop-capybara (~> 2.17)
|
|
85
95
|
rubocop-factory_bot (~> 2.22)
|
|
86
96
|
ruby-progressbar (1.13.0)
|
|
@@ -106,19 +116,19 @@ GEM
|
|
|
106
116
|
unicode-display_width (>= 1.1.1, < 3)
|
|
107
117
|
tzinfo (2.0.6)
|
|
108
118
|
concurrent-ruby (~> 1.0)
|
|
109
|
-
unicode-display_width (2.
|
|
119
|
+
unicode-display_width (2.5.0)
|
|
110
120
|
|
|
111
121
|
PLATFORMS
|
|
112
122
|
x86_64-linux
|
|
113
123
|
|
|
114
124
|
DEPENDENCIES
|
|
115
125
|
ika3!
|
|
116
|
-
rake (~> 13.
|
|
126
|
+
rake (~> 13.1)
|
|
117
127
|
rbs
|
|
118
128
|
rspec (~> 3.0)
|
|
119
129
|
rubocop
|
|
120
130
|
rubocop-rake (~> 0.6.0)
|
|
121
|
-
rubocop-rspec (~> 2.
|
|
131
|
+
rubocop-rspec (~> 2.25)
|
|
122
132
|
steep
|
|
123
133
|
|
|
124
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: ポイントセンサー
|
|
@@ -228,6 +233,11 @@ snipewriter_5h: &snipewriter_5h
|
|
|
228
233
|
sub: スプリンクラー
|
|
229
234
|
special: エナジースタンド
|
|
230
235
|
|
|
236
|
+
snipewriter_5b: &snipewriter_5b
|
|
237
|
+
name: R-PEN/5B
|
|
238
|
+
sub: スプラッシュシールド
|
|
239
|
+
special: アメフラシ
|
|
240
|
+
|
|
231
241
|
slosher: &slosher
|
|
232
242
|
name: バケットスロッシャー
|
|
233
243
|
sub: キューバンボム
|
|
@@ -338,6 +348,11 @@ blaster: &blaster
|
|
|
338
348
|
sub: ロボットボム
|
|
339
349
|
special: グレートバリア
|
|
340
350
|
|
|
351
|
+
custom_blaster: &custom_blaster
|
|
352
|
+
name: ホットブラスターカスタム
|
|
353
|
+
sub: ポイントセンサー
|
|
354
|
+
special: ウルトラチャクチ
|
|
355
|
+
|
|
341
356
|
range_blaster: &range_blaster
|
|
342
357
|
name: ロングブラスター
|
|
343
358
|
sub: キューバンボム
|
|
@@ -378,6 +393,11 @@ s_brast_92: &s_brast_92
|
|
|
378
393
|
sub: スプリンクラー
|
|
379
394
|
special: サメライド
|
|
380
395
|
|
|
396
|
+
s_brast_91: &s_brast_91
|
|
397
|
+
name: S-BRAST91
|
|
398
|
+
sub: クイックボム
|
|
399
|
+
special: ナイスダマ
|
|
400
|
+
|
|
381
401
|
splat_brella: &splat_brella
|
|
382
402
|
name: パラシェルター
|
|
383
403
|
sub: スプリンクラー
|
|
@@ -403,6 +423,11 @@ undercover_brella: &undercover_brella
|
|
|
403
423
|
sub: トラップ
|
|
404
424
|
special: サメライド
|
|
405
425
|
|
|
426
|
+
undercover_sorella_brella: &undercover_sorella_brella
|
|
427
|
+
name: スパイガジェットソレーラ
|
|
428
|
+
sub: トーピード
|
|
429
|
+
special: スミナガシート
|
|
430
|
+
|
|
406
431
|
inkbrush: &inkbrush
|
|
407
432
|
name: パブロ
|
|
408
433
|
sub: スプラボム
|
|
@@ -428,6 +453,11 @@ painbrush: &painbrush
|
|
|
428
453
|
sub: カーリングボム
|
|
429
454
|
special: ホップソナー
|
|
430
455
|
|
|
456
|
+
painbrush_nouveas: &painbrush_nouveas
|
|
457
|
+
name: フィンセント・ヒュー
|
|
458
|
+
sub: ポイントセンサー
|
|
459
|
+
special: マルチミサイル
|
|
460
|
+
|
|
431
461
|
dapple_dualies: &dapple_dualies
|
|
432
462
|
name: スパッタリー
|
|
433
463
|
sub: ジャンプビーコン
|
|
@@ -443,6 +473,11 @@ splat_dualies: &splat_dualies
|
|
|
443
473
|
sub: キューバンボム
|
|
444
474
|
special: カニタンク
|
|
445
475
|
|
|
476
|
+
enperry_splat_dualies: &enperry_splat_dualies
|
|
477
|
+
name: スプラマニューバーコラボ
|
|
478
|
+
sub: カーリングボム
|
|
479
|
+
special: ウルトラチャクチ
|
|
480
|
+
|
|
446
481
|
dark_tetra_dualies: &dark_tetra_dualies
|
|
447
482
|
name: クアッドホッパーブラック
|
|
448
483
|
sub: ロボットボム
|
|
@@ -483,11 +518,21 @@ reef_lux_450: &reef_lux_450
|
|
|
483
518
|
sub: カーリングボム
|
|
484
519
|
special: マルチミサイル
|
|
485
520
|
|
|
521
|
+
reef_lux_450_deco: &reef_lux_450_deco
|
|
522
|
+
name: LACT-450デコ
|
|
523
|
+
sub: スプラッシュシールド
|
|
524
|
+
special: サメライド
|
|
525
|
+
|
|
486
526
|
splatana_stamper: &splatana_stamper
|
|
487
527
|
name: ジムワイパー
|
|
488
528
|
sub: クイックボム
|
|
489
529
|
special: ショクワンダー
|
|
490
530
|
|
|
531
|
+
neo_splatana_stamper: &neo_splatana_stamper
|
|
532
|
+
name: ジムワイパー・ヒュー
|
|
533
|
+
sub: ポイズンミスト
|
|
534
|
+
special: カニタンク
|
|
535
|
+
|
|
491
536
|
splatana_wiper: &splatana_wiper
|
|
492
537
|
name: ドライブワイパー
|
|
493
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.
|