runger_style 5.13.0 → 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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2ceb9657ba17efdcf21c36598f209ae52f455dd7d3e73740c44404c2394edd39
4
- data.tar.gz: 5cd731214359052a0878c11ba16f833853eb385965ae0b94b760a9f5887b478b
3
+ metadata.gz: f9b3360027ab58f4c02461a397f9d02f21255b7bf0bc7b1ce40b6c0b0eebeb12
4
+ data.tar.gz: 8427efed52b165acd1ed0a278b3d35c4cc04b6d4c05373cf883ed31ac523e4d6
5
5
  SHA512:
6
- metadata.gz: 68c17c3f0aca951c9dc250e2c823bd1acce605fc28937a5123388633b841a1a3db673b3a8c29a3438e876c8fbaef39a9ade9812a04c4532ff7cc0608131b46f1
7
- data.tar.gz: 9d554271efe5b45c6ad13a7043cf34b782f2ece7a976350df44b470370f1a5c0a730722a04018ea36e59072028e8662a5c965afafbbea443c69532933c00ea58
6
+ metadata.gz: e1db5bdcbd83d10c2bc5490760afa8861af72108c0a99bc6ff132574604fb72356c952632c2e1bdc5fdde50ac8e777052c095a32b0822c5f56f0003b1c58de0b
7
+ data.tar.gz: 429e61de176bfbb3911249b63f7cf9affbce7647ecfd9e36d3fbd7d5c7f161f8361051314c1ea371566e0c09880abf0ea1aabfa11cbb5f541492ee12833d934d
data/.ruby-version CHANGED
@@ -1 +1 @@
1
- 4.0.1
1
+ 4.0.5
data/CHANGELOG.md CHANGED
@@ -1,6 +1,12 @@
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
+
7
+ ## v5.13.1 (2026-05-01)
8
+ - [capybara] Update `Capybara/NegationMatcher` to `Capybara/RSpec/NegationMatcher` and `Capybara/SpecificMatcher` to `Capybara/RSpec/SpecificMatcher`.
9
+
4
10
  ## v5.13.0 (2026-02-26)
5
11
  - [default] Disable `Style/OneClassPerFile` cop.
6
12
 
data/Gemfile.lock CHANGED
@@ -10,14 +10,14 @@ GIT
10
10
  PATH
11
11
  remote: .
12
12
  specs:
13
- runger_style (5.13.0)
13
+ runger_style (5.13.2)
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.2)
20
+ activesupport (8.1.3)
21
21
  base64
22
22
  bigdecimal
23
23
  concurrent-ruby (~> 1.0, >= 1.3.1)
@@ -30,45 +30,38 @@ GEM
30
30
  securerandom (>= 0.3)
31
31
  tzinfo (~> 2.0, >= 2.0.5)
32
32
  uri (>= 0.13.1)
33
- addressable (2.8.8)
34
- public_suffix (>= 2.0.2, < 8.0)
35
33
  ast (2.4.3)
36
34
  base64 (0.3.0)
37
- bigdecimal (4.0.1)
35
+ bigdecimal (4.1.2)
38
36
  coderay (1.1.3)
39
- concurrent-ruby (1.3.6)
37
+ concurrent-ruby (1.3.7)
40
38
  connection_pool (3.0.2)
41
39
  date (3.5.1)
42
40
  diff-lcs (1.6.2)
43
41
  drb (2.2.3)
44
- erb (6.0.2)
45
- i18n (1.14.8)
42
+ erb (6.0.4)
43
+ i18n (1.15.2)
46
44
  concurrent-ruby (~> 1.0)
47
45
  io-console (0.8.2)
48
- irb (1.17.0)
46
+ irb (1.18.0)
49
47
  pp (>= 0.6.0)
50
48
  prism (>= 1.3.0)
51
49
  rdoc (>= 4.0.0)
52
50
  reline (>= 0.4.2)
53
- json (2.18.1)
54
- json-schema (6.1.0)
55
- addressable (~> 2.8)
56
- bigdecimal (>= 3.1, < 5)
51
+ json (2.19.9)
57
52
  language_server-protocol (3.17.0.5)
58
53
  lint_roller (1.1.0)
59
54
  logger (1.7.0)
60
- mcp (0.7.1)
61
- json-schema (>= 4.1)
62
55
  memo_wise (1.13.0)
63
56
  method_source (1.1.0)
64
- minitest (6.0.2)
57
+ minitest (6.0.6)
65
58
  drb (~> 2.0)
66
59
  prism (~> 1.5)
67
- parallel (1.27.0)
68
- parser (3.3.10.2)
60
+ parallel (2.1.0)
61
+ parser (3.3.11.1)
69
62
  ast (~> 2.4.1)
70
63
  racc
71
- pp (0.6.3)
64
+ pp (0.6.4)
72
65
  prettyprint
73
66
  prettyprint (0.2.0)
74
67
  prism (1.9.0)
@@ -76,21 +69,20 @@ GEM
76
69
  coderay (~> 1.1)
77
70
  method_source (~> 1.0)
78
71
  reline (>= 0.6.0)
79
- psych (5.3.1)
72
+ psych (5.4.0)
80
73
  date
81
74
  stringio
82
- public_suffix (7.0.2)
83
75
  racc (1.8.1)
84
- rack (3.2.5)
76
+ rack (3.2.6)
85
77
  rainbow (3.1.1)
86
- rake (13.3.1)
78
+ rake (13.4.2)
87
79
  rdoc (7.2.0)
88
80
  erb
89
81
  psych (>= 4.0.0)
90
82
  tsort
91
83
  readline (0.0.4)
92
84
  reline
93
- regexp_parser (2.11.3)
85
+ regexp_parser (2.12.0)
94
86
  reline (0.6.3)
95
87
  io-console (~> 0.5)
96
88
  rspec (3.13.2)
@@ -102,28 +94,27 @@ GEM
102
94
  rspec-expectations (3.13.5)
103
95
  diff-lcs (>= 1.2.0, < 2.0)
104
96
  rspec-support (~> 3.13.0)
105
- rspec-mocks (3.13.7)
97
+ rspec-mocks (3.13.8)
106
98
  diff-lcs (>= 1.2.0, < 2.0)
107
99
  rspec-support (~> 3.13.0)
108
100
  rspec-support (3.13.7)
109
- rubocop (1.85.0)
101
+ rubocop (1.88.0)
110
102
  json (~> 2.3)
111
103
  language_server-protocol (~> 3.17.0.2)
112
104
  lint_roller (~> 1.1.0)
113
- mcp (~> 0.6)
114
- parallel (~> 1.10)
105
+ parallel (>= 1.10)
115
106
  parser (>= 3.3.0.2)
116
107
  rainbow (>= 2.2.2, < 4.0)
117
108
  regexp_parser (>= 2.9.3, < 3.0)
118
109
  rubocop-ast (>= 1.49.0, < 2.0)
119
110
  ruby-progressbar (~> 1.7)
120
111
  unicode-display_width (>= 2.4.0, < 4.0)
121
- rubocop-ast (1.49.0)
112
+ rubocop-ast (1.49.1)
122
113
  parser (>= 3.3.7.2)
123
114
  prism (~> 1.7)
124
- rubocop-capybara (2.22.1)
115
+ rubocop-capybara (3.0.0)
125
116
  lint_roller (~> 1.1)
126
- rubocop (~> 1.72, >= 1.72.1)
117
+ rubocop (~> 1.81)
127
118
  rubocop-factory_bot (2.28.0)
128
119
  lint_roller (~> 1.1)
129
120
  rubocop (~> 1.72, >= 1.72.1)
@@ -131,7 +122,7 @@ GEM
131
122
  lint_roller (~> 1.1)
132
123
  rubocop (>= 1.75.0, < 2.0)
133
124
  rubocop-ast (>= 1.47.1, < 2.0)
134
- rubocop-rails (2.34.3)
125
+ rubocop-rails (2.35.5)
135
126
  activesupport (>= 4.2.0)
136
127
  lint_roller (~> 1.1)
137
128
  rack (>= 1.1)
@@ -140,9 +131,10 @@ GEM
140
131
  rubocop-rake (0.7.1)
141
132
  lint_roller (~> 1.1)
142
133
  rubocop (>= 1.72.1)
143
- rubocop-rspec (3.9.0)
134
+ rubocop-rspec (3.10.2)
144
135
  lint_roller (~> 1.1)
145
- rubocop (~> 1.81)
136
+ regexp_parser (>= 2.0)
137
+ rubocop (~> 1.86, >= 1.86.2)
146
138
  rubocop-rspec_rails (2.32.0)
147
139
  lint_roller (~> 1.1)
148
140
  rubocop (~> 1.72, >= 1.72.1)
@@ -189,65 +181,62 @@ DEPENDENCIES
189
181
  runger_style!
190
182
 
191
183
  CHECKSUMS
192
- activesupport (8.1.2) sha256=88842578ccd0d40f658289b0e8c842acfe9af751afee2e0744a7873f50b6fdae
193
- addressable (2.8.8) sha256=7c13b8f9536cf6364c03b9d417c19986019e28f7c00ac8132da4eb0fe393b057
184
+ activesupport (8.1.3) sha256=21a5e0dfbd4c3ddd9e1317ec6a4d782fa226e7867dc70b0743acda81a1dca20e
194
185
  ast (2.4.3) sha256=954615157c1d6a382bc27d690d973195e79db7f55e9765ac7c481c60bdb4d383
195
186
  base64 (0.3.0) sha256=27337aeabad6ffae05c265c450490628ef3ebd4b67be58257393227588f5a97b
196
- bigdecimal (4.0.1) sha256=8b07d3d065a9f921c80ceaea7c9d4ae596697295b584c296fe599dd0ad01c4a7
187
+ bigdecimal (4.1.2) sha256=53d217666027eab4280346fba98e7d5b66baaae1b9c3c1c0ffe89d48188a3fbd
188
+ bundler (4.0.14) sha256=d09a0a965cf772266a7e49e83610be7c2f4e49e61134c42a56804bb383cc24b8
197
189
  coderay (1.1.3) sha256=dc530018a4684512f8f38143cd2a096c9f02a1fc2459edcfe534787a7fc77d4b
198
- concurrent-ruby (1.3.6) sha256=6b56837e1e7e5292f9864f34b69c5a2cbc75c0cf5338f1ce9903d10fa762d5ab
190
+ concurrent-ruby (1.3.7) sha256=4412caec3a5ea2e5fdc52076724c071a81f2c0593d83b2ac8cbb8ca63b3151b0
199
191
  connection_pool (3.0.2) sha256=33fff5ba71a12d2aa26cb72b1db8bba2a1a01823559fb01d29eb74c286e62e0a
200
192
  date (3.5.1) sha256=750d06384d7b9c15d562c76291407d89e368dda4d4fff957eb94962d325a0dc0
201
193
  diff-lcs (1.6.2) sha256=9ae0d2cba7d4df3075fe8cd8602a8604993efc0dfa934cff568969efb1909962
202
194
  drb (2.2.3) sha256=0b00d6fdb50995fe4a45dea13663493c841112e4068656854646f418fda13373
203
- erb (6.0.2) sha256=9fe6264d44f79422c87490a1558479bd0e7dad4dd0e317656e67ea3077b5242b
204
- i18n (1.14.8) sha256=285778639134865c5e0f6269e0b818256017e8cde89993fdfcbfb64d088824a5
195
+ erb (6.0.4) sha256=38e3803694be357fe2bfe312487c74beaf9fb4e5beb3e22498952fe1645b95d9
196
+ i18n (1.15.2) sha256=00f9eb62412fe593b2a65a97daa75300d37abb8f7202ec748e94b6d46a9dd1b5
205
197
  io-console (0.8.2) sha256=d6e3ae7a7cc7574f4b8893b4fca2162e57a825b223a177b7afa236c5ef9814cc
206
- irb (1.17.0) sha256=168c4ddb93d8a361a045c41d92b2952c7a118fa73f23fe14e55609eb7a863aae
207
- json (2.18.1) sha256=fe112755501b8d0466b5ada6cf50c8c3f41e897fa128ac5d263ec09eedc9f986
208
- json-schema (6.1.0) sha256=6bf70a2cfb6dfd5a06da28093fa8190f324c88eabd36a7f47097f227321dc702
198
+ irb (1.18.0) sha256=de9454a0703a54704b9811a5ef31a60c86949fbf4013fcf244fabc7c775248e3
199
+ json (2.19.9) sha256=9b9025b7cdddafa38d316eca0b2358488e42d417045c1b90d216a9fefe46b79a
209
200
  language_server-protocol (3.17.0.5) sha256=fd1e39a51a28bf3eec959379985a72e296e9f9acfce46f6a79d31ca8760803cc
210
201
  lint_roller (1.1.0) sha256=2c0c845b632a7d172cb849cc90c1bce937a28c5c8ccccb50dfd46a485003cc87
211
202
  logger (1.7.0) sha256=196edec7cc44b66cfb40f9755ce11b392f21f7967696af15d274dde7edff0203
212
- mcp (0.7.1) sha256=fa967895d6952bad0d981ea907731d8528d2c246d2079d56a9c8bae83d14f1c7
213
203
  memo_wise (1.13.0) sha256=30220c38c4cef410849bc73553c58664dc2c91c6379e4a1df22aea02358b716b
214
204
  method_source (1.1.0) sha256=181301c9c45b731b4769bc81e8860e72f9161ad7d66dd99103c9ab84f560f5c5
215
- minitest (6.0.2) sha256=db6e57956f6ecc6134683b4c87467d6dd792323c7f0eea7b93f66bd284adbc3d
216
- parallel (1.27.0) sha256=4ac151e1806b755fb4e2dc2332cbf0e54f2e24ba821ff2d3dcf86bf6dc4ae130
217
- parser (3.3.10.2) sha256=6f60c84aa4bdcedb6d1a2434b738fe8a8136807b6adc8f7f53b97da9bc4e9357
218
- pp (0.6.3) sha256=2951d514450b93ccfeb1df7d021cae0da16e0a7f95ee1e2273719669d0ab9df6
205
+ minitest (6.0.6) sha256=153ea36d1d987a62942382b61075745042a2b3123b1cd48f4c3675af9cc7d6f1
206
+ parallel (2.1.0) sha256=b35258865c2e31134c5ecb708beaaf6772adf9d5efae28e93e99260877b09356
207
+ parser (3.3.11.1) sha256=d17ace7aabe3e72c3cc94043714be27cc6f852f104d81aa284c2281aecc65d54
208
+ pp (0.6.4) sha256=dfcb0fce700c41456265922884f9fe195d7fbb0674a3578e6c0f69588e82b570
219
209
  prettyprint (0.2.0) sha256=2bc9e15581a94742064a3cc8b0fb9d45aae3d03a1baa6ef80922627a0766f193
220
210
  prism (1.9.0) sha256=7b530c6a9f92c24300014919c9dcbc055bf4cdf51ec30aed099b06cd6674ef85
221
211
  pry (0.16.0) sha256=d76c69065698ed1f85e717bd33d7942c38a50868f6b0673c636192b3d1b6054e
222
212
  pry-byebug (3.10.1)
223
- psych (5.3.1) sha256=eb7a57cef10c9d70173ff74e739d843ac3b2c019a003de48447b2963d81b1974
224
- public_suffix (7.0.2) sha256=9114090c8e4e7135c1fd0e7acfea33afaab38101884320c65aaa0ffb8e26a857
213
+ psych (5.4.0) sha256=14f72d69a611af663d7d70e4a7b67d9eb1f3ae9f8d916b478961d5a0075ba5b7
225
214
  racc (1.8.1) sha256=4a7f6929691dbec8b5209a0b373bc2614882b55fc5d2e447a21aaa691303d62f
226
- rack (3.2.5) sha256=4cbd0974c0b79f7a139b4812004a62e4c60b145cba76422e288ee670601ed6d3
215
+ rack (3.2.6) sha256=5ed78e1f73b2e25679bec7d45ee2d4483cc4146eb1be0264fc4d94cb5ef212c2
227
216
  rainbow (3.1.1) sha256=039491aa3a89f42efa1d6dec2fc4e62ede96eb6acd95e52f1ad581182b79bc6a
228
- rake (13.3.1) sha256=8c9e89d09f66a26a01264e7e3480ec0607f0c497a861ef16063604b1b08eb19c
217
+ rake (13.4.2) sha256=cb825b2bd5f1f8e91ca37bddb4b9aaf345551b4731da62949be002fa89283701
229
218
  rdoc (7.2.0) sha256=8650f76cd4009c3b54955eb5d7e3a075c60a57276766ebf36f9085e8c9f23192
230
219
  readline (0.0.4) sha256=6138eef17be2b98298b672c3ea63bf9cb5158d401324f26e1e84f235879c1d6a
231
- regexp_parser (2.11.3) sha256=ca13f381a173b7a93450e53459075c9b76a10433caadcb2f1180f2c741fc55a4
220
+ regexp_parser (2.12.0) sha256=35a916a1d63190ab5c9009457136ae5f3c0c7512d60291d0d1378ba18ce08ebb
232
221
  reline (0.6.3) sha256=1198b04973565b36ec0f11542ab3f5cfeeec34823f4e54cebde90968092b1835
233
222
  rspec (3.13.2) sha256=206284a08ad798e61f86d7ca3e376718d52c0bc944626b2349266f239f820587
234
223
  rspec-core (3.13.6) sha256=a8823c6411667b60a8bca135364351dda34cd55e44ff94c4be4633b37d828b2d
235
224
  rspec-expectations (3.13.5) sha256=33a4d3a1d95060aea4c94e9f237030a8f9eae5615e9bd85718fe3a09e4b58836
236
- rspec-mocks (3.13.7) sha256=0979034e64b1d7a838aaaddf12bf065ea4dc40ef3d4c39f01f93ae2c66c62b1c
225
+ rspec-mocks (3.13.8) sha256=086ad3d3d17533f4237643de0b5c42f04b66348c28bf6b9c2d3f4a3b01af1d47
237
226
  rspec-support (3.13.7) sha256=0640e5570872aafefd79867901deeeeb40b0c9875a36b983d85f54fb7381c47c
238
- rubocop (1.85.0) sha256=317407feb681a07d54f64d2f9e1d6b6af1ce7678e51cd658e3ad8bd66da48c01
239
- rubocop-ast (1.49.0) sha256=49c3676d3123a0923d333e20c6c2dbaaae2d2287b475273fddee0c61da9f71fd
240
- rubocop-capybara (2.22.1) sha256=ced88caef23efea53f46e098ff352f8fc1068c649606ca75cb74650970f51c0c
227
+ rubocop (1.88.0) sha256=e420ddf1662d0ef34bc8a2910ac4b396a7ddda0b51a708264405241734b08e0b
228
+ rubocop-ast (1.49.1) sha256=4412f3ee70f6fe4546cc489548e0f6fcf76cafcfa80fa03af67098ffed755035
229
+ rubocop-capybara (3.0.0) sha256=7a64655238acda7f8f3c87e37ac825a64c615a79c17c253f1a28270dc3768c4b
241
230
  rubocop-factory_bot (2.28.0) sha256=4b17fc02124444173317e131759d195b0d762844a71a29fe8139c1105d92f0cb
242
231
  rubocop-performance (1.26.1) sha256=cd19b936ff196df85829d264b522fd4f98b6c89ad271fa52744a8c11b8f71834
243
- rubocop-rails (2.34.3) sha256=10d37989024865ecda8199f311f3faca990143fbac967de943f88aca11eb9ad2
232
+ rubocop-rails (2.35.5) sha256=f00b3c936002ba8e9ac62e8607c54bb24cda44b36e41b9c7e4f3872e1b0f3fe3
244
233
  rubocop-rake (0.7.1) sha256=3797f2b6810c3e9df7376c26d5f44f3475eda59eb1adc38e6f62ecf027cbae4d
245
- rubocop-rspec (3.9.0) sha256=8fa70a3619408237d789aeecfb9beef40576acc855173e60939d63332fdb55e2
234
+ rubocop-rspec (3.10.2) sha256=0b3e2ecc592cd10ecbf0095bb58d1e357905276e069643523cc19eb7495f65e2
246
235
  rubocop-rspec_rails (2.32.0) sha256=4a0d641c72f6ebb957534f539d9d0a62c47abd8ce0d0aeee1ef4701e892a9100
247
236
  ruby-progressbar (1.13.0) sha256=80fc9c47a9b640d6834e0dc7b3c94c9df37f08cb072b7761e4a71e22cff29b33
248
237
  runger_byebug (11.4.0) sha256=569e22ba2215f57e7f69e145fcb63be401e29fcd312f7936d813e12d0c7bbee6
249
238
  runger_release_assistant (4.3.1) sha256=3246c925240739eb12b9e6b9526a77ea00fcf0a0941441ff5ffacefb7e3e4d83
250
- runger_style (5.13.0)
239
+ runger_style (5.13.2)
251
240
  securerandom (0.4.1) sha256=cc5193d414a4341b6e225f0cb4446aceca8e50d5e1888743fac16987638ea0b1
252
241
  slop (4.10.1) sha256=844322b5ffcf17ed4815fdb173b04a20dd82b4fd93e3744c88c8fafea696d9c7
253
242
  stringio (3.2.0) sha256=c37cb2e58b4ffbd33fe5cd948c05934af997b36e0b6ca6fdf43afa234cf222e1
@@ -258,7 +247,7 @@ CHECKSUMS
258
247
  uri (1.1.1) sha256=379fa58d27ffb1387eaada68c749d1426738bd0f654d812fcc07e7568f5c57c6
259
248
 
260
249
  RUBY VERSION
261
- ruby 4.0.1
250
+ ruby 4.0.5
262
251
 
263
252
  BUNDLED WITH
264
- 4.0.6
253
+ 4.0.14
@@ -2,7 +2,7 @@
2
2
 
3
3
  set -euo pipefail # exit on any error, don't allow undefined variables, pipes don't swallow errors
4
4
 
5
- lint gitleaks
5
+ lint secrets
6
6
 
7
7
  background-and-notify lint newlines
8
8
  background-and-notify lint rubocop
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module RungerStyle
4
- VERSION = '5.13.0'
4
+ VERSION = '5.13.2'
5
5
  end
@@ -6,11 +6,9 @@ plugins:
6
6
 
7
7
  Capybara/AmbiguousClick:
8
8
  Enabled: false
9
- Capybara/ClickLinkOrButtonStyle:
10
- Enabled: false
11
- Capybara/NegationMatcher:
9
+ Capybara/RSpec/NegationMatcher:
12
10
  EnforcedStyle: not_to
13
- Capybara/SpecificMatcher:
11
+ Capybara/RSpec/SpecificMatcher:
14
12
  Enabled: false
15
13
  RungerStyle/ClickAmbiguously:
16
14
  Enabled: true
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.0
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.6
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: []