rubocop-lts 24.2.1 → 24.2.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: 6c809b225165959b68c3682b42cbefea6f4549bd610618e7d1419fa9727d8108
4
- data.tar.gz: '009d633aa815384de0fe5b4302cdb6be89bd8184887452b94934bcc37d5fe040'
3
+ metadata.gz: f70448295ea036b3164d13d84fb112cfedd4185505d693286bcaf24e883c4e72
4
+ data.tar.gz: 41ac24def55c4333d9f43af4329a4e962d2d39367ae8d4e2746dc2f8ef46cde6
5
5
  SHA512:
6
- metadata.gz: 4d785732c4e1bfedeed63e16e7fc2c3cf1d4ce51eafa94da1de98b705f6f8fef924cc0d7ba16d1d66cb8e2ba0896abe95e7b7b62ee228e31e030330621b7184c
7
- data.tar.gz: 4fb95a34728bfcbb188d7045a5d4c8772ef286abf2246e39320fc820850198a0342aa324bbd404776de45e28a7491ad78b39181db99a6128f14b5f9ae3ca0e69
6
+ metadata.gz: 72357a7573ab6c9f382e6a8f8837b0df2705c7d45d0cf18c5d4067c6a88782f2237c910ff13a6b0133df36a67eb868505c76d1092f34e99eab19c89bd1306291
7
+ data.tar.gz: '09ecd91bafe06e3398d51aa91e056094b164ce6ba4173b777b21b6e48f0df757174f69486d1e7a4ba402954342f8032823c16d706d4c2b9a54950ffaf4d6aa39'
checksums.yaml.gz.sig CHANGED
Binary file
data/CHANGELOG.md CHANGED
@@ -20,6 +20,40 @@ Please file a bug if you notice a violation of semantic versioning.
20
20
 
21
21
  ### Added
22
22
 
23
+ ### Changed
24
+
25
+ ### Deprecated
26
+
27
+ ### Removed
28
+
29
+ ### Fixed
30
+
31
+ ### Security
32
+
33
+ ## [24.2.2] - 2026-07-03
34
+
35
+ - TAG: [v24.2.2][24.2.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
+ ### Changed
41
+
42
+ - Added changelog entries
43
+
44
+ ### Fixed
45
+
46
+ - Allow release branch-stack pushes to start the managed GitHub Actions workflows.
47
+
48
+ - Removed stale Shopify wording from gem metadata and retired legacy context Gemfiles.
49
+ - Refreshed the locked dependency set to use released RuboCop-LTS RSpec tooling.
50
+
51
+ - Package configured license files in gem release file lists.
52
+
53
+ ## [24.2.1] - 2026-06-29
54
+
55
+ ### Added
56
+
23
57
  - Added support for JRuby 10.1 and TruffleRuby 34.0.
24
58
 
25
59
  ### Changed
@@ -27,10 +61,6 @@ Please file a bug if you notice a violation of semantic versioning.
27
61
  - Retemplated generated project metadata, support documentation, CI workflows,
28
62
  binstubs, and development dependency floors with `kettle-jem` v7.0.0.
29
63
 
30
- ### Deprecated
31
-
32
- ### Removed
33
-
34
64
  ### Fixed
35
65
 
36
66
  - Restored the destination `spec.files` package declaration so the built gem
@@ -41,39 +71,63 @@ Please file a bug if you notice a violation of semantic versioning.
41
71
  ### Security
42
72
 
43
73
  ## [24.2.0] - 2026-06-01
74
+
44
75
  ### Added
76
+
45
77
  ### Changed
78
+
46
79
  - Updated dependency floors to the latest RuboCop-LTS family releases.
47
80
  - Raised the minimum supported Ruby version to 3.2.
81
+
48
82
  ### Fixed
83
+
49
84
  - Added the missing previous release entry to the changelog.
85
+
50
86
  ### Removed
87
+
51
88
  - Removed support for running this gem on Ruby < 3.2.
52
89
 
53
90
  ## [24.1.0] - 2026-05-30
91
+
54
92
  ### Added
93
+
55
94
  ### Changed
95
+
56
96
  - Updated the `standard-rubocop-lts` dependency floor to `2.0.0`.
97
+
57
98
  ### Fixed
99
+
58
100
  ### Removed
101
+
59
102
  - Removed remaining `rubocop-shopify` usage from the active development toolchain.
60
103
 
61
104
  ## [24.0.2] - 2023-05-30
105
+
62
106
  ### Added
107
+
63
108
  - `config/base.yml` for all shared configs
64
109
  - `Rubocop::Lts.install_tasks` to roll-up rake tasks from dependencies (e.g. rubocop_gradual)
65
110
 
66
111
  ## [24.0.1] - 2023-05-22
112
+
67
113
  ### Changed
114
+
68
115
  - Minimum Ruby version is 3.2
69
116
 
70
117
  ## [24.0.0] - 2023-05-22
118
+
119
+ - TAG: [v24.0.0][24.0.0t]
120
+
71
121
  ### Added
122
+
72
123
  - Initial even release supporting Ruby >= 3.2
73
124
 
74
- [Unreleased]: https://gitlab.com/rubocop-lts/rubocop-lts/-/compare/v24.2.0...HEAD
125
+ [Unreleased]: https://github.com/rubocop-lts/rubocop-lts/compare/v24.2.2...HEAD
126
+ [24.2.2]: https://github.com/rubocop-lts/rubocop-lts/compare/v24.2.0...v24.2.2
127
+ [24.2.2t]: https://github.com/rubocop-lts/rubocop-lts/releases/tag/v24.2.2
128
+ [24.2.0]: https://gitlab.com/rubocop-lts/rubocop-lts/-/compare/v24.1.0...v24.2.0
129
+ [24.1.0]: https://gitlab.com/rubocop-lts/rubocop-lts/-/compare/v24.0.2...v24.1.0
75
130
  [24.0.2]: https://gitlab.com/rubocop-lts/rubocop-lts/compare/v24.0.1...v24.0.2
76
131
  [24.0.1]: https://gitlab.com/rubocop-lts/rubocop-lts/compare/v24.0.0...v24.0.1
77
- [24.0.0]: https://gitlab.com/rubocop-lts/rubocop-lts/-/tags/v24.0.0
78
- [24.1.0]: https://gitlab.com/rubocop-lts/rubocop-lts/-/compare/v24.0.2...v24.1.0
79
- [24.2.0]: https://gitlab.com/rubocop-lts/rubocop-lts/-/compare/v24.1.0...v24.2.0
132
+ [24.0.0]: https://github.com/rubocop-lts/rubocop-lts/releases/tag/v24.0.0
133
+ [24.0.0t]: https://github.com/rubocop-lts/rubocop-lts/releases/tag/v24.0.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.
data/README.md CHANGED
@@ -921,7 +921,7 @@ Thanks for RTFM. ☺️
921
921
  [📌gitmoji]: https://gitmoji.dev
922
922
  [📌gitmoji-img]: https://img.shields.io/badge/gitmoji_commits-%20%F0%9F%98%9C%20%F0%9F%98%8D-34495e.svg?style=flat-square
923
923
  [🧮kloc]: https://www.youtube.com/watch?v=dQw4w9WgXcQ
924
- [🧮kloc-img]: https://img.shields.io/badge/KLOC-5.053-FFDD67.svg?style=for-the-badge&logo=YouTube&logoColor=blue
924
+ [🧮kloc-img]: https://img.shields.io/badge/KLOC-0.015-FFDD67.svg?style=for-the-badge&logo=YouTube&logoColor=blue
925
925
  [🔐security]: https://github.com/rubocop-lts/rubocop-lts/blob/main/SECURITY.md
926
926
  [🔐security-img]: https://img.shields.io/badge/security-policy-259D6C.svg?style=flat
927
927
  [📄copyright-notice-explainer]: https://opensource.stackexchange.com/questions/5778/why-do-licenses-such-as-the-mit-license-specify-a-single-year
@@ -3,7 +3,7 @@
3
3
  module Rubocop
4
4
  module Lts
5
5
  module Version
6
- VERSION = "24.2.1"
6
+ VERSION = "24.2.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: 24.2.1
4
+ version: 24.2.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.22
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.22
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/v24.2.1
388
- changelog_uri: https://github.com/rubocop-lts/rubocop-lts/blob/v24.2.1/CHANGELOG.md
388
+ source_code_uri: https://github.com/rubocop-lts/rubocop-lts/tree/v24.2.2
389
+ changelog_uri: https://github.com/rubocop-lts/rubocop-lts/blob/v24.2.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/24.2.1
391
+ documentation_uri: https://www.rubydoc.info/gems/rubocop-lts/24.2.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