ika3 0.5.0 → 0.6.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile +1 -1
- data/Gemfile.lock +25 -20
- data/config/weapons.yml +51 -1
- data/lib/ika3/schedule.rb +6 -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: bd8c881a164729bca8568dd81ee8f904e36c49ff82a18618169134272a24dd49
|
4
|
+
data.tar.gz: 3fbb7136825f524c2099e67d9eb601814ab77e21b97d10bebc7b2ac4970df652
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 409901d755109f9aabfe1fe25ebbdfb982f4beba2e6d84e3e191b8ee4d4ed7b7df2028465f7d406a7fe6c208accf5da7e6ad78838300417935e87cd3bc9d2426
|
7
|
+
data.tar.gz: a467cd2f89f2314e353912fca79e74e84582c0691f8129ada4bed373089b2839bac725e73de5a9b25ad4ea26672eff31c6443a2b7901977fa8e0c8910910da1d
|
data/Gemfile
CHANGED
data/Gemfile.lock
CHANGED
@@ -1,29 +1,30 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
ika3 (0.
|
4
|
+
ika3 (0.6.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.0.
|
11
|
+
activesupport (7.0.7.2)
|
12
12
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
13
13
|
i18n (>= 1.6, < 2)
|
14
14
|
minitest (>= 5.1)
|
15
15
|
tzinfo (~> 2.0)
|
16
16
|
ast (2.4.2)
|
17
|
+
base64 (0.1.1)
|
17
18
|
concurrent-ruby (1.2.2)
|
18
|
-
csv (3.2.
|
19
|
+
csv (3.2.7)
|
19
20
|
diff-lcs (1.5.0)
|
20
|
-
faraday (2.7.
|
21
|
+
faraday (2.7.10)
|
21
22
|
faraday-net_http (>= 2.0, < 3.1)
|
22
23
|
ruby2_keywords (>= 0.0.4)
|
23
24
|
faraday-net_http (3.0.2)
|
24
25
|
ffi (1.15.5)
|
25
26
|
fileutils (1.7.1)
|
26
|
-
i18n (1.
|
27
|
+
i18n (1.14.1)
|
27
28
|
concurrent-ruby (~> 1.0)
|
28
29
|
json (2.6.3)
|
29
30
|
language_server-protocol (3.17.0.3)
|
@@ -31,18 +32,20 @@ GEM
|
|
31
32
|
rb-fsevent (~> 0.10, >= 0.10.3)
|
32
33
|
rb-inotify (~> 0.9, >= 0.9.10)
|
33
34
|
logger (1.5.3)
|
34
|
-
minitest (5.
|
35
|
+
minitest (5.19.0)
|
35
36
|
parallel (1.23.0)
|
36
|
-
parser (3.2.2.
|
37
|
+
parser (3.2.2.3)
|
37
38
|
ast (~> 2.4.1)
|
39
|
+
racc
|
40
|
+
racc (1.7.1)
|
38
41
|
rainbow (3.1.1)
|
39
42
|
rake (13.0.6)
|
40
43
|
rb-fsevent (0.11.2)
|
41
44
|
rb-inotify (0.10.1)
|
42
45
|
ffi (~> 1.0)
|
43
|
-
rbs (3.1.
|
44
|
-
regexp_parser (2.8.
|
45
|
-
rexml (3.2.
|
46
|
+
rbs (3.1.3)
|
47
|
+
regexp_parser (2.8.1)
|
48
|
+
rexml (3.2.6)
|
46
49
|
rspec (3.12.0)
|
47
50
|
rspec-core (~> 3.12.0)
|
48
51
|
rspec-expectations (~> 3.12.0)
|
@@ -56,34 +59,36 @@ GEM
|
|
56
59
|
diff-lcs (>= 1.2.0, < 2.0)
|
57
60
|
rspec-support (~> 3.12.0)
|
58
61
|
rspec-support (3.12.0)
|
59
|
-
rubocop (1.
|
62
|
+
rubocop (1.56.2)
|
63
|
+
base64 (~> 0.1.1)
|
60
64
|
json (~> 2.3)
|
65
|
+
language_server-protocol (>= 3.17.0)
|
61
66
|
parallel (~> 1.10)
|
62
|
-
parser (>= 3.2.
|
67
|
+
parser (>= 3.2.2.3)
|
63
68
|
rainbow (>= 2.2.2, < 4.0)
|
64
69
|
regexp_parser (>= 1.8, < 3.0)
|
65
70
|
rexml (>= 3.2.5, < 4.0)
|
66
|
-
rubocop-ast (>= 1.28.
|
71
|
+
rubocop-ast (>= 1.28.1, < 2.0)
|
67
72
|
ruby-progressbar (~> 1.7)
|
68
73
|
unicode-display_width (>= 2.4.0, < 3.0)
|
69
|
-
rubocop-ast (1.
|
74
|
+
rubocop-ast (1.29.0)
|
70
75
|
parser (>= 3.2.1.0)
|
71
76
|
rubocop-capybara (2.18.0)
|
72
77
|
rubocop (~> 1.41)
|
73
|
-
rubocop-factory_bot (2.
|
78
|
+
rubocop-factory_bot (2.23.1)
|
74
79
|
rubocop (~> 1.33)
|
75
80
|
rubocop-rake (0.6.0)
|
76
81
|
rubocop (~> 1.0)
|
77
|
-
rubocop-rspec (2.
|
82
|
+
rubocop-rspec (2.23.2)
|
78
83
|
rubocop (~> 1.33)
|
79
84
|
rubocop-capybara (~> 2.17)
|
80
85
|
rubocop-factory_bot (~> 2.22)
|
81
86
|
ruby-progressbar (1.13.0)
|
82
87
|
ruby2_keywords (0.0.5)
|
83
88
|
securerandom (0.2.2)
|
84
|
-
steep (1.
|
89
|
+
steep (1.5.3)
|
85
90
|
activesupport (>= 5.1)
|
86
|
-
concurrent-ruby (>= 1.
|
91
|
+
concurrent-ruby (>= 1.1.10)
|
87
92
|
csv (>= 3.0.9)
|
88
93
|
fileutils (>= 1.1.0)
|
89
94
|
json (>= 2.1.0)
|
@@ -92,7 +97,7 @@ GEM
|
|
92
97
|
logger (>= 1.3.0)
|
93
98
|
parser (>= 3.1)
|
94
99
|
rainbow (>= 2.2.2, < 4.0)
|
95
|
-
rbs (>=
|
100
|
+
rbs (>= 3.1.0)
|
96
101
|
securerandom (>= 0.1)
|
97
102
|
strscan (>= 1.0.0)
|
98
103
|
terminal-table (>= 2, < 4)
|
@@ -113,7 +118,7 @@ DEPENDENCIES
|
|
113
118
|
rspec (~> 3.0)
|
114
119
|
rubocop
|
115
120
|
rubocop-rake (~> 0.6.0)
|
116
|
-
rubocop-rspec (~> 2.
|
121
|
+
rubocop-rspec (~> 2.23)
|
117
122
|
steep
|
118
123
|
|
119
124
|
BUNDLED WITH
|
data/config/weapons.yml
CHANGED
@@ -153,6 +153,11 @@ dynamo_roller: &dynamo_roller
|
|
153
153
|
sub: スプリンクラー
|
154
154
|
special: エナジースタンド
|
155
155
|
|
156
|
+
gold_dynamo_roller: &gold_dynamo_roller
|
157
|
+
name: ダイナモローラーテスラ
|
158
|
+
sub: スプラッシュボム
|
159
|
+
special: デコイチラシ
|
160
|
+
|
156
161
|
flingza_roller: &flingza_roller
|
157
162
|
name: ヴァリアブルローラー
|
158
163
|
sub: トラップ
|
@@ -213,6 +218,11 @@ goo_tuber: &goo_tuber
|
|
213
218
|
sub: トーピード
|
214
219
|
special: マルチミサイル
|
215
220
|
|
221
|
+
custom_goo_tuber: &custom_goo_tuber
|
222
|
+
name: ソイチューバーカスタム
|
223
|
+
sub: タンサンボム
|
224
|
+
special: ウルトラハンコ
|
225
|
+
|
216
226
|
snipewriter_5h: &snipewriter_5h
|
217
227
|
name: R-PEN/5H
|
218
228
|
sub: スプリンクラー
|
@@ -243,16 +253,31 @@ sloshing_machine: &sloshing_machine
|
|
243
253
|
sub: タンサンボム
|
244
254
|
special: ナイスダマ
|
245
255
|
|
256
|
+
sloshing_machine_neo: &sloshing_machine_neo
|
257
|
+
name: スクリュースロッシャーネオ
|
258
|
+
sub: ポイントセンサー
|
259
|
+
special: ウルトラショット
|
260
|
+
|
246
261
|
bloblobber: &bloblobber
|
247
262
|
name: オーバーフロッシャー
|
248
263
|
sub: スプリンクラー
|
249
264
|
special: アメフラシ
|
250
265
|
|
266
|
+
bloblobber_deco: &bloblobber_deco
|
267
|
+
name: オーバーフロッシャーデコ
|
268
|
+
sub: ラインマーカー
|
269
|
+
special: テイオウイカ
|
270
|
+
|
251
271
|
explosher: &explosher
|
252
272
|
name: エクスプロッシャー
|
253
273
|
sub: ポイントセンサー
|
254
274
|
special: アメフラシ
|
255
275
|
|
276
|
+
dread_wringer: &dread_wringer
|
277
|
+
name: モップリン
|
278
|
+
sub: キューバンボム
|
279
|
+
special: サメライド
|
280
|
+
|
256
281
|
mini_splatling: &mini_splatling
|
257
282
|
name: スプラスピナー
|
258
283
|
sub: クイックボム
|
@@ -283,11 +308,21 @@ ballpoint_splatling: &ballpoint_splatling
|
|
283
308
|
sub: タンサンボム
|
284
309
|
special: ジェットパック
|
285
310
|
|
311
|
+
ballpoint_splatling_nouveas: &ballpoint_splatling_nouveas
|
312
|
+
name: クーゲルシュライバー・ヒュー
|
313
|
+
sub: トラップ
|
314
|
+
special: キューインキ
|
315
|
+
|
286
316
|
nautilus_47: &nautilus_47
|
287
317
|
name: ノーチラス47
|
288
318
|
sub: ポイントセンサー
|
289
319
|
special: アメフラシ
|
290
320
|
|
321
|
+
heavy_edit_splatling: &heavy_edit_splatling
|
322
|
+
name: イグザミナー
|
323
|
+
sub: カーリングボム
|
324
|
+
special: エナジースタンド
|
325
|
+
|
291
326
|
luna_blaster: &luna_blaster
|
292
327
|
name: ノヴァブラスター
|
293
328
|
sub: スプラボム
|
@@ -323,7 +358,7 @@ rapid_blaster: &rapid_blaster
|
|
323
358
|
sub: トラップ
|
324
359
|
special: トリプルトルネード
|
325
360
|
|
326
|
-
rapid_blaster_deco: &
|
361
|
+
rapid_blaster_deco: &rapid_blaster_deco
|
327
362
|
name: ラピッドブラスターデコ
|
328
363
|
sub: トーピード
|
329
364
|
special: ジェットパック
|
@@ -348,6 +383,11 @@ splat_brella: &splat_brella
|
|
348
383
|
sub: スプリンクラー
|
349
384
|
special: トリプルトルネード
|
350
385
|
|
386
|
+
sorella_brella: &sorella_brella
|
387
|
+
name: パラシェルターソレーラ
|
388
|
+
sub: ロボットボム
|
389
|
+
special: ジェットパック
|
390
|
+
|
351
391
|
tenta_brella: &tenta_brella
|
352
392
|
name: キャンピングシェルター
|
353
393
|
sub: ジャンプビーコン
|
@@ -378,6 +418,11 @@ octobrush: &octobrush
|
|
378
418
|
sub: キューバンボム
|
379
419
|
special: ショクワンダー
|
380
420
|
|
421
|
+
octobrush_nouveas: &octobrush_nouveas
|
422
|
+
name: ホクサイ・ヒュー
|
423
|
+
sub: ジャンプビーコン
|
424
|
+
special: アメフラシ
|
425
|
+
|
381
426
|
painbrush: &painbrush
|
382
427
|
name: フィンセント
|
383
428
|
sub: カーリングボム
|
@@ -428,6 +473,11 @@ tri_stringer: &tri_stringer
|
|
428
473
|
sub: ポイズンミスト
|
429
474
|
special: メガホンレーザー5.1ch
|
430
475
|
|
476
|
+
inkline_tri_stringer: &inkline_tri_stringer
|
477
|
+
name: トライストリンガーコラボ
|
478
|
+
sub: スプリンクラー
|
479
|
+
special: デコイチラシ
|
480
|
+
|
431
481
|
reef_lux_450: &reef_lux_450
|
432
482
|
name: LACT-450
|
433
483
|
sub: カーリングボム
|
data/lib/ika3/schedule.rb
CHANGED
@@ -48,6 +48,12 @@ module Ika3
|
|
48
48
|
|
49
49
|
@salmon_run_team_contest_obj = send_request(:get, '/api/coop-grouping-team-contest/schedule').body.results[0]
|
50
50
|
end
|
51
|
+
|
52
|
+
def event
|
53
|
+
return @event_match_obj unless @event_match_obj.nil?
|
54
|
+
|
55
|
+
@event_match_obj = send_request(:get, '/api/event/schedule').body.results[0]
|
56
|
+
end
|
51
57
|
end
|
52
58
|
|
53
59
|
private
|
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.6.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-08-31 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.10
|
97
97
|
signing_key:
|
98
98
|
specification_version: 4
|
99
99
|
summary: Splatoon3 weapons information library.
|