runger_style 5.13.1 → 5.13.2
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 +3 -0
- data/Gemfile.lock +25 -23
- data/bin/githooks/pre-push +1 -1
- data/lib/runger_style/version.rb +1 -1
- data/rulesets/capybara.yml +0 -2
- 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: f9b3360027ab58f4c02461a397f9d02f21255b7bf0bc7b1ce40b6c0b0eebeb12
|
|
4
|
+
data.tar.gz: 8427efed52b165acd1ed0a278b3d35c4cc04b6d4c05373cf883ed31ac523e4d6
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e1db5bdcbd83d10c2bc5490760afa8861af72108c0a99bc6ff132574604fb72356c952632c2e1bdc5fdde50ac8e777052c095a32b0822c5f56f0003b1c58de0b
|
|
7
|
+
data.tar.gz: 429e61de176bfbb3911249b63f7cf9affbce7647ecfd9e36d3fbd7d5c7f161f8361051314c1ea371566e0c09880abf0ea1aabfa11cbb5f541492ee12833d934d
|
data/.ruby-version
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
4.0.
|
|
1
|
+
4.0.5
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,9 @@
|
|
|
1
1
|
## Unreleased
|
|
2
2
|
[no unreleased changes yet]
|
|
3
3
|
|
|
4
|
+
## v5.13.2 (2026-06-23)
|
|
5
|
+
- [capybara] Delete disablement of removed `Capybara/ClickLinkOrButtonStyle` rule.
|
|
6
|
+
|
|
4
7
|
## v5.13.1 (2026-05-01)
|
|
5
8
|
- [capybara] Update `Capybara/NegationMatcher` to `Capybara/RSpec/NegationMatcher` and `Capybara/SpecificMatcher` to `Capybara/RSpec/SpecificMatcher`.
|
|
6
9
|
|
data/Gemfile.lock
CHANGED
|
@@ -10,7 +10,7 @@ GIT
|
|
|
10
10
|
PATH
|
|
11
11
|
remote: .
|
|
12
12
|
specs:
|
|
13
|
-
runger_style (5.13.
|
|
13
|
+
runger_style (5.13.2)
|
|
14
14
|
prism (>= 0.24.0)
|
|
15
15
|
rubocop (>= 1.72.0)
|
|
16
16
|
|
|
@@ -34,13 +34,13 @@ GEM
|
|
|
34
34
|
base64 (0.3.0)
|
|
35
35
|
bigdecimal (4.1.2)
|
|
36
36
|
coderay (1.1.3)
|
|
37
|
-
concurrent-ruby (1.3.
|
|
37
|
+
concurrent-ruby (1.3.7)
|
|
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
42
|
erb (6.0.4)
|
|
43
|
-
i18n (1.
|
|
43
|
+
i18n (1.15.2)
|
|
44
44
|
concurrent-ruby (~> 1.0)
|
|
45
45
|
io-console (0.8.2)
|
|
46
46
|
irb (1.18.0)
|
|
@@ -48,7 +48,7 @@ GEM
|
|
|
48
48
|
prism (>= 1.3.0)
|
|
49
49
|
rdoc (>= 4.0.0)
|
|
50
50
|
reline (>= 0.4.2)
|
|
51
|
-
json (2.19.
|
|
51
|
+
json (2.19.9)
|
|
52
52
|
language_server-protocol (3.17.0.5)
|
|
53
53
|
lint_roller (1.1.0)
|
|
54
54
|
logger (1.7.0)
|
|
@@ -61,7 +61,7 @@ GEM
|
|
|
61
61
|
parser (3.3.11.1)
|
|
62
62
|
ast (~> 2.4.1)
|
|
63
63
|
racc
|
|
64
|
-
pp (0.6.
|
|
64
|
+
pp (0.6.4)
|
|
65
65
|
prettyprint
|
|
66
66
|
prettyprint (0.2.0)
|
|
67
67
|
prism (1.9.0)
|
|
@@ -69,7 +69,7 @@ GEM
|
|
|
69
69
|
coderay (~> 1.1)
|
|
70
70
|
method_source (~> 1.0)
|
|
71
71
|
reline (>= 0.6.0)
|
|
72
|
-
psych (5.
|
|
72
|
+
psych (5.4.0)
|
|
73
73
|
date
|
|
74
74
|
stringio
|
|
75
75
|
racc (1.8.1)
|
|
@@ -98,7 +98,7 @@ GEM
|
|
|
98
98
|
diff-lcs (>= 1.2.0, < 2.0)
|
|
99
99
|
rspec-support (~> 3.13.0)
|
|
100
100
|
rspec-support (3.13.7)
|
|
101
|
-
rubocop (1.
|
|
101
|
+
rubocop (1.88.0)
|
|
102
102
|
json (~> 2.3)
|
|
103
103
|
language_server-protocol (~> 3.17.0.2)
|
|
104
104
|
lint_roller (~> 1.1.0)
|
|
@@ -112,7 +112,7 @@ GEM
|
|
|
112
112
|
rubocop-ast (1.49.1)
|
|
113
113
|
parser (>= 3.3.7.2)
|
|
114
114
|
prism (~> 1.7)
|
|
115
|
-
rubocop-capybara (
|
|
115
|
+
rubocop-capybara (3.0.0)
|
|
116
116
|
lint_roller (~> 1.1)
|
|
117
117
|
rubocop (~> 1.81)
|
|
118
118
|
rubocop-factory_bot (2.28.0)
|
|
@@ -122,7 +122,7 @@ GEM
|
|
|
122
122
|
lint_roller (~> 1.1)
|
|
123
123
|
rubocop (>= 1.75.0, < 2.0)
|
|
124
124
|
rubocop-ast (>= 1.47.1, < 2.0)
|
|
125
|
-
rubocop-rails (2.
|
|
125
|
+
rubocop-rails (2.35.5)
|
|
126
126
|
activesupport (>= 4.2.0)
|
|
127
127
|
lint_roller (~> 1.1)
|
|
128
128
|
rack (>= 1.1)
|
|
@@ -131,9 +131,10 @@ GEM
|
|
|
131
131
|
rubocop-rake (0.7.1)
|
|
132
132
|
lint_roller (~> 1.1)
|
|
133
133
|
rubocop (>= 1.72.1)
|
|
134
|
-
rubocop-rspec (3.
|
|
134
|
+
rubocop-rspec (3.10.2)
|
|
135
135
|
lint_roller (~> 1.1)
|
|
136
|
-
|
|
136
|
+
regexp_parser (>= 2.0)
|
|
137
|
+
rubocop (~> 1.86, >= 1.86.2)
|
|
137
138
|
rubocop-rspec_rails (2.32.0)
|
|
138
139
|
lint_roller (~> 1.1)
|
|
139
140
|
rubocop (~> 1.72, >= 1.72.1)
|
|
@@ -184,17 +185,18 @@ CHECKSUMS
|
|
|
184
185
|
ast (2.4.3) sha256=954615157c1d6a382bc27d690d973195e79db7f55e9765ac7c481c60bdb4d383
|
|
185
186
|
base64 (0.3.0) sha256=27337aeabad6ffae05c265c450490628ef3ebd4b67be58257393227588f5a97b
|
|
186
187
|
bigdecimal (4.1.2) sha256=53d217666027eab4280346fba98e7d5b66baaae1b9c3c1c0ffe89d48188a3fbd
|
|
188
|
+
bundler (4.0.14) sha256=d09a0a965cf772266a7e49e83610be7c2f4e49e61134c42a56804bb383cc24b8
|
|
187
189
|
coderay (1.1.3) sha256=dc530018a4684512f8f38143cd2a096c9f02a1fc2459edcfe534787a7fc77d4b
|
|
188
|
-
concurrent-ruby (1.3.
|
|
190
|
+
concurrent-ruby (1.3.7) sha256=4412caec3a5ea2e5fdc52076724c071a81f2c0593d83b2ac8cbb8ca63b3151b0
|
|
189
191
|
connection_pool (3.0.2) sha256=33fff5ba71a12d2aa26cb72b1db8bba2a1a01823559fb01d29eb74c286e62e0a
|
|
190
192
|
date (3.5.1) sha256=750d06384d7b9c15d562c76291407d89e368dda4d4fff957eb94962d325a0dc0
|
|
191
193
|
diff-lcs (1.6.2) sha256=9ae0d2cba7d4df3075fe8cd8602a8604993efc0dfa934cff568969efb1909962
|
|
192
194
|
drb (2.2.3) sha256=0b00d6fdb50995fe4a45dea13663493c841112e4068656854646f418fda13373
|
|
193
195
|
erb (6.0.4) sha256=38e3803694be357fe2bfe312487c74beaf9fb4e5beb3e22498952fe1645b95d9
|
|
194
|
-
i18n (1.
|
|
196
|
+
i18n (1.15.2) sha256=00f9eb62412fe593b2a65a97daa75300d37abb8f7202ec748e94b6d46a9dd1b5
|
|
195
197
|
io-console (0.8.2) sha256=d6e3ae7a7cc7574f4b8893b4fca2162e57a825b223a177b7afa236c5ef9814cc
|
|
196
198
|
irb (1.18.0) sha256=de9454a0703a54704b9811a5ef31a60c86949fbf4013fcf244fabc7c775248e3
|
|
197
|
-
json (2.19.
|
|
199
|
+
json (2.19.9) sha256=9b9025b7cdddafa38d316eca0b2358488e42d417045c1b90d216a9fefe46b79a
|
|
198
200
|
language_server-protocol (3.17.0.5) sha256=fd1e39a51a28bf3eec959379985a72e296e9f9acfce46f6a79d31ca8760803cc
|
|
199
201
|
lint_roller (1.1.0) sha256=2c0c845b632a7d172cb849cc90c1bce937a28c5c8ccccb50dfd46a485003cc87
|
|
200
202
|
logger (1.7.0) sha256=196edec7cc44b66cfb40f9755ce11b392f21f7967696af15d274dde7edff0203
|
|
@@ -203,12 +205,12 @@ CHECKSUMS
|
|
|
203
205
|
minitest (6.0.6) sha256=153ea36d1d987a62942382b61075745042a2b3123b1cd48f4c3675af9cc7d6f1
|
|
204
206
|
parallel (2.1.0) sha256=b35258865c2e31134c5ecb708beaaf6772adf9d5efae28e93e99260877b09356
|
|
205
207
|
parser (3.3.11.1) sha256=d17ace7aabe3e72c3cc94043714be27cc6f852f104d81aa284c2281aecc65d54
|
|
206
|
-
pp (0.6.
|
|
208
|
+
pp (0.6.4) sha256=dfcb0fce700c41456265922884f9fe195d7fbb0674a3578e6c0f69588e82b570
|
|
207
209
|
prettyprint (0.2.0) sha256=2bc9e15581a94742064a3cc8b0fb9d45aae3d03a1baa6ef80922627a0766f193
|
|
208
210
|
prism (1.9.0) sha256=7b530c6a9f92c24300014919c9dcbc055bf4cdf51ec30aed099b06cd6674ef85
|
|
209
211
|
pry (0.16.0) sha256=d76c69065698ed1f85e717bd33d7942c38a50868f6b0673c636192b3d1b6054e
|
|
210
212
|
pry-byebug (3.10.1)
|
|
211
|
-
psych (5.
|
|
213
|
+
psych (5.4.0) sha256=14f72d69a611af663d7d70e4a7b67d9eb1f3ae9f8d916b478961d5a0075ba5b7
|
|
212
214
|
racc (1.8.1) sha256=4a7f6929691dbec8b5209a0b373bc2614882b55fc5d2e447a21aaa691303d62f
|
|
213
215
|
rack (3.2.6) sha256=5ed78e1f73b2e25679bec7d45ee2d4483cc4146eb1be0264fc4d94cb5ef212c2
|
|
214
216
|
rainbow (3.1.1) sha256=039491aa3a89f42efa1d6dec2fc4e62ede96eb6acd95e52f1ad581182b79bc6a
|
|
@@ -222,19 +224,19 @@ CHECKSUMS
|
|
|
222
224
|
rspec-expectations (3.13.5) sha256=33a4d3a1d95060aea4c94e9f237030a8f9eae5615e9bd85718fe3a09e4b58836
|
|
223
225
|
rspec-mocks (3.13.8) sha256=086ad3d3d17533f4237643de0b5c42f04b66348c28bf6b9c2d3f4a3b01af1d47
|
|
224
226
|
rspec-support (3.13.7) sha256=0640e5570872aafefd79867901deeeeb40b0c9875a36b983d85f54fb7381c47c
|
|
225
|
-
rubocop (1.
|
|
227
|
+
rubocop (1.88.0) sha256=e420ddf1662d0ef34bc8a2910ac4b396a7ddda0b51a708264405241734b08e0b
|
|
226
228
|
rubocop-ast (1.49.1) sha256=4412f3ee70f6fe4546cc489548e0f6fcf76cafcfa80fa03af67098ffed755035
|
|
227
|
-
rubocop-capybara (
|
|
229
|
+
rubocop-capybara (3.0.0) sha256=7a64655238acda7f8f3c87e37ac825a64c615a79c17c253f1a28270dc3768c4b
|
|
228
230
|
rubocop-factory_bot (2.28.0) sha256=4b17fc02124444173317e131759d195b0d762844a71a29fe8139c1105d92f0cb
|
|
229
231
|
rubocop-performance (1.26.1) sha256=cd19b936ff196df85829d264b522fd4f98b6c89ad271fa52744a8c11b8f71834
|
|
230
|
-
rubocop-rails (2.
|
|
232
|
+
rubocop-rails (2.35.5) sha256=f00b3c936002ba8e9ac62e8607c54bb24cda44b36e41b9c7e4f3872e1b0f3fe3
|
|
231
233
|
rubocop-rake (0.7.1) sha256=3797f2b6810c3e9df7376c26d5f44f3475eda59eb1adc38e6f62ecf027cbae4d
|
|
232
|
-
rubocop-rspec (3.
|
|
234
|
+
rubocop-rspec (3.10.2) sha256=0b3e2ecc592cd10ecbf0095bb58d1e357905276e069643523cc19eb7495f65e2
|
|
233
235
|
rubocop-rspec_rails (2.32.0) sha256=4a0d641c72f6ebb957534f539d9d0a62c47abd8ce0d0aeee1ef4701e892a9100
|
|
234
236
|
ruby-progressbar (1.13.0) sha256=80fc9c47a9b640d6834e0dc7b3c94c9df37f08cb072b7761e4a71e22cff29b33
|
|
235
237
|
runger_byebug (11.4.0) sha256=569e22ba2215f57e7f69e145fcb63be401e29fcd312f7936d813e12d0c7bbee6
|
|
236
238
|
runger_release_assistant (4.3.1) sha256=3246c925240739eb12b9e6b9526a77ea00fcf0a0941441ff5ffacefb7e3e4d83
|
|
237
|
-
runger_style (5.13.
|
|
239
|
+
runger_style (5.13.2)
|
|
238
240
|
securerandom (0.4.1) sha256=cc5193d414a4341b6e225f0cb4446aceca8e50d5e1888743fac16987638ea0b1
|
|
239
241
|
slop (4.10.1) sha256=844322b5ffcf17ed4815fdb173b04a20dd82b4fd93e3744c88c8fafea696d9c7
|
|
240
242
|
stringio (3.2.0) sha256=c37cb2e58b4ffbd33fe5cd948c05934af997b36e0b6ca6fdf43afa234cf222e1
|
|
@@ -245,7 +247,7 @@ CHECKSUMS
|
|
|
245
247
|
uri (1.1.1) sha256=379fa58d27ffb1387eaada68c749d1426738bd0f654d812fcc07e7568f5c57c6
|
|
246
248
|
|
|
247
249
|
RUBY VERSION
|
|
248
|
-
ruby 4.0.
|
|
250
|
+
ruby 4.0.5
|
|
249
251
|
|
|
250
252
|
BUNDLED WITH
|
|
251
|
-
4.0.
|
|
253
|
+
4.0.14
|
data/bin/githooks/pre-push
CHANGED
data/lib/runger_style/version.rb
CHANGED
data/rulesets/capybara.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.13.
|
|
4
|
+
version: 5.13.2
|
|
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.12
|
|
112
112
|
specification_version: 4
|
|
113
113
|
summary: Shared rubocop rules for the preferred Ruby coding style of @davidrunger
|
|
114
114
|
test_files: []
|