runger_style 5.3.1 → 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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ee3dba292d650adc37703277febbaff076f73b14ad385ab8f7c2d368025a515a
4
- data.tar.gz: 2d7ec35dac4489ce0eae669a8a72f4ec961beae31b51d9c32cc4242bfb2b384f
3
+ metadata.gz: ae6337c6b78da16e6519968926bd10c9f6458eb6fde4005221bed2a497f073f5
4
+ data.tar.gz: 0cd105ad8a560fa9add2b403dd7b1a793fb7aafa13233375c17cdc97a3f290d7
5
5
  SHA512:
6
- metadata.gz: 1bf564dfd1afc4c67e1ba017441d985d26c4d51544110a715a418d3687eff197a9644d35a62ec37225e0ad13a0414b8b3d6c1ba0188b3658679d6630a76f7576
7
- data.tar.gz: 3bd3e07dfffd199ab41675e25d1ec687eb966c7bc64d61a88ea85b59f9a5a6696f0fb0dd3049046ebbbb0b6613c707236274e648c162fe4d828b66a4dbd265b0
6
+ metadata.gz: 5108d376a1e498b2f6287c7dc048c9761bb8d5b4c563bc689d5a9b45b9be21bf4194b197285eb7f80ae33be911e611ae6d1f2468778864d1b67503f08a46820e
7
+ data.tar.gz: 1c8b4fcb740c07314f10abe70726c0dc08143a586191c7072bed5913de87ca0d0ccb5255155f82b642c11900f9c14433f4cfdee7098b33924448b61e94f65910
data/CHANGELOG.md CHANGED
@@ -1,3 +1,9 @@
1
+ ## v5.5.0 (2025-03-06)
2
+ - Switch from `require` to `plugins` for `rubocop-factory_bot` ruleset (`rulesets/factory_bot.yml`).
3
+
4
+ ## v5.4.0 (2025-02-17)
5
+ - Register `rubocop-rspec` as a plugin (rather than requiring it).
6
+
1
7
  ## v5.3.1 (2025-02-16)
2
8
  - Enforce `RungerStyle/ArgumentAlignment` on macro method calls with parentheses.
3
9
 
data/Gemfile.lock CHANGED
@@ -1,6 +1,6 @@
1
1
  GIT
2
2
  remote: https://github.com/davidrunger/pry-byebug.git
3
- revision: 3ac27ef70a1b16a461db9f7572d3fe1a205effd4
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.3.1)
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.10.0)
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.10)
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.72.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.0)
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.26.1)
108
- rubocop (~> 1.61)
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.0)
114
+ rubocop-rails (2.30.3)
114
115
  activesupport (>= 4.2.0)
115
116
  lint_roller (~> 1.1)
116
117
  rack (>= 1.1)
@@ -119,8 +120,9 @@ GEM
119
120
  rubocop-rake (0.7.1)
120
121
  lint_roller (~> 1.1)
121
122
  rubocop (>= 1.72.1)
122
- rubocop-rspec (3.4.0)
123
- rubocop (~> 1.61)
123
+ rubocop-rspec (3.5.0)
124
+ lint_roller (~> 1.1)
125
+ rubocop (~> 1.72, >= 1.72.1)
124
126
  rubocop-rspec_rails (2.30.0)
125
127
  rubocop (~> 1.61)
126
128
  rubocop-rspec (~> 3, >= 3.0.1)
@@ -135,13 +137,13 @@ GEM
135
137
  slop (~> 4.8)
136
138
  securerandom (0.4.1)
137
139
  slop (4.10.1)
138
- stringio (3.1.3)
140
+ stringio (3.1.5)
139
141
  tzinfo (2.0.6)
140
142
  concurrent-ruby (~> 1.0)
141
143
  unicode-display_width (3.1.4)
142
144
  unicode-emoji (~> 4.0, >= 4.0.4)
143
145
  unicode-emoji (4.0.4)
144
- uri (1.0.2)
146
+ uri (1.0.3)
145
147
 
146
148
  PLATFORMS
147
149
  ruby
@@ -182,7 +184,7 @@ CHECKSUMS
182
184
  language_server-protocol (3.17.0.4) sha256=c484626478664fd13482d8180947c50a8590484b1258b99b7aedb3b69df89669
183
185
  lint_roller (1.1.0) sha256=2c0c845b632a7d172cb849cc90c1bce937a28c5c8ccccb50dfd46a485003cc87
184
186
  logger (1.6.6) sha256=dd618d24e637715472732e7eed02e33cfbdf56deaad225edd0f1f89d38024017
185
- memo_wise (1.10.0) sha256=ae40ff8e7799697ff5d59d739b8766f76be22eba69c7c8468edb42ab83c94c3f
187
+ memo_wise (1.11.0) sha256=06ef23a1edb6b8ee4f37d950bba04836b437b4d1036e45d24c2fd2f25b5490c3
186
188
  method_source (1.1.0) sha256=181301c9c45b731b4769bc81e8860e72f9161ad7d66dd99103c9ab84f560f5c5
187
189
  minitest (5.25.4) sha256=9cf2cae25ac4dfc90c988ebc3b917f53c054978b673273da1bd20bcb0778f947
188
190
  parallel (1.26.3) sha256=d86babb7a2b814be9f4b81587bf0b6ce2da7d45969fab24d8ae4bf2bb4d4c7ef
@@ -194,7 +196,7 @@ CHECKSUMS
194
196
  pry-byebug (3.10.1)
195
197
  psych (5.2.3) sha256=84a54bb952d14604fea22d99938348814678782f58b12648fcdfa4d2fce859ee
196
198
  racc (1.8.1) sha256=4a7f6929691dbec8b5209a0b373bc2614882b55fc5d2e447a21aaa691303d62f
197
- rack (3.1.10) sha256=5e873127d04704c8121528b1ce04c551b5493a78291cace896b059a2a44bcb12
199
+ rack (3.1.11) sha256=2b1111a754890d57e7bccefe3a8be28c0f9c02b43433b5a1276c07773e16e8f7
198
200
  rainbow (3.1.1) sha256=039491aa3a89f42efa1d6dec2fc4e62ede96eb6acd95e52f1ad581182b79bc6a
199
201
  rake (13.2.1) sha256=46cb38dae65d7d74b6020a4ac9d48afed8eb8149c040eccf0523bec91907059d
200
202
  rdoc (6.12.0) sha256=7d6f706e070bffa5d18a448f24076cbfb34923a99c1eab842aa18e6ca69f56e0
@@ -205,26 +207,26 @@ CHECKSUMS
205
207
  rspec-expectations (3.13.3) sha256=0e6b5af59b900147698ea0ff80456c4f2e69cac4394fbd392fbd1ca561f66c58
206
208
  rspec-mocks (3.13.2) sha256=2327335def0e1665325a9b617e3af9ae20272741d80ac550336309a7c59abdef
207
209
  rspec-support (3.13.2) sha256=cea3a2463fd9b84b9dcc9685efd80ea701aa8f7b3decb3b3ce795ed67737dbec
208
- rubocop (1.72.1) sha256=4306ae64c6e7e1026d2a90ed755a113c7b9bf0ac21037b8046fbc826a87daaa5
209
- rubocop-ast (1.38.0) sha256=4fdf6792fe443a9a18acb12dbc8225d0d64cd1654e41fedb30e79c18edbb26ae
210
+ rubocop (1.73.2) sha256=35cd1b1365ba97234323fe771abcecd09c9b77098464cd726c76aa7d9bc12b5d
211
+ rubocop-ast (1.38.1) sha256=80ecbe2ac9bb26693cab9405bf72b41b85a1f909f20f021b983c32c2e7d857fe
210
212
  rubocop-capybara (2.21.0) sha256=5d264efdd8b6c7081a3d4889decf1451a1cfaaec204d81534e236bc825b280ab
211
- rubocop-factory_bot (2.26.1) sha256=8de13cd4edcee5ca800f255188167ecef8dbfc3d1fae9f15734e9d2e755392aa
213
+ rubocop-factory_bot (2.27.0) sha256=de9918bc4e1406b3025da87c5c34c91dd6c3e802cd59339790631f963a5652ba
212
214
  rubocop-performance (1.24.0) sha256=e5bd39ff3e368395b9af886927cc37f5892f43db4bd6c8526594352d5b4440b5
213
- rubocop-rails (2.30.0) sha256=37d475c2cab768d1dfb07bee908ebdbc4814cfaa62f906d3e7adbcd7be01a33d
215
+ rubocop-rails (2.30.3) sha256=fc5a6506daa916d15e282cc806943afa64a020bf592b93a94025d89a2a78a715
214
216
  rubocop-rake (0.7.1) sha256=3797f2b6810c3e9df7376c26d5f44f3475eda59eb1adc38e6f62ecf027cbae4d
215
- rubocop-rspec (3.4.0) sha256=8721c13b6a8c9530a7ac481cea9423022f946fcf72428bda8289f8b57e4d4885
217
+ rubocop-rspec (3.5.0) sha256=710c942fe1af884ba8eea75cbb8bdbb051929a2208880a6fc2e2dce1eed5304c
216
218
  rubocop-rspec_rails (2.30.0) sha256=888112e83f9d7ef7ad2397e9d69a0b9614a4bae24f072c399804a180f80c4c46
217
219
  ruby-progressbar (1.13.0) sha256=80fc9c47a9b640d6834e0dc7b3c94c9df37f08cb072b7761e4a71e22cff29b33
218
220
  runger_byebug (11.4.0) sha256=569e22ba2215f57e7f69e145fcb63be401e29fcd312f7936d813e12d0c7bbee6
219
221
  runger_release_assistant (2.0.0) sha256=f4f5708291eaeef1b881208f87a494877fe768739d6e96b7293fc335b28a3865
220
- runger_style (5.3.1)
222
+ runger_style (5.5.0)
221
223
  securerandom (0.4.1) sha256=cc5193d414a4341b6e225f0cb4446aceca8e50d5e1888743fac16987638ea0b1
222
224
  slop (4.10.1) sha256=844322b5ffcf17ed4815fdb173b04a20dd82b4fd93e3744c88c8fafea696d9c7
223
- stringio (3.1.3) sha256=1eedb8369ee99a9a0edfdacea95c72d647feb8ce844427c150bd641e1797abc8
225
+ stringio (3.1.5) sha256=bca92461515a131535743bc81d5559fa1de7d80cff9a654d6c0af6f9f27e35c8
224
226
  tzinfo (2.0.6) sha256=8daf828cc77bcf7d63b0e3bdb6caa47e2272dcfaf4fbfe46f8c3a9df087a829b
225
227
  unicode-display_width (3.1.4) sha256=8caf2af1c0f2f07ec89ef9e18c7d88c2790e217c482bfc78aaa65eadd5415ac1
226
228
  unicode-emoji (4.0.4) sha256=2c2c4ef7f353e5809497126285a50b23056cc6e61b64433764a35eff6c36532a
227
- uri (1.0.2) sha256=b303504ceb7e5905771fa7fa14b649652fa949df18b5880d69cfb12494791e27
229
+ uri (1.0.3) sha256=e9f2244608eea2f7bc357d954c65c910ce0399ca5e18a7a29207ac22d8767011
228
230
 
229
231
  RUBY VERSION
230
232
  ruby 3.4.2p28
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module RungerStyle
4
- VERSION = '5.3.1'
4
+ VERSION = '5.5.0'
5
5
  end
@@ -1,4 +1,4 @@
1
- require:
1
+ plugins:
2
2
  - rubocop-factory_bot
3
3
 
4
4
  FactoryBot/AssociationStyle:
data/rulesets/rspec.yml CHANGED
@@ -1,4 +1,4 @@
1
- require:
1
+ plugins:
2
2
  - rubocop-rspec
3
3
 
4
4
  RSpec/BeEq:
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.3.1
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-02-17 00:00:00.000000000 Z
10
+ date: 2025-03-06 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: prism