rubocop-lts 24.1.0 → 24.2.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: 14c84fbb212d4f08c7975d41df29f33dd2c82c4d645044d0f023229699be20b0
4
- data.tar.gz: bf5e3281692c078016993fc09a86fafe5af76c4d977f4d574dbc2c4ba2efedac
3
+ metadata.gz: 60829077cd540dfa9acef66413276e5d9206615d1d0bdb09e113e795c3e1384f
4
+ data.tar.gz: 005205af64983c1f6ccb05a65a4a664f968fafe8ad13514e584849ad9a5baed1
5
5
  SHA512:
6
- metadata.gz: 0001f5fbe337eaad08c4c25ea078723c3f996194b30ce83b089b092255edc87ad02fc3b7fd6d925430a02dcdaa77fe12aebbaa5a7c8062612210f4f066d76005
7
- data.tar.gz: cd043ca27819da563bed4078e67cb07d728a19bcf9a6f81ec1ff32d582f3f032c6fe10dbb00bdcb20d274b370321bc5eba8d43766d746fe1d7773616ee841d3a
6
+ metadata.gz: a4b69ffebd24458822930ff5dabb4892fc895005cdeda6befccb4417bc4a6e0d18c6f94b4183c62cefdd3e4873f3087bdd8369dbe6a176b30a58a9c4b1b9beef
7
+ data.tar.gz: b729f5bfbe86da5e359d1d3871d704969f6d84ba0cd99eb8a31c7fe3a28d660aa926fb8700f625a2f95389c575e2dd9865df08df297457317186f492e3827c6c
checksums.yaml.gz.sig CHANGED
Binary file
data/CHANGELOG.md CHANGED
@@ -7,6 +7,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
  ## [Unreleased]
8
8
  ### Added
9
9
  ### Changed
10
+ ### Fixed
11
+ ### Removed
12
+
13
+ ## [24.2.0] - 2026-06-01
14
+ ### Added
15
+ ### Changed
16
+ - Updated dependency floors to the latest RuboCop-LTS family releases.
17
+ - Raised the minimum supported Ruby version to 3.2.
18
+ ### Fixed
19
+ - Added the missing previous release entry to the changelog.
20
+ ### Removed
21
+ - Removed support for running this gem on Ruby < 3.2.
22
+
23
+ ## [24.1.0] - 2026-05-30
24
+ ### Added
25
+ ### Changed
10
26
  - Updated the `standard-rubocop-lts` dependency floor to `2.0.0`.
11
27
  ### Fixed
12
28
  ### Removed
@@ -25,7 +41,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
25
41
  ### Added
26
42
  - Initial even release supporting Ruby >= 3.2
27
43
 
28
- [Unreleased]: https://github.com/rubocop-lts/rubocop-lts/compare/v24.0.2...HEAD
44
+ [Unreleased]: https://gitlab.com/rubocop-lts/rubocop-lts/-/compare/v24.2.0...HEAD
29
45
  [24.0.2]: https://gitlab.com/rubocop-lts/rubocop-lts/compare/v24.0.1...v24.0.2
30
46
  [24.0.1]: https://gitlab.com/rubocop-lts/rubocop-lts/compare/v24.0.0...v24.0.1
31
47
  [24.0.0]: https://gitlab.com/rubocop-lts/rubocop-lts/-/tags/v24.0.0
48
+ [24.1.0]: https://gitlab.com/rubocop-lts/rubocop-lts/-/compare/v24.0.2...v24.1.0
49
+ [24.2.0]: https://gitlab.com/rubocop-lts/rubocop-lts/-/compare/v24.1.0...v24.2.0
data/README.md CHANGED
@@ -1,23 +1,9 @@
1
- <p align="center">
2
- <a href="https://rubocop.org#gh-light-mode-only" target="_blank" rel="noopener">
3
- <img height="120px" src="https://github.com/rubocop-lts/rubocop-lts/raw/main/docs/images/logo/rubocop-light.svg?raw=true" alt="SVG RuboCop Logo, Copyright (c) 2014 Dimiter Petrov, CC BY-NC 4.0, see docs/images/logo/README.txt">
4
- </a>
5
- <a href="https://rubocop.org#gh-dark-mode-only" target="_blank" rel="noopener">
6
- <img height="120px" src="https://github.com/rubocop-lts/rubocop-lts/raw/main/docs/images/logo/rubocop-dark.svg?raw=true" alt="SVG RuboCop Logo, Copyright (c) 2014 Dimiter Petrov, CC BY-NC 4.0, see docs/images/logo/README.txt">
7
- </a>
8
- <a href="https://www.ruby-lang.org/" target="_blank" rel="noopener">
9
- <img height="120px" src="https://github.com/rubocop-lts/rubocop-lts/raw/main/docs/images/logo/ruby-logo.svg?raw=true" alt="Yukihiro Matsumoto, Ruby Visual Identity Team, CC BY-SA 2.5, see docs/images/logo/README.txt">
10
- </a>
11
- <a href="https://semver.org/#gh-light-mode-only" target="_blank" rel="noopener">
12
- <img height="120px" src="https://github.com/rubocop-lts/rubocop-lts/raw/main/docs/images/logo/semver-light.svg?raw=true" alt="SemVer.org Logo by @maxhaz, see docs/images/logo/README.txt">
13
- </a>
14
- <a href="https://semver.org/#gh-dark-mode-only" target="_blank" rel="noopener">
15
- <img height="120px" src="https://github.com/rubocop-lts/rubocop-lts/raw/main/docs/images/logo/semver-dark.svg?raw=true" alt="SemVer.org Logo by @maxhaz, see docs/images/logo/README.txt">
16
- </a>
17
- </p>
1
+ <a href="https://rubocop-lts.gitlab.io/"><img alt="rubocop-lts Logo by Aboling0, CC BY-SA 4.0" src="https://logos.galtzo.com/assets/images/rubocop-lts/avatar-192px.svg" width="20%" align="right"/></a>
18
2
 
19
3
  # 🦾 RuboCop LTS
20
4
 
5
+ The RuboCop LTS family of gems is the distillation of more than 20 years of my own Ruby expertise and source code diving, built on the shoulders of the expertise of many others — `rubocop`, `standard`, `rubocop-gradual` and others are runtime dependencies — not reinventing any wheels here); organizing that expertise into per-Ruby-version sets of configurations. Yes, I typed those emdashes, and wrote this entire README myself without AI — `ctrl`-`shift`-`u`-`2014`.
6
+
21
7
  ## PROJECT DOCUMENTATION
22
8
 
23
9
  * 🌱 [Convention > Configuration][Convention-Over-Configuration]
@@ -3,7 +3,7 @@
3
3
  module Rubocop
4
4
  module Lts
5
5
  module Version
6
- VERSION = "24.1.0"
6
+ VERSION = "24.2.0"
7
7
  end
8
8
  end
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.1.0
4
+ version: 24.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Peter Boling
@@ -41,76 +41,82 @@ dependencies:
41
41
  name: rubocop-ruby3_2
42
42
  requirement: !ruby/object:Gem::Requirement
43
43
  requirements:
44
- - - ">="
44
+ - - "~>"
45
45
  - !ruby/object:Gem::Version
46
- version: 3.0.0
47
- - - "<"
46
+ version: '3.0'
47
+ - - ">="
48
48
  - !ruby/object:Gem::Version
49
- version: '4'
49
+ version: 3.0.1
50
50
  type: :runtime
51
51
  prerelease: false
52
52
  version_requirements: !ruby/object:Gem::Requirement
53
53
  requirements:
54
- - - ">="
54
+ - - "~>"
55
55
  - !ruby/object:Gem::Version
56
- version: 3.0.0
57
- - - "<"
56
+ version: '3.0'
57
+ - - ">="
58
58
  - !ruby/object:Gem::Version
59
- version: '4'
59
+ version: 3.0.1
60
60
  - !ruby/object:Gem::Dependency
61
61
  name: standard-rubocop-lts
62
62
  requirement: !ruby/object:Gem::Requirement
63
63
  requirements:
64
- - - ">="
64
+ - - "~>"
65
65
  - !ruby/object:Gem::Version
66
- version: 2.0.2
67
- - - "<"
66
+ version: '2.0'
67
+ - - ">="
68
68
  - !ruby/object:Gem::Version
69
- version: '3'
69
+ version: 2.0.3
70
70
  type: :runtime
71
71
  prerelease: false
72
72
  version_requirements: !ruby/object:Gem::Requirement
73
73
  requirements:
74
- - - ">="
74
+ - - "~>"
75
75
  - !ruby/object:Gem::Version
76
- version: 2.0.2
77
- - - "<"
76
+ version: '2.0'
77
+ - - ">="
78
78
  - !ruby/object:Gem::Version
79
- version: '3'
79
+ version: 2.0.3
80
80
  - !ruby/object:Gem::Dependency
81
81
  name: version_gem
82
82
  requirement: !ruby/object:Gem::Requirement
83
83
  requirements:
84
- - - ">="
84
+ - - "~>"
85
85
  - !ruby/object:Gem::Version
86
- version: 1.1.2
87
- - - "<"
86
+ version: '1.1'
87
+ - - ">="
88
88
  - !ruby/object:Gem::Version
89
- version: '3'
89
+ version: 1.1.9
90
90
  type: :runtime
91
91
  prerelease: false
92
92
  version_requirements: !ruby/object:Gem::Requirement
93
93
  requirements:
94
- - - ">="
94
+ - - "~>"
95
95
  - !ruby/object:Gem::Version
96
- version: 1.1.2
97
- - - "<"
96
+ version: '1.1'
97
+ - - ">="
98
98
  - !ruby/object:Gem::Version
99
- version: '3'
99
+ version: 1.1.9
100
100
  - !ruby/object:Gem::Dependency
101
101
  name: rubocop-packaging
102
102
  requirement: !ruby/object:Gem::Requirement
103
103
  requirements:
104
104
  - - "~>"
105
105
  - !ruby/object:Gem::Version
106
- version: '0.5'
106
+ version: '0.6'
107
+ - - ">="
108
+ - !ruby/object:Gem::Version
109
+ version: 0.6.0
107
110
  type: :development
108
111
  prerelease: false
109
112
  version_requirements: !ruby/object:Gem::Requirement
110
113
  requirements:
111
114
  - - "~>"
112
115
  - !ruby/object:Gem::Version
113
- version: '0.5'
116
+ version: '0.6'
117
+ - - ">="
118
+ - !ruby/object:Gem::Version
119
+ version: 0.6.0
114
120
  - !ruby/object:Gem::Dependency
115
121
  name: kettle-soup-cover
116
122
  requirement: !ruby/object:Gem::Requirement
@@ -140,7 +146,7 @@ dependencies:
140
146
  version: '1.0'
141
147
  - - ">="
142
148
  - !ruby/object:Gem::Version
143
- version: 1.0.1
149
+ version: 1.0.2
144
150
  type: :development
145
151
  prerelease: false
146
152
  version_requirements: !ruby/object:Gem::Requirement
@@ -150,7 +156,7 @@ dependencies:
150
156
  version: '1.0'
151
157
  - - ">="
152
158
  - !ruby/object:Gem::Version
153
- version: 1.0.1
159
+ version: 1.0.2
154
160
  - !ruby/object:Gem::Dependency
155
161
  name: rspec-block_is_expected
156
162
  requirement: !ruby/object:Gem::Requirement
@@ -158,6 +164,9 @@ dependencies:
158
164
  - - "~>"
159
165
  - !ruby/object:Gem::Version
160
166
  version: '1.0'
167
+ - - ">="
168
+ - !ruby/object:Gem::Version
169
+ version: 1.0.6
161
170
  type: :development
162
171
  prerelease: false
163
172
  version_requirements: !ruby/object:Gem::Requirement
@@ -165,6 +174,9 @@ dependencies:
165
174
  - - "~>"
166
175
  - !ruby/object:Gem::Version
167
176
  version: '1.0'
177
+ - - ">="
178
+ - !ruby/object:Gem::Version
179
+ version: 1.0.6
168
180
  description: Configure RuboCop + a bevy of friends to gradually lint Ruby code
169
181
  email:
170
182
  - peter.boling@gmail.com
@@ -195,10 +207,10 @@ licenses:
195
207
  - MIT
196
208
  metadata:
197
209
  homepage_uri: https://rubocop-lts.gitlab.io/
198
- source_code_uri: https://gitlab.com/rubocop-lts/rubocop-lts/-/tree/v24.1.0
199
- changelog_uri: https://gitlab.com/rubocop-lts/rubocop-lts/-/blob/v24.1.0/CHANGELOG.md
210
+ source_code_uri: https://gitlab.com/rubocop-lts/rubocop-lts/-/tree/v24.2.0
211
+ changelog_uri: https://gitlab.com/rubocop-lts/rubocop-lts/-/blob/v24.2.0/CHANGELOG.md
200
212
  bug_tracker_uri: https://gitlab.com/rubocop-lts/rubocop-lts/-/issues
201
- documentation_uri: https://www.rubydoc.info/gems/rubocop-lts/24.1.0
213
+ documentation_uri: https://www.rubydoc.info/gems/rubocop-lts/24.2.0
202
214
  wiki_uri: https://gitlab.com/rubocop-lts/rubocop-lts/-/wiki
203
215
  funding_uri: https://liberapay.com/pboling
204
216
  rubygems_mfa_required: 'true'
metadata.gz.sig CHANGED
Binary file