rubocop-lts 0.2.0 → 0.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 +4 -4
- checksums.yaml.gz.sig +0 -0
- data/CHANGELOG.md +19 -1
- data/README.md +3 -17
- data/lib/rubocop/lts/version.rb +1 -1
- data.tar.gz.sig +0 -0
- metadata +45 -33
- metadata.gz.sig +0 -0
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 781ecc72f7b263ac5edd73de2965eee0bbc58fb152fc21161904db6708162cb9
|
|
4
|
+
data.tar.gz: 6a3a45ee99e00d3dc566b4cf84c493b7ca7cba9a793d64e39b3e3a45280d5f4e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 50a62da51c24c3448ff092606221136fd81107f1fbad535015a1d802ed1b6cc920c536be30fedbc9940523ac7d72aa23f93b03700e50fc54eb42a06815f23ff9
|
|
7
|
+
data.tar.gz: 68bcceb93f15b8ff5b03f351890c6c26c3df47996fd1b0651d1f4b6734a97f12dcdd12bd735a21ffd2484a979e8af57fc30ebf845cbf903b65d505b9230124fb
|
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
|
+
## [0.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
|
+
## [0.2.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
|
|
@@ -22,6 +38,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
22
38
|
- Initial even release supporting analysis of Ruby >= 1.8
|
|
23
39
|
- Configures many linting tools via `standard-rubocop-lts`
|
|
24
40
|
|
|
25
|
-
[Unreleased]: https://gitlab.com/rubocop-lts/
|
|
41
|
+
[Unreleased]: https://gitlab.com/rubocop-lts/rubocop-lts/-/compare/v0.3.0...HEAD
|
|
26
42
|
[0.1.1]: https://gitlab.com/rubocop-lts/standard-rubocop-lts/-/compare/v0.1.0...v0.1.1
|
|
27
43
|
[0.1.0]: https://gitlab.com/rubocop-lts/standard-rubocop-lts/-/tags/v0.1.0
|
|
44
|
+
[0.2.0]: https://gitlab.com/rubocop-lts/rubocop-lts/-/compare/v0.1.1...v0.2.0
|
|
45
|
+
[0.3.0]: https://gitlab.com/rubocop-lts/rubocop-lts/-/compare/v0.2.0...v0.3.0
|
data/README.md
CHANGED
|
@@ -1,23 +1,9 @@
|
|
|
1
|
-
<
|
|
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]
|
data/lib/rubocop/lts/version.rb
CHANGED
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: 0.
|
|
4
|
+
version: 0.3.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Peter Boling
|
|
@@ -41,76 +41,82 @@ dependencies:
|
|
|
41
41
|
name: rubocop-ruby1_8
|
|
42
42
|
requirement: !ruby/object:Gem::Requirement
|
|
43
43
|
requirements:
|
|
44
|
-
- - "
|
|
44
|
+
- - "~>"
|
|
45
45
|
- !ruby/object:Gem::Version
|
|
46
|
-
version: 2.0
|
|
47
|
-
- - "
|
|
46
|
+
version: '2.0'
|
|
47
|
+
- - ">="
|
|
48
48
|
- !ruby/object:Gem::Version
|
|
49
|
-
version:
|
|
49
|
+
version: 2.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: 2.0
|
|
57
|
-
- - "
|
|
56
|
+
version: '2.0'
|
|
57
|
+
- - ">="
|
|
58
58
|
- !ruby/object:Gem::Version
|
|
59
|
-
version:
|
|
59
|
+
version: 2.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
|
|
67
|
-
- - "
|
|
66
|
+
version: '2.0'
|
|
67
|
+
- - ">="
|
|
68
68
|
- !ruby/object:Gem::Version
|
|
69
|
-
version:
|
|
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
|
|
77
|
-
- - "
|
|
76
|
+
version: '2.0'
|
|
77
|
+
- - ">="
|
|
78
78
|
- !ruby/object:Gem::Version
|
|
79
|
-
version:
|
|
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
|
|
87
|
-
- - "
|
|
86
|
+
version: '1.1'
|
|
87
|
+
- - ">="
|
|
88
88
|
- !ruby/object:Gem::Version
|
|
89
|
-
version:
|
|
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
|
|
97
|
-
- - "
|
|
96
|
+
version: '1.1'
|
|
97
|
+
- - ">="
|
|
98
98
|
- !ruby/object:Gem::Version
|
|
99
|
-
version:
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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/v0.
|
|
199
|
-
changelog_uri: https://gitlab.com/rubocop-lts/rubocop-lts/-/blob/v0.
|
|
210
|
+
source_code_uri: https://gitlab.com/rubocop-lts/rubocop-lts/-/tree/v0.3.0
|
|
211
|
+
changelog_uri: https://gitlab.com/rubocop-lts/rubocop-lts/-/blob/v0.3.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/0.
|
|
213
|
+
documentation_uri: https://www.rubydoc.info/gems/rubocop-lts/0.3.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'
|
|
@@ -209,7 +221,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
209
221
|
requirements:
|
|
210
222
|
- - ">="
|
|
211
223
|
- !ruby/object:Gem::Version
|
|
212
|
-
version: '2
|
|
224
|
+
version: '3.2'
|
|
213
225
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
214
226
|
requirements:
|
|
215
227
|
- - ">="
|
metadata.gz.sig
CHANGED
|
Binary file
|