runger_style 5.12.0 → 5.13.1
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/.ruby-version +1 -1
- data/CHANGELOG.md +6 -0
- data/Gemfile.lock +43 -41
- data/lib/runger_style/version.rb +1 -1
- data/rulesets/capybara.yml +2 -2
- data/rulesets/default.yml +2 -0
- 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: ac3e5b691ebcf8ad5c7c732a8fee567836817813e5d74906dbbf1637ade35098
|
|
4
|
+
data.tar.gz: 35b362c5c2e4d3391354b3a4ebc6e3096df3109015a8a0076a1dabc28eae72e0
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 73f024f88d47c399ae1cc0660426447f9b4b0d3353419b3a126aa0228c0063dd296ede996a3b634ef417bdbcf7a646e7c2288cb5341a34815fa893810d2f8fc0
|
|
7
|
+
data.tar.gz: a54a29fe0958853ff3f7d85da4f7a385159231f9bda49897df1c4005bfb8b9e643569855032cec569817b7e24b7df065c67c17fff705c94d9972d0bfc194d087
|
data/.ruby-version
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
4.0.
|
|
1
|
+
4.0.3
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,12 @@
|
|
|
1
1
|
## Unreleased
|
|
2
2
|
[no unreleased changes yet]
|
|
3
3
|
|
|
4
|
+
## v5.13.1 (2026-05-01)
|
|
5
|
+
- [capybara] Update `Capybara/NegationMatcher` to `Capybara/RSpec/NegationMatcher` and `Capybara/SpecificMatcher` to `Capybara/RSpec/SpecificMatcher`.
|
|
6
|
+
|
|
7
|
+
## v5.13.0 (2026-02-26)
|
|
8
|
+
- [default] Disable `Style/OneClassPerFile` cop.
|
|
9
|
+
|
|
4
10
|
## v5.12.0 (2026-01-28)
|
|
5
11
|
- [default] Disable `Style/HashLookupMethod` cop.
|
|
6
12
|
|
data/Gemfile.lock
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
GIT
|
|
2
2
|
remote: https://github.com/davidrunger/pry-byebug.git
|
|
3
|
-
revision:
|
|
3
|
+
revision: 7c0c1cac48b00f51e652a25423aeccd5eed5c966
|
|
4
4
|
specs:
|
|
5
5
|
pry-byebug (3.10.1)
|
|
6
6
|
pry (>= 0.13)
|
|
@@ -10,14 +10,14 @@ GIT
|
|
|
10
10
|
PATH
|
|
11
11
|
remote: .
|
|
12
12
|
specs:
|
|
13
|
-
runger_style (5.
|
|
13
|
+
runger_style (5.13.1)
|
|
14
14
|
prism (>= 0.24.0)
|
|
15
15
|
rubocop (>= 1.72.0)
|
|
16
16
|
|
|
17
17
|
GEM
|
|
18
18
|
remote: https://rubygems.org/
|
|
19
19
|
specs:
|
|
20
|
-
activesupport (8.1.
|
|
20
|
+
activesupport (8.1.3)
|
|
21
21
|
base64
|
|
22
22
|
bigdecimal
|
|
23
23
|
concurrent-ruby (~> 1.0, >= 1.3.1)
|
|
@@ -32,31 +32,33 @@ GEM
|
|
|
32
32
|
uri (>= 0.13.1)
|
|
33
33
|
ast (2.4.3)
|
|
34
34
|
base64 (0.3.0)
|
|
35
|
-
bigdecimal (4.
|
|
35
|
+
bigdecimal (4.1.2)
|
|
36
36
|
coderay (1.1.3)
|
|
37
37
|
concurrent-ruby (1.3.6)
|
|
38
38
|
connection_pool (3.0.2)
|
|
39
39
|
date (3.5.1)
|
|
40
40
|
diff-lcs (1.6.2)
|
|
41
41
|
drb (2.2.3)
|
|
42
|
-
erb (6.0.
|
|
42
|
+
erb (6.0.4)
|
|
43
43
|
i18n (1.14.8)
|
|
44
44
|
concurrent-ruby (~> 1.0)
|
|
45
45
|
io-console (0.8.2)
|
|
46
|
-
irb (1.
|
|
46
|
+
irb (1.18.0)
|
|
47
47
|
pp (>= 0.6.0)
|
|
48
|
+
prism (>= 1.3.0)
|
|
48
49
|
rdoc (>= 4.0.0)
|
|
49
50
|
reline (>= 0.4.2)
|
|
50
|
-
json (2.
|
|
51
|
+
json (2.19.4)
|
|
51
52
|
language_server-protocol (3.17.0.5)
|
|
52
53
|
lint_roller (1.1.0)
|
|
53
54
|
logger (1.7.0)
|
|
54
55
|
memo_wise (1.13.0)
|
|
55
56
|
method_source (1.1.0)
|
|
56
|
-
minitest (6.0.
|
|
57
|
+
minitest (6.0.6)
|
|
58
|
+
drb (~> 2.0)
|
|
57
59
|
prism (~> 1.5)
|
|
58
|
-
parallel (1.
|
|
59
|
-
parser (3.3.
|
|
60
|
+
parallel (2.1.0)
|
|
61
|
+
parser (3.3.11.1)
|
|
60
62
|
ast (~> 2.4.1)
|
|
61
63
|
racc
|
|
62
64
|
pp (0.6.3)
|
|
@@ -71,16 +73,16 @@ GEM
|
|
|
71
73
|
date
|
|
72
74
|
stringio
|
|
73
75
|
racc (1.8.1)
|
|
74
|
-
rack (3.2.
|
|
76
|
+
rack (3.2.6)
|
|
75
77
|
rainbow (3.1.1)
|
|
76
|
-
rake (13.
|
|
77
|
-
rdoc (7.
|
|
78
|
+
rake (13.4.2)
|
|
79
|
+
rdoc (7.2.0)
|
|
78
80
|
erb
|
|
79
81
|
psych (>= 4.0.0)
|
|
80
82
|
tsort
|
|
81
83
|
readline (0.0.4)
|
|
82
84
|
reline
|
|
83
|
-
regexp_parser (2.
|
|
85
|
+
regexp_parser (2.12.0)
|
|
84
86
|
reline (0.6.3)
|
|
85
87
|
io-console (~> 0.5)
|
|
86
88
|
rspec (3.13.2)
|
|
@@ -92,27 +94,27 @@ GEM
|
|
|
92
94
|
rspec-expectations (3.13.5)
|
|
93
95
|
diff-lcs (>= 1.2.0, < 2.0)
|
|
94
96
|
rspec-support (~> 3.13.0)
|
|
95
|
-
rspec-mocks (3.13.
|
|
97
|
+
rspec-mocks (3.13.8)
|
|
96
98
|
diff-lcs (>= 1.2.0, < 2.0)
|
|
97
99
|
rspec-support (~> 3.13.0)
|
|
98
|
-
rspec-support (3.13.
|
|
99
|
-
rubocop (1.
|
|
100
|
+
rspec-support (3.13.7)
|
|
101
|
+
rubocop (1.86.1)
|
|
100
102
|
json (~> 2.3)
|
|
101
103
|
language_server-protocol (~> 3.17.0.2)
|
|
102
104
|
lint_roller (~> 1.1.0)
|
|
103
|
-
parallel (
|
|
105
|
+
parallel (>= 1.10)
|
|
104
106
|
parser (>= 3.3.0.2)
|
|
105
107
|
rainbow (>= 2.2.2, < 4.0)
|
|
106
108
|
regexp_parser (>= 2.9.3, < 3.0)
|
|
107
109
|
rubocop-ast (>= 1.49.0, < 2.0)
|
|
108
110
|
ruby-progressbar (~> 1.7)
|
|
109
111
|
unicode-display_width (>= 2.4.0, < 4.0)
|
|
110
|
-
rubocop-ast (1.49.
|
|
112
|
+
rubocop-ast (1.49.1)
|
|
111
113
|
parser (>= 3.3.7.2)
|
|
112
114
|
prism (~> 1.7)
|
|
113
|
-
rubocop-capybara (2.
|
|
115
|
+
rubocop-capybara (2.23.0)
|
|
114
116
|
lint_roller (~> 1.1)
|
|
115
|
-
rubocop (~> 1.
|
|
117
|
+
rubocop (~> 1.81)
|
|
116
118
|
rubocop-factory_bot (2.28.0)
|
|
117
119
|
lint_roller (~> 1.1)
|
|
118
120
|
rubocop (~> 1.72, >= 1.72.1)
|
|
@@ -178,29 +180,29 @@ DEPENDENCIES
|
|
|
178
180
|
runger_style!
|
|
179
181
|
|
|
180
182
|
CHECKSUMS
|
|
181
|
-
activesupport (8.1.
|
|
183
|
+
activesupport (8.1.3) sha256=21a5e0dfbd4c3ddd9e1317ec6a4d782fa226e7867dc70b0743acda81a1dca20e
|
|
182
184
|
ast (2.4.3) sha256=954615157c1d6a382bc27d690d973195e79db7f55e9765ac7c481c60bdb4d383
|
|
183
185
|
base64 (0.3.0) sha256=27337aeabad6ffae05c265c450490628ef3ebd4b67be58257393227588f5a97b
|
|
184
|
-
bigdecimal (4.
|
|
186
|
+
bigdecimal (4.1.2) sha256=53d217666027eab4280346fba98e7d5b66baaae1b9c3c1c0ffe89d48188a3fbd
|
|
185
187
|
coderay (1.1.3) sha256=dc530018a4684512f8f38143cd2a096c9f02a1fc2459edcfe534787a7fc77d4b
|
|
186
188
|
concurrent-ruby (1.3.6) sha256=6b56837e1e7e5292f9864f34b69c5a2cbc75c0cf5338f1ce9903d10fa762d5ab
|
|
187
189
|
connection_pool (3.0.2) sha256=33fff5ba71a12d2aa26cb72b1db8bba2a1a01823559fb01d29eb74c286e62e0a
|
|
188
190
|
date (3.5.1) sha256=750d06384d7b9c15d562c76291407d89e368dda4d4fff957eb94962d325a0dc0
|
|
189
191
|
diff-lcs (1.6.2) sha256=9ae0d2cba7d4df3075fe8cd8602a8604993efc0dfa934cff568969efb1909962
|
|
190
192
|
drb (2.2.3) sha256=0b00d6fdb50995fe4a45dea13663493c841112e4068656854646f418fda13373
|
|
191
|
-
erb (6.0.
|
|
193
|
+
erb (6.0.4) sha256=38e3803694be357fe2bfe312487c74beaf9fb4e5beb3e22498952fe1645b95d9
|
|
192
194
|
i18n (1.14.8) sha256=285778639134865c5e0f6269e0b818256017e8cde89993fdfcbfb64d088824a5
|
|
193
195
|
io-console (0.8.2) sha256=d6e3ae7a7cc7574f4b8893b4fca2162e57a825b223a177b7afa236c5ef9814cc
|
|
194
|
-
irb (1.
|
|
195
|
-
json (2.
|
|
196
|
+
irb (1.18.0) sha256=de9454a0703a54704b9811a5ef31a60c86949fbf4013fcf244fabc7c775248e3
|
|
197
|
+
json (2.19.4) sha256=670a7d333fb3b18ca5b29cb255eb7bef099e40d88c02c80bd42a3f30fe5239ac
|
|
196
198
|
language_server-protocol (3.17.0.5) sha256=fd1e39a51a28bf3eec959379985a72e296e9f9acfce46f6a79d31ca8760803cc
|
|
197
199
|
lint_roller (1.1.0) sha256=2c0c845b632a7d172cb849cc90c1bce937a28c5c8ccccb50dfd46a485003cc87
|
|
198
200
|
logger (1.7.0) sha256=196edec7cc44b66cfb40f9755ce11b392f21f7967696af15d274dde7edff0203
|
|
199
201
|
memo_wise (1.13.0) sha256=30220c38c4cef410849bc73553c58664dc2c91c6379e4a1df22aea02358b716b
|
|
200
202
|
method_source (1.1.0) sha256=181301c9c45b731b4769bc81e8860e72f9161ad7d66dd99103c9ab84f560f5c5
|
|
201
|
-
minitest (6.0.
|
|
202
|
-
parallel (1.
|
|
203
|
-
parser (3.3.
|
|
203
|
+
minitest (6.0.6) sha256=153ea36d1d987a62942382b61075745042a2b3123b1cd48f4c3675af9cc7d6f1
|
|
204
|
+
parallel (2.1.0) sha256=b35258865c2e31134c5ecb708beaaf6772adf9d5efae28e93e99260877b09356
|
|
205
|
+
parser (3.3.11.1) sha256=d17ace7aabe3e72c3cc94043714be27cc6f852f104d81aa284c2281aecc65d54
|
|
204
206
|
pp (0.6.3) sha256=2951d514450b93ccfeb1df7d021cae0da16e0a7f95ee1e2273719669d0ab9df6
|
|
205
207
|
prettyprint (0.2.0) sha256=2bc9e15581a94742064a3cc8b0fb9d45aae3d03a1baa6ef80922627a0766f193
|
|
206
208
|
prism (1.9.0) sha256=7b530c6a9f92c24300014919c9dcbc055bf4cdf51ec30aed099b06cd6674ef85
|
|
@@ -208,21 +210,21 @@ CHECKSUMS
|
|
|
208
210
|
pry-byebug (3.10.1)
|
|
209
211
|
psych (5.3.1) sha256=eb7a57cef10c9d70173ff74e739d843ac3b2c019a003de48447b2963d81b1974
|
|
210
212
|
racc (1.8.1) sha256=4a7f6929691dbec8b5209a0b373bc2614882b55fc5d2e447a21aaa691303d62f
|
|
211
|
-
rack (3.2.
|
|
213
|
+
rack (3.2.6) sha256=5ed78e1f73b2e25679bec7d45ee2d4483cc4146eb1be0264fc4d94cb5ef212c2
|
|
212
214
|
rainbow (3.1.1) sha256=039491aa3a89f42efa1d6dec2fc4e62ede96eb6acd95e52f1ad581182b79bc6a
|
|
213
|
-
rake (13.
|
|
214
|
-
rdoc (7.
|
|
215
|
+
rake (13.4.2) sha256=cb825b2bd5f1f8e91ca37bddb4b9aaf345551b4731da62949be002fa89283701
|
|
216
|
+
rdoc (7.2.0) sha256=8650f76cd4009c3b54955eb5d7e3a075c60a57276766ebf36f9085e8c9f23192
|
|
215
217
|
readline (0.0.4) sha256=6138eef17be2b98298b672c3ea63bf9cb5158d401324f26e1e84f235879c1d6a
|
|
216
|
-
regexp_parser (2.
|
|
218
|
+
regexp_parser (2.12.0) sha256=35a916a1d63190ab5c9009457136ae5f3c0c7512d60291d0d1378ba18ce08ebb
|
|
217
219
|
reline (0.6.3) sha256=1198b04973565b36ec0f11542ab3f5cfeeec34823f4e54cebde90968092b1835
|
|
218
220
|
rspec (3.13.2) sha256=206284a08ad798e61f86d7ca3e376718d52c0bc944626b2349266f239f820587
|
|
219
221
|
rspec-core (3.13.6) sha256=a8823c6411667b60a8bca135364351dda34cd55e44ff94c4be4633b37d828b2d
|
|
220
222
|
rspec-expectations (3.13.5) sha256=33a4d3a1d95060aea4c94e9f237030a8f9eae5615e9bd85718fe3a09e4b58836
|
|
221
|
-
rspec-mocks (3.13.
|
|
222
|
-
rspec-support (3.13.
|
|
223
|
-
rubocop (1.
|
|
224
|
-
rubocop-ast (1.49.
|
|
225
|
-
rubocop-capybara (2.
|
|
223
|
+
rspec-mocks (3.13.8) sha256=086ad3d3d17533f4237643de0b5c42f04b66348c28bf6b9c2d3f4a3b01af1d47
|
|
224
|
+
rspec-support (3.13.7) sha256=0640e5570872aafefd79867901deeeeb40b0c9875a36b983d85f54fb7381c47c
|
|
225
|
+
rubocop (1.86.1) sha256=44415f3f01d01a21e01132248d2fd0867572475b566ca188a0a42133a08d4531
|
|
226
|
+
rubocop-ast (1.49.1) sha256=4412f3ee70f6fe4546cc489548e0f6fcf76cafcfa80fa03af67098ffed755035
|
|
227
|
+
rubocop-capybara (2.23.0) sha256=f9ea1ba3a7561ee8e88cf76fc378ce517ce5327155f305ee7b5c2500e5aee357
|
|
226
228
|
rubocop-factory_bot (2.28.0) sha256=4b17fc02124444173317e131759d195b0d762844a71a29fe8139c1105d92f0cb
|
|
227
229
|
rubocop-performance (1.26.1) sha256=cd19b936ff196df85829d264b522fd4f98b6c89ad271fa52744a8c11b8f71834
|
|
228
230
|
rubocop-rails (2.34.3) sha256=10d37989024865ecda8199f311f3faca990143fbac967de943f88aca11eb9ad2
|
|
@@ -232,7 +234,7 @@ CHECKSUMS
|
|
|
232
234
|
ruby-progressbar (1.13.0) sha256=80fc9c47a9b640d6834e0dc7b3c94c9df37f08cb072b7761e4a71e22cff29b33
|
|
233
235
|
runger_byebug (11.4.0) sha256=569e22ba2215f57e7f69e145fcb63be401e29fcd312f7936d813e12d0c7bbee6
|
|
234
236
|
runger_release_assistant (4.3.1) sha256=3246c925240739eb12b9e6b9526a77ea00fcf0a0941441ff5ffacefb7e3e4d83
|
|
235
|
-
runger_style (5.
|
|
237
|
+
runger_style (5.13.1)
|
|
236
238
|
securerandom (0.4.1) sha256=cc5193d414a4341b6e225f0cb4446aceca8e50d5e1888743fac16987638ea0b1
|
|
237
239
|
slop (4.10.1) sha256=844322b5ffcf17ed4815fdb173b04a20dd82b4fd93e3744c88c8fafea696d9c7
|
|
238
240
|
stringio (3.2.0) sha256=c37cb2e58b4ffbd33fe5cd948c05934af997b36e0b6ca6fdf43afa234cf222e1
|
|
@@ -243,7 +245,7 @@ CHECKSUMS
|
|
|
243
245
|
uri (1.1.1) sha256=379fa58d27ffb1387eaada68c749d1426738bd0f654d812fcc07e7568f5c57c6
|
|
244
246
|
|
|
245
247
|
RUBY VERSION
|
|
246
|
-
ruby 4.0.
|
|
248
|
+
ruby 4.0.3
|
|
247
249
|
|
|
248
250
|
BUNDLED WITH
|
|
249
|
-
4.0.
|
|
251
|
+
4.0.10
|
data/lib/runger_style/version.rb
CHANGED
data/rulesets/capybara.yml
CHANGED
|
@@ -8,9 +8,9 @@ Capybara/AmbiguousClick:
|
|
|
8
8
|
Enabled: false
|
|
9
9
|
Capybara/ClickLinkOrButtonStyle:
|
|
10
10
|
Enabled: false
|
|
11
|
-
Capybara/NegationMatcher:
|
|
11
|
+
Capybara/RSpec/NegationMatcher:
|
|
12
12
|
EnforcedStyle: not_to
|
|
13
|
-
Capybara/SpecificMatcher:
|
|
13
|
+
Capybara/RSpec/SpecificMatcher:
|
|
14
14
|
Enabled: false
|
|
15
15
|
RungerStyle/ClickAmbiguously:
|
|
16
16
|
Enabled: true
|
data/rulesets/default.yml
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: runger_style
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 5.
|
|
4
|
+
version: 5.13.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- David Runger
|
|
@@ -108,7 +108,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
108
108
|
- !ruby/object:Gem::Version
|
|
109
109
|
version: '0'
|
|
110
110
|
requirements: []
|
|
111
|
-
rubygems_version: 4.0.
|
|
111
|
+
rubygems_version: 4.0.10
|
|
112
112
|
specification_version: 4
|
|
113
113
|
summary: Shared rubocop rules for the preferred Ruby coding style of @davidrunger
|
|
114
114
|
test_files: []
|