runger_style 5.12.0 → 5.13.0
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/CHANGELOG.md +3 -0
- data/Gemfile.lock +37 -22
- data/lib/runger_style/version.rb +1 -1
- 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: 2ceb9657ba17efdcf21c36598f209ae52f455dd7d3e73740c44404c2394edd39
|
|
4
|
+
data.tar.gz: 5cd731214359052a0878c11ba16f833853eb385965ae0b94b760a9f5887b478b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 68c17c3f0aca951c9dc250e2c823bd1acce605fc28937a5123388633b841a1a3db673b3a8c29a3438e876c8fbaef39a9ade9812a04c4532ff7cc0608131b46f1
|
|
7
|
+
data.tar.gz: 9d554271efe5b45c6ad13a7043cf34b782f2ece7a976350df44b470370f1a5c0a730722a04018ea36e59072028e8662a5c965afafbbea443c69532933c00ea58
|
data/CHANGELOG.md
CHANGED
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,7 +10,7 @@ GIT
|
|
|
10
10
|
PATH
|
|
11
11
|
remote: .
|
|
12
12
|
specs:
|
|
13
|
-
runger_style (5.
|
|
13
|
+
runger_style (5.13.0)
|
|
14
14
|
prism (>= 0.24.0)
|
|
15
15
|
rubocop (>= 1.72.0)
|
|
16
16
|
|
|
@@ -30,6 +30,8 @@ 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)
|
|
33
35
|
ast (2.4.3)
|
|
34
36
|
base64 (0.3.0)
|
|
35
37
|
bigdecimal (4.0.1)
|
|
@@ -39,24 +41,31 @@ GEM
|
|
|
39
41
|
date (3.5.1)
|
|
40
42
|
diff-lcs (1.6.2)
|
|
41
43
|
drb (2.2.3)
|
|
42
|
-
erb (6.0.
|
|
44
|
+
erb (6.0.2)
|
|
43
45
|
i18n (1.14.8)
|
|
44
46
|
concurrent-ruby (~> 1.0)
|
|
45
47
|
io-console (0.8.2)
|
|
46
|
-
irb (1.
|
|
48
|
+
irb (1.17.0)
|
|
47
49
|
pp (>= 0.6.0)
|
|
50
|
+
prism (>= 1.3.0)
|
|
48
51
|
rdoc (>= 4.0.0)
|
|
49
52
|
reline (>= 0.4.2)
|
|
50
|
-
json (2.18.
|
|
53
|
+
json (2.18.1)
|
|
54
|
+
json-schema (6.1.0)
|
|
55
|
+
addressable (~> 2.8)
|
|
56
|
+
bigdecimal (>= 3.1, < 5)
|
|
51
57
|
language_server-protocol (3.17.0.5)
|
|
52
58
|
lint_roller (1.1.0)
|
|
53
59
|
logger (1.7.0)
|
|
60
|
+
mcp (0.7.1)
|
|
61
|
+
json-schema (>= 4.1)
|
|
54
62
|
memo_wise (1.13.0)
|
|
55
63
|
method_source (1.1.0)
|
|
56
|
-
minitest (6.0.
|
|
64
|
+
minitest (6.0.2)
|
|
65
|
+
drb (~> 2.0)
|
|
57
66
|
prism (~> 1.5)
|
|
58
67
|
parallel (1.27.0)
|
|
59
|
-
parser (3.3.10.
|
|
68
|
+
parser (3.3.10.2)
|
|
60
69
|
ast (~> 2.4.1)
|
|
61
70
|
racc
|
|
62
71
|
pp (0.6.3)
|
|
@@ -70,11 +79,12 @@ GEM
|
|
|
70
79
|
psych (5.3.1)
|
|
71
80
|
date
|
|
72
81
|
stringio
|
|
82
|
+
public_suffix (7.0.2)
|
|
73
83
|
racc (1.8.1)
|
|
74
|
-
rack (3.2.
|
|
84
|
+
rack (3.2.5)
|
|
75
85
|
rainbow (3.1.1)
|
|
76
86
|
rake (13.3.1)
|
|
77
|
-
rdoc (7.
|
|
87
|
+
rdoc (7.2.0)
|
|
78
88
|
erb
|
|
79
89
|
psych (>= 4.0.0)
|
|
80
90
|
tsort
|
|
@@ -95,11 +105,12 @@ GEM
|
|
|
95
105
|
rspec-mocks (3.13.7)
|
|
96
106
|
diff-lcs (>= 1.2.0, < 2.0)
|
|
97
107
|
rspec-support (~> 3.13.0)
|
|
98
|
-
rspec-support (3.13.
|
|
99
|
-
rubocop (1.
|
|
108
|
+
rspec-support (3.13.7)
|
|
109
|
+
rubocop (1.85.0)
|
|
100
110
|
json (~> 2.3)
|
|
101
111
|
language_server-protocol (~> 3.17.0.2)
|
|
102
112
|
lint_roller (~> 1.1.0)
|
|
113
|
+
mcp (~> 0.6)
|
|
103
114
|
parallel (~> 1.10)
|
|
104
115
|
parser (>= 3.3.0.2)
|
|
105
116
|
rainbow (>= 2.2.2, < 4.0)
|
|
@@ -179,6 +190,7 @@ DEPENDENCIES
|
|
|
179
190
|
|
|
180
191
|
CHECKSUMS
|
|
181
192
|
activesupport (8.1.2) sha256=88842578ccd0d40f658289b0e8c842acfe9af751afee2e0744a7873f50b6fdae
|
|
193
|
+
addressable (2.8.8) sha256=7c13b8f9536cf6364c03b9d417c19986019e28f7c00ac8132da4eb0fe393b057
|
|
182
194
|
ast (2.4.3) sha256=954615157c1d6a382bc27d690d973195e79db7f55e9765ac7c481c60bdb4d383
|
|
183
195
|
base64 (0.3.0) sha256=27337aeabad6ffae05c265c450490628ef3ebd4b67be58257393227588f5a97b
|
|
184
196
|
bigdecimal (4.0.1) sha256=8b07d3d065a9f921c80ceaea7c9d4ae596697295b584c296fe599dd0ad01c4a7
|
|
@@ -188,30 +200,33 @@ CHECKSUMS
|
|
|
188
200
|
date (3.5.1) sha256=750d06384d7b9c15d562c76291407d89e368dda4d4fff957eb94962d325a0dc0
|
|
189
201
|
diff-lcs (1.6.2) sha256=9ae0d2cba7d4df3075fe8cd8602a8604993efc0dfa934cff568969efb1909962
|
|
190
202
|
drb (2.2.3) sha256=0b00d6fdb50995fe4a45dea13663493c841112e4068656854646f418fda13373
|
|
191
|
-
erb (6.0.
|
|
203
|
+
erb (6.0.2) sha256=9fe6264d44f79422c87490a1558479bd0e7dad4dd0e317656e67ea3077b5242b
|
|
192
204
|
i18n (1.14.8) sha256=285778639134865c5e0f6269e0b818256017e8cde89993fdfcbfb64d088824a5
|
|
193
205
|
io-console (0.8.2) sha256=d6e3ae7a7cc7574f4b8893b4fca2162e57a825b223a177b7afa236c5ef9814cc
|
|
194
|
-
irb (1.
|
|
195
|
-
json (2.18.
|
|
206
|
+
irb (1.17.0) sha256=168c4ddb93d8a361a045c41d92b2952c7a118fa73f23fe14e55609eb7a863aae
|
|
207
|
+
json (2.18.1) sha256=fe112755501b8d0466b5ada6cf50c8c3f41e897fa128ac5d263ec09eedc9f986
|
|
208
|
+
json-schema (6.1.0) sha256=6bf70a2cfb6dfd5a06da28093fa8190f324c88eabd36a7f47097f227321dc702
|
|
196
209
|
language_server-protocol (3.17.0.5) sha256=fd1e39a51a28bf3eec959379985a72e296e9f9acfce46f6a79d31ca8760803cc
|
|
197
210
|
lint_roller (1.1.0) sha256=2c0c845b632a7d172cb849cc90c1bce937a28c5c8ccccb50dfd46a485003cc87
|
|
198
211
|
logger (1.7.0) sha256=196edec7cc44b66cfb40f9755ce11b392f21f7967696af15d274dde7edff0203
|
|
212
|
+
mcp (0.7.1) sha256=fa967895d6952bad0d981ea907731d8528d2c246d2079d56a9c8bae83d14f1c7
|
|
199
213
|
memo_wise (1.13.0) sha256=30220c38c4cef410849bc73553c58664dc2c91c6379e4a1df22aea02358b716b
|
|
200
214
|
method_source (1.1.0) sha256=181301c9c45b731b4769bc81e8860e72f9161ad7d66dd99103c9ab84f560f5c5
|
|
201
|
-
minitest (6.0.
|
|
215
|
+
minitest (6.0.2) sha256=db6e57956f6ecc6134683b4c87467d6dd792323c7f0eea7b93f66bd284adbc3d
|
|
202
216
|
parallel (1.27.0) sha256=4ac151e1806b755fb4e2dc2332cbf0e54f2e24ba821ff2d3dcf86bf6dc4ae130
|
|
203
|
-
parser (3.3.10.
|
|
217
|
+
parser (3.3.10.2) sha256=6f60c84aa4bdcedb6d1a2434b738fe8a8136807b6adc8f7f53b97da9bc4e9357
|
|
204
218
|
pp (0.6.3) sha256=2951d514450b93ccfeb1df7d021cae0da16e0a7f95ee1e2273719669d0ab9df6
|
|
205
219
|
prettyprint (0.2.0) sha256=2bc9e15581a94742064a3cc8b0fb9d45aae3d03a1baa6ef80922627a0766f193
|
|
206
220
|
prism (1.9.0) sha256=7b530c6a9f92c24300014919c9dcbc055bf4cdf51ec30aed099b06cd6674ef85
|
|
207
221
|
pry (0.16.0) sha256=d76c69065698ed1f85e717bd33d7942c38a50868f6b0673c636192b3d1b6054e
|
|
208
222
|
pry-byebug (3.10.1)
|
|
209
223
|
psych (5.3.1) sha256=eb7a57cef10c9d70173ff74e739d843ac3b2c019a003de48447b2963d81b1974
|
|
224
|
+
public_suffix (7.0.2) sha256=9114090c8e4e7135c1fd0e7acfea33afaab38101884320c65aaa0ffb8e26a857
|
|
210
225
|
racc (1.8.1) sha256=4a7f6929691dbec8b5209a0b373bc2614882b55fc5d2e447a21aaa691303d62f
|
|
211
|
-
rack (3.2.
|
|
226
|
+
rack (3.2.5) sha256=4cbd0974c0b79f7a139b4812004a62e4c60b145cba76422e288ee670601ed6d3
|
|
212
227
|
rainbow (3.1.1) sha256=039491aa3a89f42efa1d6dec2fc4e62ede96eb6acd95e52f1ad581182b79bc6a
|
|
213
228
|
rake (13.3.1) sha256=8c9e89d09f66a26a01264e7e3480ec0607f0c497a861ef16063604b1b08eb19c
|
|
214
|
-
rdoc (7.
|
|
229
|
+
rdoc (7.2.0) sha256=8650f76cd4009c3b54955eb5d7e3a075c60a57276766ebf36f9085e8c9f23192
|
|
215
230
|
readline (0.0.4) sha256=6138eef17be2b98298b672c3ea63bf9cb5158d401324f26e1e84f235879c1d6a
|
|
216
231
|
regexp_parser (2.11.3) sha256=ca13f381a173b7a93450e53459075c9b76a10433caadcb2f1180f2c741fc55a4
|
|
217
232
|
reline (0.6.3) sha256=1198b04973565b36ec0f11542ab3f5cfeeec34823f4e54cebde90968092b1835
|
|
@@ -219,8 +234,8 @@ CHECKSUMS
|
|
|
219
234
|
rspec-core (3.13.6) sha256=a8823c6411667b60a8bca135364351dda34cd55e44ff94c4be4633b37d828b2d
|
|
220
235
|
rspec-expectations (3.13.5) sha256=33a4d3a1d95060aea4c94e9f237030a8f9eae5615e9bd85718fe3a09e4b58836
|
|
221
236
|
rspec-mocks (3.13.7) sha256=0979034e64b1d7a838aaaddf12bf065ea4dc40ef3d4c39f01f93ae2c66c62b1c
|
|
222
|
-
rspec-support (3.13.
|
|
223
|
-
rubocop (1.
|
|
237
|
+
rspec-support (3.13.7) sha256=0640e5570872aafefd79867901deeeeb40b0c9875a36b983d85f54fb7381c47c
|
|
238
|
+
rubocop (1.85.0) sha256=317407feb681a07d54f64d2f9e1d6b6af1ce7678e51cd658e3ad8bd66da48c01
|
|
224
239
|
rubocop-ast (1.49.0) sha256=49c3676d3123a0923d333e20c6c2dbaaae2d2287b475273fddee0c61da9f71fd
|
|
225
240
|
rubocop-capybara (2.22.1) sha256=ced88caef23efea53f46e098ff352f8fc1068c649606ca75cb74650970f51c0c
|
|
226
241
|
rubocop-factory_bot (2.28.0) sha256=4b17fc02124444173317e131759d195b0d762844a71a29fe8139c1105d92f0cb
|
|
@@ -232,7 +247,7 @@ CHECKSUMS
|
|
|
232
247
|
ruby-progressbar (1.13.0) sha256=80fc9c47a9b640d6834e0dc7b3c94c9df37f08cb072b7761e4a71e22cff29b33
|
|
233
248
|
runger_byebug (11.4.0) sha256=569e22ba2215f57e7f69e145fcb63be401e29fcd312f7936d813e12d0c7bbee6
|
|
234
249
|
runger_release_assistant (4.3.1) sha256=3246c925240739eb12b9e6b9526a77ea00fcf0a0941441ff5ffacefb7e3e4d83
|
|
235
|
-
runger_style (5.
|
|
250
|
+
runger_style (5.13.0)
|
|
236
251
|
securerandom (0.4.1) sha256=cc5193d414a4341b6e225f0cb4446aceca8e50d5e1888743fac16987638ea0b1
|
|
237
252
|
slop (4.10.1) sha256=844322b5ffcf17ed4815fdb173b04a20dd82b4fd93e3744c88c8fafea696d9c7
|
|
238
253
|
stringio (3.2.0) sha256=c37cb2e58b4ffbd33fe5cd948c05934af997b36e0b6ca6fdf43afa234cf222e1
|
|
@@ -246,4 +261,4 @@ RUBY VERSION
|
|
|
246
261
|
ruby 4.0.1
|
|
247
262
|
|
|
248
263
|
BUNDLED WITH
|
|
249
|
-
4.0.
|
|
264
|
+
4.0.6
|
data/lib/runger_style/version.rb
CHANGED
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.0
|
|
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.6
|
|
112
112
|
specification_version: 4
|
|
113
113
|
summary: Shared rubocop rules for the preferred Ruby coding style of @davidrunger
|
|
114
114
|
test_files: []
|