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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a82f3dab444b8ebf345d26a00ab9bf74f09aae7e06cb068359d03cda6e6d6b71
4
- data.tar.gz: 6fcab6b350bb4998550c131afc3e17724bacc02b27be7e9894797116bb659d7d
3
+ metadata.gz: 678f52482489cdce0cf5f383be0a707ef771141caa360a81eac01c82d2f5e578
4
+ data.tar.gz: '02141894247f9d287ef158975443a326d1c562ca6d052433811e8d15b48130c6'
5
5
  SHA512:
6
- metadata.gz: bea34a79219b42ab1172e8f6ea230e2aed0a93eb4163770277406cebf9514622e6280d2117682d1ce46a1c2c2476595b87bc214e027b68e4854d9c7da9f692f4
7
- data.tar.gz: ae622ac4675c20e066d23544a2cf286c256f9955b8fc6e2178d0c9e68c71f4924eb6e684df310d350a6a9bf21705cfe38768c445d2ca5eadceba19b985772abd
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.1'
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.27'
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.9.1)
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.2)
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.6)
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.1)
36
+ i18n (1.14.5)
37
37
  concurrent-ruby (~> 1.0)
38
- json (2.7.1)
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.22.2)
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.5)
49
+ parser (3.3.2.0)
50
50
  ast (~> 2.4.1)
51
51
  racc
52
- racc (1.7.3)
52
+ racc (1.8.0)
53
53
  rainbow (3.1.1)
54
- rake (13.1.0)
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.0)
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.62.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.2)
87
- parser (>= 3.3.0.4)
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.27.1)
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.1)
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.27)
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
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Ika3
4
- VERSION = '0.9.1'
4
+ VERSION = '0.10.0'
5
5
  end
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.9.1
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-03-15 00:00:00.000000000 Z
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.4
96
+ rubygems_version: 3.5.9
97
97
  signing_key:
98
98
  specification_version: 4
99
99
  summary: Splatoon3 weapons information library.