rubocop-lts 16.3.1 → 16.3.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: 3dcaf2227260b6a7d6540499872b15dfee887e26f5737b3a8fc0d65f9abbfee9
4
- data.tar.gz: a25f42ff6acb6734228c7fcec1c6bf068ac4de73206649c0e65844f5a6861564
3
+ metadata.gz: a3bf87eb83af676a9a6337c3e7b2e600a6846e23c98dae0bc6cebe280bfd424a
4
+ data.tar.gz: 2e011b8ce124df91aa181414bb353db78f7617cc7d95957da6486ddd950ecf90
5
5
  SHA512:
6
- metadata.gz: 25a2c1674ce0bfde1fc671c1e3f88637acc0deefe75231524d24ed2151075b65548e34adfbcec969f4f1a1ecbd5d79bf0a1cc02ccb843800340576f6c3e921fc
7
- data.tar.gz: 251c9f0576a5b7186d06a6800a083cfc3445c53ed6e3b34263001196f354f109278d4a2f7f548e315e8347d52cd09e3eab4372199ee2bf095e365057c0ff05c3
6
+ metadata.gz: 20c8db7aa411bb9b2969cc70f4c4ab43e2dc96e61dc23e0e287ee50be7f73798f4ead69bc54acda27c1ea2c3137f2b8f5efc18480e6555d84dc5cd113ba76676
7
+ data.tar.gz: d99c70a35fa1de58a215dd097a148429c7384ea8580183f7949a96fa78ee831faefdb38f390d86c6982a5b11b28a086a58ffb8f5db5dfd66ab64c806da3d0010
checksums.yaml.gz.sig CHANGED
Binary file
data/CHANGELOG.md CHANGED
@@ -30,6 +30,22 @@ Please file a bug if you notice a violation of semantic versioning.
30
30
 
31
31
  ### Security
32
32
 
33
+ ## [16.3.2] - 2026-07-03
34
+
35
+ - TAG: [v16.3.2][16.3.2t]
36
+ - COVERAGE: 100.00% -- 15/15 lines in 2 files
37
+ - BRANCH COVERAGE: 0.00% -- 0/0 branches in 2 files
38
+ - 14.29% documented
39
+
40
+ ### Fixed
41
+
42
+ - Allow release branch-stack pushes to start the managed GitHub Actions workflows.
43
+
44
+ - Removed stale Shopify wording from gem metadata and retired legacy context Gemfiles.
45
+ - Refreshed the locked dependency set to use released RuboCop-LTS RSpec tooling.
46
+
47
+ - Package configured license files in gem release file lists.
48
+
33
49
  ## [16.3.1] - 2026-06-28
34
50
 
35
51
  - TAG: [v16.3.1][16.3.1t]
@@ -112,7 +128,9 @@ Please file a bug if you notice a violation of semantic versioning.
112
128
 
113
129
  - Initial even release supporting Ruby >= 2.6
114
130
 
115
- [Unreleased]: https://github.com/rubocop-lts/rubocop-lts/compare/v16.3.1...HEAD
131
+ [Unreleased]: https://github.com/rubocop-lts/rubocop-lts/compare/v16.3.2...HEAD
132
+ [16.3.2]: https://github.com/rubocop-lts/rubocop-lts/compare/v16.3.1...v16.3.2
133
+ [16.3.2t]: https://github.com/rubocop-lts/rubocop-lts/releases/tag/v16.3.2
116
134
  [16.3.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v16.3.0...v16.3.1
117
135
  [16.3.1t]: https://github.com/rubocop-lts/rubocop-lts/releases/tag/v16.3.1
118
136
  [16.3.0]: https://gitlab.com/rubocop-lts/rubocop-lts/-/compare/v16.2.0...v16.3.0
data/MIT.md ADDED
@@ -0,0 +1,21 @@
1
+ The MIT License (MIT)
2
+
3
+ See [LICENSE.md](LICENSE.md) for the copyright notice.
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in
13
+ all copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21
+ THE SOFTWARE.
@@ -3,7 +3,7 @@
3
3
  module Rubocop
4
4
  module Lts
5
5
  module Version
6
- VERSION = "16.3.1"
6
+ VERSION = "16.3.2"
7
7
  end
8
8
  VERSION = Version::VERSION # Traditional Constant Location
9
9
  end
data.tar.gz.sig CHANGED
Binary file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rubocop-lts
3
3
  version: !ruby/object:Gem::Version
4
- version: 16.3.1
4
+ version: 16.3.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Peter H. Boling
@@ -103,20 +103,20 @@ dependencies:
103
103
  requirements:
104
104
  - - "~>"
105
105
  - !ruby/object:Gem::Version
106
- version: '2.2'
106
+ version: '2.3'
107
107
  - - ">="
108
108
  - !ruby/object:Gem::Version
109
- version: 2.2.23
109
+ version: 2.3.0
110
110
  type: :development
111
111
  prerelease: false
112
112
  version_requirements: !ruby/object:Gem::Requirement
113
113
  requirements:
114
114
  - - "~>"
115
115
  - !ruby/object:Gem::Version
116
- version: '2.2'
116
+ version: '2.3'
117
117
  - - ">="
118
118
  - !ruby/object:Gem::Version
119
- version: 2.2.23
119
+ version: 2.3.0
120
120
  - !ruby/object:Gem::Dependency
121
121
  name: bundler-audit
122
122
  requirement: !ruby/object:Gem::Requirement
@@ -174,7 +174,7 @@ dependencies:
174
174
  version: '3.1'
175
175
  - - ">="
176
176
  - !ruby/object:Gem::Version
177
- version: 3.1.3
177
+ version: 3.1.4
178
178
  type: :development
179
179
  prerelease: false
180
180
  version_requirements: !ruby/object:Gem::Requirement
@@ -184,7 +184,7 @@ dependencies:
184
184
  version: '3.1'
185
185
  - - ">="
186
186
  - !ruby/object:Gem::Version
187
- version: 3.1.3
187
+ version: 3.1.4
188
188
  - !ruby/object:Gem::Dependency
189
189
  name: kettle-test
190
190
  requirement: !ruby/object:Gem::Requirement
@@ -194,7 +194,7 @@ dependencies:
194
194
  version: '2.0'
195
195
  - - ">="
196
196
  - !ruby/object:Gem::Version
197
- version: 2.0.8
197
+ version: 2.0.9
198
198
  type: :development
199
199
  prerelease: false
200
200
  version_requirements: !ruby/object:Gem::Requirement
@@ -204,7 +204,7 @@ dependencies:
204
204
  version: '2.0'
205
205
  - - ">="
206
206
  - !ruby/object:Gem::Version
207
- version: 2.0.8
207
+ version: 2.0.9
208
208
  - !ruby/object:Gem::Dependency
209
209
  name: turbo_tests2
210
210
  requirement: !ruby/object:Gem::Requirement
@@ -214,7 +214,7 @@ dependencies:
214
214
  version: '3.1'
215
215
  - - ">="
216
216
  - !ruby/object:Gem::Version
217
- version: 3.1.5
217
+ version: 3.1.6
218
218
  type: :development
219
219
  prerelease: false
220
220
  version_requirements: !ruby/object:Gem::Requirement
@@ -224,7 +224,7 @@ dependencies:
224
224
  version: '3.1'
225
225
  - - ">="
226
226
  - !ruby/object:Gem::Version
227
- version: 3.1.5
227
+ version: 3.1.6
228
228
  - !ruby/object:Gem::Dependency
229
229
  name: ruby-progressbar
230
230
  requirement: !ruby/object:Gem::Requirement
@@ -248,7 +248,7 @@ dependencies:
248
248
  version: '1.0'
249
249
  - - ">="
250
250
  - !ruby/object:Gem::Version
251
- version: 1.0.4
251
+ version: 1.0.5
252
252
  type: :development
253
253
  prerelease: false
254
254
  version_requirements: !ruby/object:Gem::Requirement
@@ -258,7 +258,7 @@ dependencies:
258
258
  version: '1.0'
259
259
  - - ">="
260
260
  - !ruby/object:Gem::Version
261
- version: 1.0.4
261
+ version: 1.0.5
262
262
  - !ruby/object:Gem::Dependency
263
263
  name: gitmoji-regex
264
264
  requirement: !ruby/object:Gem::Requirement
@@ -268,7 +268,7 @@ dependencies:
268
268
  version: '2.0'
269
269
  - - ">="
270
270
  - !ruby/object:Gem::Version
271
- version: 2.0.3
271
+ version: 2.0.4
272
272
  type: :development
273
273
  prerelease: false
274
274
  version_requirements: !ruby/object:Gem::Requirement
@@ -278,7 +278,7 @@ dependencies:
278
278
  version: '2.0'
279
279
  - - ">="
280
280
  - !ruby/object:Gem::Version
281
- version: 2.0.3
281
+ version: 2.0.4
282
282
  - !ruby/object:Gem::Dependency
283
283
  name: rspec-block_is_expected
284
284
  requirement: !ruby/object:Gem::Requirement
@@ -362,6 +362,7 @@ files:
362
362
  - CONTRIBUTING.md
363
363
  - FUNDING.md
364
364
  - LICENSE.md
365
+ - MIT.md
365
366
  - README.md
366
367
  - RUBOCOP.md
367
368
  - SECURITY.md
@@ -384,10 +385,10 @@ licenses:
384
385
  - MIT
385
386
  metadata:
386
387
  homepage_uri: https://rubocop-lts.gitlab.io/
387
- source_code_uri: https://github.com/rubocop-lts/rubocop-lts/tree/v16.3.1
388
- changelog_uri: https://github.com/rubocop-lts/rubocop-lts/blob/v16.3.1/CHANGELOG.md
388
+ source_code_uri: https://github.com/rubocop-lts/rubocop-lts/tree/v16.3.2
389
+ changelog_uri: https://github.com/rubocop-lts/rubocop-lts/blob/v16.3.2/CHANGELOG.md
389
390
  bug_tracker_uri: https://github.com/rubocop-lts/rubocop-lts/issues
390
- documentation_uri: https://www.rubydoc.info/gems/rubocop-lts/16.3.1
391
+ documentation_uri: https://www.rubydoc.info/gems/rubocop-lts/16.3.2
391
392
  funding_uri: https://github.com/sponsors/pboling
392
393
  wiki_uri: https://github.com/rubocop-lts/rubocop-lts/wiki
393
394
  news_uri: https://www.railsbling.com/tags/rubocop-lts
@@ -395,8 +396,7 @@ metadata:
395
396
  rubygems_mfa_required: 'true'
396
397
  rdoc_options:
397
398
  - "--title"
398
- - "rubocop-lts - \U0001F9BE Rules for Rubies: Rubocop + Standard + Betterlint + Shopify
399
- + Gradual"
399
+ - "rubocop-lts - \U0001F9BE Rules for Rubies: Rubocop + Standard + Betterlint + Gradual"
400
400
  - "--main"
401
401
  - README.md
402
402
  - "--exclude"
@@ -419,6 +419,5 @@ required_rubygems_version: !ruby/object:Gem::Requirement
419
419
  requirements: []
420
420
  rubygems_version: 4.0.10
421
421
  specification_version: 4
422
- summary: "\U0001F9BE Rules for Rubies: Rubocop + Standard + Betterlint + Shopify +
423
- Gradual"
422
+ summary: "\U0001F9BE Rules for Rubies: Rubocop + Standard + Betterlint + Gradual"
424
423
  test_files: []
metadata.gz.sig CHANGED
Binary file