ika3 0.9.1 → 0.10.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 +19 -16
- data/config/weapons.yml +50 -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: 678f52482489cdce0cf5f383be0a707ef771141caa360a81eac01c82d2f5e578
|
|
4
|
+
data.tar.gz: '02141894247f9d287ef158975443a326d1c562ca6d052433811e8d15b48130c6'
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 194e709ee64f505679ef08736bcb804a39315d460afdae627dccc61f9d400905136208dd266d6d1656b5534f64783aa46ea48ac40a4e31d457808ca8c3e80884
|
|
7
|
+
data.tar.gz: 4b9a27feb36570bc3c01e20472d041bc142e6b270d1f085870c0c79df25de55d70fb70a33ace27f90462a3362c653a61245494f4d571a6866d7dc799d42db7d4
|
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.2'
|
|
9
9
|
gem 'rbs'
|
|
10
10
|
gem 'rspec', '~> 3.13'
|
|
11
11
|
gem 'rubocop', require: false
|
|
@@ -13,4 +13,4 @@ gem 'steep'
|
|
|
13
13
|
gem 'typeprof'
|
|
14
14
|
|
|
15
15
|
gem 'rubocop-rake', '~> 0.6.0'
|
|
16
|
-
gem 'rubocop-rspec', '~> 2.
|
|
16
|
+
gem 'rubocop-rspec', '~> 2.29'
|
data/Gemfile.lock
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
ika3 (0.
|
|
4
|
+
ika3 (0.10.0)
|
|
5
5
|
activesupport (>= 6.0.0)
|
|
6
6
|
faraday (>= 2.7.0)
|
|
7
7
|
|
|
@@ -9,7 +9,7 @@ GEM
|
|
|
9
9
|
remote: https://rubygems.org/
|
|
10
10
|
specs:
|
|
11
11
|
abbrev (0.1.2)
|
|
12
|
-
activesupport (7.1.3.
|
|
12
|
+
activesupport (7.1.3.3)
|
|
13
13
|
base64
|
|
14
14
|
bigdecimal
|
|
15
15
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
|
@@ -21,7 +21,7 @@ GEM
|
|
|
21
21
|
tzinfo (~> 2.0)
|
|
22
22
|
ast (2.4.2)
|
|
23
23
|
base64 (0.2.0)
|
|
24
|
-
bigdecimal (3.1.
|
|
24
|
+
bigdecimal (3.1.8)
|
|
25
25
|
concurrent-ruby (1.2.3)
|
|
26
26
|
connection_pool (2.4.1)
|
|
27
27
|
csv (3.2.8)
|
|
@@ -33,31 +33,31 @@ GEM
|
|
|
33
33
|
net-http
|
|
34
34
|
ffi (1.16.3)
|
|
35
35
|
fileutils (1.7.2)
|
|
36
|
-
i18n (1.14.
|
|
36
|
+
i18n (1.14.5)
|
|
37
37
|
concurrent-ruby (~> 1.0)
|
|
38
|
-
json (2.7.
|
|
38
|
+
json (2.7.2)
|
|
39
39
|
language_server-protocol (3.17.0.3)
|
|
40
40
|
listen (3.8.0)
|
|
41
41
|
rb-fsevent (~> 0.10, >= 0.10.3)
|
|
42
42
|
rb-inotify (~> 0.9, >= 0.9.10)
|
|
43
43
|
logger (1.6.0)
|
|
44
|
-
minitest (5.
|
|
44
|
+
minitest (5.23.0)
|
|
45
45
|
mutex_m (0.2.0)
|
|
46
46
|
net-http (0.4.1)
|
|
47
47
|
uri
|
|
48
48
|
parallel (1.24.0)
|
|
49
|
-
parser (3.3.0
|
|
49
|
+
parser (3.3.2.0)
|
|
50
50
|
ast (~> 2.4.1)
|
|
51
51
|
racc
|
|
52
|
-
racc (1.
|
|
52
|
+
racc (1.8.0)
|
|
53
53
|
rainbow (3.1.1)
|
|
54
|
-
rake (13.1
|
|
54
|
+
rake (13.2.1)
|
|
55
55
|
rb-fsevent (0.11.2)
|
|
56
56
|
rb-inotify (0.10.1)
|
|
57
57
|
ffi (~> 1.0)
|
|
58
58
|
rbs (3.4.4)
|
|
59
59
|
abbrev
|
|
60
|
-
regexp_parser (2.9.
|
|
60
|
+
regexp_parser (2.9.2)
|
|
61
61
|
rexml (3.2.6)
|
|
62
62
|
rspec (3.13.0)
|
|
63
63
|
rspec-core (~> 3.13.0)
|
|
@@ -72,7 +72,7 @@ GEM
|
|
|
72
72
|
diff-lcs (>= 1.2.0, < 2.0)
|
|
73
73
|
rspec-support (~> 3.13.0)
|
|
74
74
|
rspec-support (3.13.0)
|
|
75
|
-
rubocop (1.
|
|
75
|
+
rubocop (1.64.1)
|
|
76
76
|
json (~> 2.3)
|
|
77
77
|
language_server-protocol (>= 3.17.0)
|
|
78
78
|
parallel (~> 1.10)
|
|
@@ -83,18 +83,21 @@ GEM
|
|
|
83
83
|
rubocop-ast (>= 1.31.1, < 2.0)
|
|
84
84
|
ruby-progressbar (~> 1.7)
|
|
85
85
|
unicode-display_width (>= 2.4.0, < 3.0)
|
|
86
|
-
rubocop-ast (1.31.
|
|
87
|
-
parser (>= 3.3.0
|
|
86
|
+
rubocop-ast (1.31.3)
|
|
87
|
+
parser (>= 3.3.1.0)
|
|
88
88
|
rubocop-capybara (2.20.0)
|
|
89
89
|
rubocop (~> 1.41)
|
|
90
90
|
rubocop-factory_bot (2.25.1)
|
|
91
91
|
rubocop (~> 1.41)
|
|
92
92
|
rubocop-rake (0.6.0)
|
|
93
93
|
rubocop (~> 1.0)
|
|
94
|
-
rubocop-rspec (2.
|
|
94
|
+
rubocop-rspec (2.29.2)
|
|
95
95
|
rubocop (~> 1.40)
|
|
96
96
|
rubocop-capybara (~> 2.17)
|
|
97
97
|
rubocop-factory_bot (~> 2.22)
|
|
98
|
+
rubocop-rspec_rails (~> 2.28)
|
|
99
|
+
rubocop-rspec_rails (2.28.3)
|
|
100
|
+
rubocop (~> 1.40)
|
|
98
101
|
ruby-progressbar (1.13.0)
|
|
99
102
|
securerandom (0.3.1)
|
|
100
103
|
steep (1.6.0)
|
|
@@ -127,12 +130,12 @@ PLATFORMS
|
|
|
127
130
|
|
|
128
131
|
DEPENDENCIES
|
|
129
132
|
ika3!
|
|
130
|
-
rake (~> 13.
|
|
133
|
+
rake (~> 13.2)
|
|
131
134
|
rbs
|
|
132
135
|
rspec (~> 3.13)
|
|
133
136
|
rubocop
|
|
134
137
|
rubocop-rake (~> 0.6.0)
|
|
135
|
-
rubocop-rspec (~> 2.
|
|
138
|
+
rubocop-rspec (~> 2.29)
|
|
136
139
|
steep
|
|
137
140
|
typeprof
|
|
138
141
|
|
data/config/weapons.yml
CHANGED
|
@@ -244,6 +244,11 @@ bamboozler_14_mk_1: &bamboozler_14_mk_1
|
|
|
244
244
|
sub: ロボットボム
|
|
245
245
|
special: メガホンレーザー5.1ch
|
|
246
246
|
|
|
247
|
+
bamboozler_14_mk_2: &bamboozler_14_mk_2
|
|
248
|
+
name: 14式竹筒銃・乙
|
|
249
|
+
sub: タンサンボム
|
|
250
|
+
special: デコイチラシ
|
|
251
|
+
|
|
247
252
|
goo_tuber: &goo_tuber
|
|
248
253
|
name: ソイチューバー
|
|
249
254
|
sub: トーピード
|
|
@@ -349,6 +354,11 @@ hydra_splatling: &hydra_splatling
|
|
|
349
354
|
sub: ロボットボム
|
|
350
355
|
special: ナイスダマ
|
|
351
356
|
|
|
357
|
+
custom_hydra_splatling: &custom_hydra_splatling
|
|
358
|
+
name: ハイドラントカスタム
|
|
359
|
+
sub: トラップ
|
|
360
|
+
special: スミナガシート
|
|
361
|
+
|
|
352
362
|
ballpoint_splatling: &ballpoint_splatling
|
|
353
363
|
name: クーゲルシュライバー
|
|
354
364
|
sub: タンサンボム
|
|
@@ -374,6 +384,11 @@ heavy_edit_splatling: &heavy_edit_splatling
|
|
|
374
384
|
sub: カーリングボム
|
|
375
385
|
special: エナジースタンド
|
|
376
386
|
|
|
387
|
+
heavy_edit_splatling_nouveau: &heavy_edit_splatling_nouveau
|
|
388
|
+
name: イグザミナー・ヒュー
|
|
389
|
+
sub: スプラッシュボム
|
|
390
|
+
special: カニタンク
|
|
391
|
+
|
|
377
392
|
luna_blaster: &luna_blaster
|
|
378
393
|
name: ノヴァブラスター
|
|
379
394
|
sub: スプラボム
|
|
@@ -399,6 +414,11 @@ range_blaster: &range_blaster
|
|
|
399
414
|
sub: キューバンボム
|
|
400
415
|
special: ホップソナー
|
|
401
416
|
|
|
417
|
+
custom_range_blaster: &custom_range_blaster
|
|
418
|
+
name: ロングブラスターカスタム
|
|
419
|
+
sub: スプラッシュボム
|
|
420
|
+
special: テイオウイカ
|
|
421
|
+
|
|
402
422
|
clash_blaster: &clash_blaster
|
|
403
423
|
name: クラッシュブラスター
|
|
404
424
|
sub: スプラボム
|
|
@@ -464,6 +484,11 @@ recycled_brella_24_mk_1: &recycled_brella_24_mk_1
|
|
|
464
484
|
sub: ラインマーカー
|
|
465
485
|
special: グレートバリア
|
|
466
486
|
|
|
487
|
+
recycled_brella_24_mk_2: &recycled_brella_24_mk_2
|
|
488
|
+
name: 24式張替傘・乙
|
|
489
|
+
sub: ポイズンミスト
|
|
490
|
+
special: ウルトラチャクチ
|
|
491
|
+
|
|
467
492
|
undercover_brella: &undercover_brella
|
|
468
493
|
name: スパイガジェット
|
|
469
494
|
sub: トラップ
|
|
@@ -559,6 +584,11 @@ douser_dualies_ff: &douser_dualies_ff
|
|
|
559
584
|
sub: トラップ
|
|
560
585
|
special: メガホンレーザー5.1ch
|
|
561
586
|
|
|
587
|
+
custom_douser_dualies_ff: &custom_douser_dualies_ff
|
|
588
|
+
name: ガエンFFカスタム
|
|
589
|
+
sub: クイックボム
|
|
590
|
+
special: トリプルトルネード
|
|
591
|
+
|
|
562
592
|
tri_stringer: &tri_stringer
|
|
563
593
|
name: トライストリンガー
|
|
564
594
|
sub: ポイズンミスト
|
|
@@ -579,6 +609,16 @@ reef_lux_450_deco: &reef_lux_450_deco
|
|
|
579
609
|
sub: スプラッシュシールド
|
|
580
610
|
special: サメライド
|
|
581
611
|
|
|
612
|
+
wellstring_v: &wellstring_v
|
|
613
|
+
name: フロイドV
|
|
614
|
+
sub: ロボットボム
|
|
615
|
+
special: ウルトラハンコ
|
|
616
|
+
|
|
617
|
+
custom_wellstring_v: &custom_wellstring_v
|
|
618
|
+
name: フロイドVカスタム
|
|
619
|
+
sub: ポイントセンサー
|
|
620
|
+
special: ホップソナー
|
|
621
|
+
|
|
582
622
|
splatana_stamper: &splatana_stamper
|
|
583
623
|
name: ジムワイパー
|
|
584
624
|
sub: クイックボム
|
|
@@ -598,3 +638,13 @@ splatana_wiper_deco: &splatana_wiper_deco
|
|
|
598
638
|
name: ドライブワイパーデコ
|
|
599
639
|
sub: ジャンプビーコン
|
|
600
640
|
special: マルチミサイル
|
|
641
|
+
|
|
642
|
+
mint_decavitator: &mint_decavitator
|
|
643
|
+
name: デンタルワイパーミント
|
|
644
|
+
sub: キューバンボム
|
|
645
|
+
special: グレートバリア
|
|
646
|
+
|
|
647
|
+
charcoal_decavitator: &charcoal_decavitator
|
|
648
|
+
name: デンタルワイパースミ
|
|
649
|
+
sub: スプラッシュシールド
|
|
650
|
+
special: ジェットパック
|
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.10.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- YutaGoto
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2024-
|
|
11
|
+
date: 2024-06-01 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.5.
|
|
96
|
+
rubygems_version: 3.5.9
|
|
97
97
|
signing_key:
|
|
98
98
|
specification_version: 4
|
|
99
99
|
summary: Splatoon3 weapons information library.
|