rubocop-lts 8.2.0 → 8.3.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: dc41549ee7664de0bba93dd35ab597589644cfeb055b88b8e4c105f5c44a48aa
4
- data.tar.gz: 119a92170b5979fd32399a4380e0978eb2e77b442acdab1b4970ad63b88052f0
3
+ metadata.gz: 59ca684646149a3c7ab821aa25bf4e912b66c03f2d65ba6069f291c6bd47ae97
4
+ data.tar.gz: 774e848846409b3af11b7144df66c6209fd7683723ff48deb0b5e46fba4bec42
5
5
  SHA512:
6
- metadata.gz: 16f183c33cb789b878d3fbebf0749e961c9fe0244c978529c7fbd1cb54487b0f765711279fc34c26e6f5e398c8eb1e1d9c13b6b0ea8c17905dc679cdb54df351
7
- data.tar.gz: 7015f863af65951f3d2620c3f276db70e2b7dd797690419dcc8f9c07f8e4abc67a66e8266243711f5abc53ecbe80eee03dd1865c60910685747557d6844d766f
6
+ metadata.gz: 1e5c26d539e4cad547937a4dc73262699efb19c7a92c50926610f9ded605a46da4d2ce964289d8e4f0e27832ffe09934398f698d7635c94994a6b70147403236
7
+ data.tar.gz: 35c9e481563cf1b1ec571570fd47983bdbe013167bff9fb3285e450e244cb0d25b5ab72ac6149c61df4cf6794e9319ff2e95cdddd78fcd583e0d387c1b32e50c
checksums.yaml.gz.sig CHANGED
Binary file
data/CHANGELOG.md CHANGED
@@ -6,18 +6,25 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
 
7
7
  ## [Unreleased]
8
8
  ### Added
9
- - Improved linting (via rubocop-rubyX_X)
10
- - (dev) Improved Gemfile context pattern
11
- - (dev) Dependencies
12
- - yard-junk
13
- - redcarpet
14
- - pry, IRB alternative (and a binstub)
15
- - pry-suite
16
- - debase, for IDE debugging
9
+ ### Changed
10
+ ### Fixed
11
+ ### Removed
12
+
13
+ ## [8.3.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
+ ## [8.2.0] - 2026-05-30
24
+ ### Added
17
25
  ### Changed
18
26
  - Updated the `standard-rubocop-lts` dependency floor to `2.0.0`.
19
27
  ### Fixed
20
- - (dev) `yard` documentation task
21
28
  ### Removed
22
29
  - Removed remaining `rubocop-shopify` usage from the active development toolchain.
23
30
 
@@ -42,9 +49,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
42
49
  ### Added
43
50
  - Initial even release supporting Ruby >= 2.2
44
51
 
45
- [Unreleased]: https://github.com/rubocop-lts/rubocop-lts/compare/v8.1.1...r2_2-even-v8
52
+ [Unreleased]: https://gitlab.com/rubocop-lts/rubocop-lts/-/compare/v8.3.0...HEAD
46
53
  [8.1.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v8.1.0...v8.1.1
47
54
  [8.1.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v8.0.2...v8.1.0
48
55
  [8.0.2]: https://github.com/rubocop-lts/rubocop-lts/compare/v8.0.1...v8.0.2
49
56
  [8.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v8.0.0...v8.0.1
50
57
  [8.0.0]: https://gitlab.com/rubocop-lts/rubocop-lts/-/tags/v8.0.0
58
+ [8.2.0]: https://gitlab.com/rubocop-lts/rubocop-lts/-/compare/v8.1.1...v8.2.0
59
+ [8.3.0]: https://gitlab.com/rubocop-lts/rubocop-lts/-/compare/v8.2.0...v8.3.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 = "8.2.0"
6
+ VERSION = "8.3.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: 8.2.0
4
+ version: 8.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Peter Boling
@@ -41,76 +41,82 @@ dependencies:
41
41
  name: rubocop-ruby2_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
+ - - "~>"
85
+ - !ruby/object:Gem::Version
86
+ version: '1.1'
84
87
  - - ">="
85
88
  - !ruby/object:Gem::Version
86
89
  version: 1.1.9
87
- - - "<"
88
- - !ruby/object:Gem::Version
89
- version: '3'
90
90
  type: :runtime
91
91
  prerelease: false
92
92
  version_requirements: !ruby/object:Gem::Requirement
93
93
  requirements:
94
+ - - "~>"
95
+ - !ruby/object:Gem::Version
96
+ version: '1.1'
94
97
  - - ">="
95
98
  - !ruby/object:Gem::Version
96
99
  version: 1.1.9
97
- - - "<"
98
- - !ruby/object:Gem::Version
99
- version: '3'
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
@@ -201,10 +207,10 @@ licenses:
201
207
  - MIT
202
208
  metadata:
203
209
  homepage_uri: https://rubocop-lts.gitlab.io/
204
- source_code_uri: https://gitlab.com/rubocop-lts/rubocop-lts/-/tree/v8.2.0
205
- changelog_uri: https://gitlab.com/rubocop-lts/rubocop-lts/-/blob/v8.2.0/CHANGELOG.md
210
+ source_code_uri: https://gitlab.com/rubocop-lts/rubocop-lts/-/tree/v8.3.0
211
+ changelog_uri: https://gitlab.com/rubocop-lts/rubocop-lts/-/blob/v8.3.0/CHANGELOG.md
206
212
  bug_tracker_uri: https://gitlab.com/rubocop-lts/rubocop-lts/-/issues
207
- documentation_uri: https://www.rubydoc.info/gems/rubocop-lts/8.2.0
213
+ documentation_uri: https://www.rubydoc.info/gems/rubocop-lts/8.3.0
208
214
  wiki_uri: https://gitlab.com/rubocop-lts/rubocop-lts/-/wiki
209
215
  funding_uri: https://liberapay.com/pboling
210
216
  rubygems_mfa_required: 'true'
@@ -215,7 +221,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
215
221
  requirements:
216
222
  - - ">="
217
223
  - !ruby/object:Gem::Version
218
- version: '2.7'
224
+ version: '3.2'
219
225
  required_rubygems_version: !ruby/object:Gem::Requirement
220
226
  requirements:
221
227
  - - ">="
metadata.gz.sig CHANGED
Binary file