yoshiki 9.0.0.pre.6 → 9.0.0.pre.7
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/.rubocop-defaults.yml +4 -0
- data/Gemfile.lock +6 -8
- data/lib/yoshiki/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: a6d6c021520471c78ede29b2fc2c6c9486a5bda5e9ce0be9476a8adaa6f5bc51
|
|
4
|
+
data.tar.gz: d1e7dd08fe75ab1c61f98d62b868a1aa855b7a13bba46ea74a2657e63e482ec1
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7cd329a315aaa9495fae9500a69ae9c69be9ba687552a8ac542edd961886b0af11fe206b975a53c81c97f6656c65ac12b00ecd98faea8610bd0e7aecd351c86e
|
|
7
|
+
data.tar.gz: c876fddc110ef753ab69546f0e5103c049dbac07c3873f1d82a000fafd0c1535af74836b6579c845b77b0686472079ce79c8f3a8309bd80be684cdd667f81e6d
|
data/.rubocop-defaults.yml
CHANGED
|
@@ -117,6 +117,8 @@ Lint/UnexpectedBlockArity: # new in 1.5
|
|
|
117
117
|
Enabled: true
|
|
118
118
|
Lint/UnmodifiedReduceAccumulator: # new in 1.1
|
|
119
119
|
Enabled: true
|
|
120
|
+
Lint/UselessNumericOperation: # new in 1.66
|
|
121
|
+
Enabled: true
|
|
120
122
|
Lint/UselessRescue: # new in 1.43
|
|
121
123
|
Enabled: true
|
|
122
124
|
Lint/UselessRuby2Keywords: # new in 1.23
|
|
@@ -251,6 +253,8 @@ Style/RedundantHeredocDelimiterQuotes: # new in 1.45
|
|
|
251
253
|
Enabled: true
|
|
252
254
|
Style/RedundantInitialize: # new in 1.27
|
|
253
255
|
Enabled: true
|
|
256
|
+
Style/RedundantInterpolationUnfreeze: # new in 1.66
|
|
257
|
+
Enabled: true
|
|
254
258
|
Style/RedundantLineContinuation: # new in 1.49
|
|
255
259
|
Enabled: true
|
|
256
260
|
Style/ReturnNilInPredicateMethodDefinition: # new in 1.53
|
data/Gemfile.lock
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
yoshiki (9.0.0.pre.
|
|
4
|
+
yoshiki (9.0.0.pre.7)
|
|
5
5
|
rubocop (>= 1.56.4)
|
|
6
6
|
rubocop-capybara (>= 2.19.0)
|
|
7
7
|
rubocop-factory_bot (>= 2.24.0)
|
|
@@ -41,7 +41,7 @@ GEM
|
|
|
41
41
|
minitest (5.21.2)
|
|
42
42
|
mutex_m (0.2.0)
|
|
43
43
|
parallel (1.24.0)
|
|
44
|
-
parser (3.3.0
|
|
44
|
+
parser (3.3.5.0)
|
|
45
45
|
ast (~> 2.4.1)
|
|
46
46
|
racc
|
|
47
47
|
pry (0.14.2)
|
|
@@ -54,7 +54,6 @@ GEM
|
|
|
54
54
|
rainbow (3.1.1)
|
|
55
55
|
rake (13.1.0)
|
|
56
56
|
regexp_parser (2.9.0)
|
|
57
|
-
rexml (3.2.6)
|
|
58
57
|
rspec (3.12.0)
|
|
59
58
|
rspec-core (~> 3.12.0)
|
|
60
59
|
rspec-expectations (~> 3.12.0)
|
|
@@ -68,19 +67,18 @@ GEM
|
|
|
68
67
|
diff-lcs (>= 1.2.0, < 2.0)
|
|
69
68
|
rspec-support (~> 3.12.0)
|
|
70
69
|
rspec-support (3.12.1)
|
|
71
|
-
rubocop (1.
|
|
70
|
+
rubocop (1.66.1)
|
|
72
71
|
json (~> 2.3)
|
|
73
72
|
language_server-protocol (>= 3.17.0)
|
|
74
73
|
parallel (~> 1.10)
|
|
75
74
|
parser (>= 3.3.0.2)
|
|
76
75
|
rainbow (>= 2.2.2, < 4.0)
|
|
77
76
|
regexp_parser (>= 2.4, < 3.0)
|
|
78
|
-
|
|
79
|
-
rubocop-ast (>= 1.31.1, < 2.0)
|
|
77
|
+
rubocop-ast (>= 1.32.2, < 2.0)
|
|
80
78
|
ruby-progressbar (~> 1.7)
|
|
81
79
|
unicode-display_width (>= 2.4.0, < 3.0)
|
|
82
|
-
rubocop-ast (1.
|
|
83
|
-
parser (>= 3.3.0
|
|
80
|
+
rubocop-ast (1.32.3)
|
|
81
|
+
parser (>= 3.3.1.0)
|
|
84
82
|
rubocop-capybara (2.21.0)
|
|
85
83
|
rubocop (~> 1.41)
|
|
86
84
|
rubocop-factory_bot (2.26.1)
|
data/lib/yoshiki/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: yoshiki
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 9.0.0.pre.
|
|
4
|
+
version: 9.0.0.pre.7
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- BM5k
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2024-10-
|
|
11
|
+
date: 2024-10-04 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rubocop
|