yoshiki 9.0.0.pre.6 → 9.0.0.pre.7

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 929aa2a6c345bf8592d2418d7f7eb32e1cea3d5a099e28743ce3c2464e9b48b2
4
- data.tar.gz: 31cf37b5a15f4a83b111c2a6c3036ede6eecb4e4270c7026c7052bfe68c4c804
3
+ metadata.gz: a6d6c021520471c78ede29b2fc2c6c9486a5bda5e9ce0be9476a8adaa6f5bc51
4
+ data.tar.gz: d1e7dd08fe75ab1c61f98d62b868a1aa855b7a13bba46ea74a2657e63e482ec1
5
5
  SHA512:
6
- metadata.gz: 91165f9e7728c82deef4650172a0953565e3f25641a522e1f4d1e8a03db0d3f5f5cd5f4fb68f47f36f9904445c61ee4d9b7ebff1f18bd76b31449a2e1ef7ddb4
7
- data.tar.gz: 015e4b3502af59a5d83d1896a6a88d82bc1456bdb5203808b137f635293fbf9f908b3152154d8122e32deb51ad6bedd43d31a09c99d8ce684a6df980eeff7d89
6
+ metadata.gz: 7cd329a315aaa9495fae9500a69ae9c69be9ba687552a8ac542edd961886b0af11fe206b975a53c81c97f6656c65ac12b00ecd98faea8610bd0e7aecd351c86e
7
+ data.tar.gz: c876fddc110ef753ab69546f0e5103c049dbac07c3873f1d82a000fafd0c1535af74836b6579c845b77b0686472079ce79c8f3a8309bd80be684cdd667f81e6d
@@ -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.6)
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.5)
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.65.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
- rexml (>= 3.2.5, < 4.0)
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.31.2)
83
- parser (>= 3.3.0.4)
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)
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Yoshiki
4
4
 
5
- VERSION = '9.0.0-6'
5
+ VERSION = '9.0.0-7'
6
6
 
7
7
  end
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.6
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-03 00:00:00.000000000 Z
11
+ date: 2024-10-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rubocop