runger_style 5.4.0 → 5.5.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 +21 -20
- data/lib/runger_style/version.rb +1 -1
- data/rulesets/factory_bot.yml +1 -1
- 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: ae6337c6b78da16e6519968926bd10c9f6458eb6fde4005221bed2a497f073f5
|
|
4
|
+
data.tar.gz: 0cd105ad8a560fa9add2b403dd7b1a793fb7aafa13233375c17cdc97a3f290d7
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5108d376a1e498b2f6287c7dc048c9761bb8d5b4c563bc689d5a9b45b9be21bf4194b197285eb7f80ae33be911e611ae6d1f2468778864d1b67503f08a46820e
|
|
7
|
+
data.tar.gz: 1c8b4fcb740c07314f10abe70726c0dc08143a586191c7072bed5913de87ca0d0ccb5255155f82b642c11900f9c14433f4cfdee7098b33924448b61e94f65910
|
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: 4ef3e66233451fcbeff3a5f7a616380214379272
|
|
4
4
|
specs:
|
|
5
5
|
pry-byebug (3.10.1)
|
|
6
6
|
pry (>= 0.13)
|
|
@@ -9,7 +9,7 @@ GIT
|
|
|
9
9
|
PATH
|
|
10
10
|
remote: .
|
|
11
11
|
specs:
|
|
12
|
-
runger_style (5.
|
|
12
|
+
runger_style (5.5.0)
|
|
13
13
|
prism (>= 0.24.0)
|
|
14
14
|
rubocop (>= 1.72.0)
|
|
15
15
|
|
|
@@ -50,7 +50,7 @@ GEM
|
|
|
50
50
|
language_server-protocol (3.17.0.4)
|
|
51
51
|
lint_roller (1.1.0)
|
|
52
52
|
logger (1.6.6)
|
|
53
|
-
memo_wise (1.
|
|
53
|
+
memo_wise (1.11.0)
|
|
54
54
|
method_source (1.1.0)
|
|
55
55
|
minitest (5.25.4)
|
|
56
56
|
parallel (1.26.3)
|
|
@@ -68,7 +68,7 @@ GEM
|
|
|
68
68
|
date
|
|
69
69
|
stringio
|
|
70
70
|
racc (1.8.1)
|
|
71
|
-
rack (3.1.
|
|
71
|
+
rack (3.1.11)
|
|
72
72
|
rainbow (3.1.1)
|
|
73
73
|
rake (13.2.1)
|
|
74
74
|
rdoc (6.12.0)
|
|
@@ -89,7 +89,7 @@ GEM
|
|
|
89
89
|
diff-lcs (>= 1.2.0, < 2.0)
|
|
90
90
|
rspec-support (~> 3.13.0)
|
|
91
91
|
rspec-support (3.13.2)
|
|
92
|
-
rubocop (1.
|
|
92
|
+
rubocop (1.73.2)
|
|
93
93
|
json (~> 2.3)
|
|
94
94
|
language_server-protocol (~> 3.17.0.2)
|
|
95
95
|
lint_roller (~> 1.1.0)
|
|
@@ -100,17 +100,18 @@ GEM
|
|
|
100
100
|
rubocop-ast (>= 1.38.0, < 2.0)
|
|
101
101
|
ruby-progressbar (~> 1.7)
|
|
102
102
|
unicode-display_width (>= 2.4.0, < 4.0)
|
|
103
|
-
rubocop-ast (1.38.
|
|
103
|
+
rubocop-ast (1.38.1)
|
|
104
104
|
parser (>= 3.3.1.0)
|
|
105
105
|
rubocop-capybara (2.21.0)
|
|
106
106
|
rubocop (~> 1.41)
|
|
107
|
-
rubocop-factory_bot (2.
|
|
108
|
-
|
|
107
|
+
rubocop-factory_bot (2.27.0)
|
|
108
|
+
lint_roller (~> 1.1)
|
|
109
|
+
rubocop (~> 1.72, >= 1.72.1)
|
|
109
110
|
rubocop-performance (1.24.0)
|
|
110
111
|
lint_roller (~> 1.1)
|
|
111
112
|
rubocop (>= 1.72.1, < 2.0)
|
|
112
113
|
rubocop-ast (>= 1.38.0, < 2.0)
|
|
113
|
-
rubocop-rails (2.30.
|
|
114
|
+
rubocop-rails (2.30.3)
|
|
114
115
|
activesupport (>= 4.2.0)
|
|
115
116
|
lint_roller (~> 1.1)
|
|
116
117
|
rack (>= 1.1)
|
|
@@ -136,13 +137,13 @@ GEM
|
|
|
136
137
|
slop (~> 4.8)
|
|
137
138
|
securerandom (0.4.1)
|
|
138
139
|
slop (4.10.1)
|
|
139
|
-
stringio (3.1.
|
|
140
|
+
stringio (3.1.5)
|
|
140
141
|
tzinfo (2.0.6)
|
|
141
142
|
concurrent-ruby (~> 1.0)
|
|
142
143
|
unicode-display_width (3.1.4)
|
|
143
144
|
unicode-emoji (~> 4.0, >= 4.0.4)
|
|
144
145
|
unicode-emoji (4.0.4)
|
|
145
|
-
uri (1.0.
|
|
146
|
+
uri (1.0.3)
|
|
146
147
|
|
|
147
148
|
PLATFORMS
|
|
148
149
|
ruby
|
|
@@ -183,7 +184,7 @@ CHECKSUMS
|
|
|
183
184
|
language_server-protocol (3.17.0.4) sha256=c484626478664fd13482d8180947c50a8590484b1258b99b7aedb3b69df89669
|
|
184
185
|
lint_roller (1.1.0) sha256=2c0c845b632a7d172cb849cc90c1bce937a28c5c8ccccb50dfd46a485003cc87
|
|
185
186
|
logger (1.6.6) sha256=dd618d24e637715472732e7eed02e33cfbdf56deaad225edd0f1f89d38024017
|
|
186
|
-
memo_wise (1.
|
|
187
|
+
memo_wise (1.11.0) sha256=06ef23a1edb6b8ee4f37d950bba04836b437b4d1036e45d24c2fd2f25b5490c3
|
|
187
188
|
method_source (1.1.0) sha256=181301c9c45b731b4769bc81e8860e72f9161ad7d66dd99103c9ab84f560f5c5
|
|
188
189
|
minitest (5.25.4) sha256=9cf2cae25ac4dfc90c988ebc3b917f53c054978b673273da1bd20bcb0778f947
|
|
189
190
|
parallel (1.26.3) sha256=d86babb7a2b814be9f4b81587bf0b6ce2da7d45969fab24d8ae4bf2bb4d4c7ef
|
|
@@ -195,7 +196,7 @@ CHECKSUMS
|
|
|
195
196
|
pry-byebug (3.10.1)
|
|
196
197
|
psych (5.2.3) sha256=84a54bb952d14604fea22d99938348814678782f58b12648fcdfa4d2fce859ee
|
|
197
198
|
racc (1.8.1) sha256=4a7f6929691dbec8b5209a0b373bc2614882b55fc5d2e447a21aaa691303d62f
|
|
198
|
-
rack (3.1.
|
|
199
|
+
rack (3.1.11) sha256=2b1111a754890d57e7bccefe3a8be28c0f9c02b43433b5a1276c07773e16e8f7
|
|
199
200
|
rainbow (3.1.1) sha256=039491aa3a89f42efa1d6dec2fc4e62ede96eb6acd95e52f1ad581182b79bc6a
|
|
200
201
|
rake (13.2.1) sha256=46cb38dae65d7d74b6020a4ac9d48afed8eb8149c040eccf0523bec91907059d
|
|
201
202
|
rdoc (6.12.0) sha256=7d6f706e070bffa5d18a448f24076cbfb34923a99c1eab842aa18e6ca69f56e0
|
|
@@ -206,26 +207,26 @@ CHECKSUMS
|
|
|
206
207
|
rspec-expectations (3.13.3) sha256=0e6b5af59b900147698ea0ff80456c4f2e69cac4394fbd392fbd1ca561f66c58
|
|
207
208
|
rspec-mocks (3.13.2) sha256=2327335def0e1665325a9b617e3af9ae20272741d80ac550336309a7c59abdef
|
|
208
209
|
rspec-support (3.13.2) sha256=cea3a2463fd9b84b9dcc9685efd80ea701aa8f7b3decb3b3ce795ed67737dbec
|
|
209
|
-
rubocop (1.
|
|
210
|
-
rubocop-ast (1.38.
|
|
210
|
+
rubocop (1.73.2) sha256=35cd1b1365ba97234323fe771abcecd09c9b77098464cd726c76aa7d9bc12b5d
|
|
211
|
+
rubocop-ast (1.38.1) sha256=80ecbe2ac9bb26693cab9405bf72b41b85a1f909f20f021b983c32c2e7d857fe
|
|
211
212
|
rubocop-capybara (2.21.0) sha256=5d264efdd8b6c7081a3d4889decf1451a1cfaaec204d81534e236bc825b280ab
|
|
212
|
-
rubocop-factory_bot (2.
|
|
213
|
+
rubocop-factory_bot (2.27.0) sha256=de9918bc4e1406b3025da87c5c34c91dd6c3e802cd59339790631f963a5652ba
|
|
213
214
|
rubocop-performance (1.24.0) sha256=e5bd39ff3e368395b9af886927cc37f5892f43db4bd6c8526594352d5b4440b5
|
|
214
|
-
rubocop-rails (2.30.
|
|
215
|
+
rubocop-rails (2.30.3) sha256=fc5a6506daa916d15e282cc806943afa64a020bf592b93a94025d89a2a78a715
|
|
215
216
|
rubocop-rake (0.7.1) sha256=3797f2b6810c3e9df7376c26d5f44f3475eda59eb1adc38e6f62ecf027cbae4d
|
|
216
217
|
rubocop-rspec (3.5.0) sha256=710c942fe1af884ba8eea75cbb8bdbb051929a2208880a6fc2e2dce1eed5304c
|
|
217
218
|
rubocop-rspec_rails (2.30.0) sha256=888112e83f9d7ef7ad2397e9d69a0b9614a4bae24f072c399804a180f80c4c46
|
|
218
219
|
ruby-progressbar (1.13.0) sha256=80fc9c47a9b640d6834e0dc7b3c94c9df37f08cb072b7761e4a71e22cff29b33
|
|
219
220
|
runger_byebug (11.4.0) sha256=569e22ba2215f57e7f69e145fcb63be401e29fcd312f7936d813e12d0c7bbee6
|
|
220
221
|
runger_release_assistant (2.0.0) sha256=f4f5708291eaeef1b881208f87a494877fe768739d6e96b7293fc335b28a3865
|
|
221
|
-
runger_style (5.
|
|
222
|
+
runger_style (5.5.0)
|
|
222
223
|
securerandom (0.4.1) sha256=cc5193d414a4341b6e225f0cb4446aceca8e50d5e1888743fac16987638ea0b1
|
|
223
224
|
slop (4.10.1) sha256=844322b5ffcf17ed4815fdb173b04a20dd82b4fd93e3744c88c8fafea696d9c7
|
|
224
|
-
stringio (3.1.
|
|
225
|
+
stringio (3.1.5) sha256=bca92461515a131535743bc81d5559fa1de7d80cff9a654d6c0af6f9f27e35c8
|
|
225
226
|
tzinfo (2.0.6) sha256=8daf828cc77bcf7d63b0e3bdb6caa47e2272dcfaf4fbfe46f8c3a9df087a829b
|
|
226
227
|
unicode-display_width (3.1.4) sha256=8caf2af1c0f2f07ec89ef9e18c7d88c2790e217c482bfc78aaa65eadd5415ac1
|
|
227
228
|
unicode-emoji (4.0.4) sha256=2c2c4ef7f353e5809497126285a50b23056cc6e61b64433764a35eff6c36532a
|
|
228
|
-
uri (1.0.
|
|
229
|
+
uri (1.0.3) sha256=e9f2244608eea2f7bc357d954c65c910ce0399ca5e18a7a29207ac22d8767011
|
|
229
230
|
|
|
230
231
|
RUBY VERSION
|
|
231
232
|
ruby 3.4.2p28
|
data/lib/runger_style/version.rb
CHANGED
data/rulesets/factory_bot.yml
CHANGED
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: runger_style
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 5.
|
|
4
|
+
version: 5.5.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- David Runger
|
|
8
8
|
bindir: bin
|
|
9
9
|
cert_chain: []
|
|
10
|
-
date: 2025-
|
|
10
|
+
date: 2025-03-06 00:00:00.000000000 Z
|
|
11
11
|
dependencies:
|
|
12
12
|
- !ruby/object:Gem::Dependency
|
|
13
13
|
name: prism
|