rubocop-lts 15.0.1 → 16.0.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +18 -110
- data/README.md +6 -6
- data/lib/rubocop/lts/version.rb +1 -1
- data/spec/config/rspec/rspec_core.rb +13 -0
- data/spec/rubocop/lts_spec.rb +7 -0
- data/spec/spec_helper.rb +7 -0
- metadata +19 -13
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2b01ee58236a63e65a97709b030c38561bec79db5deef6efee126ce08a5b533c
|
4
|
+
data.tar.gz: 15d3821c0de5fcc2d4323e17b14d881e8b927e28891d97a48b4edf8c70181906
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c3f872f2aaebc71a826fd7d6370451a33b60bf83baa44041174e4f656e463e3047192040922942b52e752649cfd0380b5e7ad4515fdea06cc308d202dd431b33
|
7
|
+
data.tar.gz: 15e83cc50cbc8e4e691bb7718325c329dec90204c40573339da814222d9a10388ea22da5447e354a358b9e1a60e0e790d8a47af172a86c45d892a4d18c2016a7
|
data/CHANGELOG.md
CHANGED
@@ -13,106 +13,50 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
13
13
|
|
14
14
|
### Removed
|
15
15
|
|
16
|
-
## [
|
17
|
-
### Changed
|
18
|
-
- Bumped dependency rubocop-ruby2_6 to ~> 1.0.7
|
16
|
+
## [16.0.0] - 2022-05-23
|
19
17
|
### Added
|
20
|
-
-
|
18
|
+
- Initial even release supporting Ruby >= 2.6
|
21
19
|
|
22
20
|
## [15.0.0] - 2022-05-23
|
23
21
|
### Added
|
24
22
|
- Initial odd release supporting Ruby ~> 2.6
|
25
23
|
|
26
|
-
## [14.0.1] - 2022-06-09
|
27
|
-
### Fixed
|
28
|
-
- Allow install up to Ruby < 4, which allows running against current Ruby HEAD @ 3.2-dev
|
29
|
-
### Added
|
30
|
-
- Improve, and dry up documentation
|
31
|
-
|
32
24
|
## [14.0.0] - 2022-05-23
|
33
25
|
### Added
|
34
26
|
- Initial even release supporting Ruby >= 2.5
|
35
27
|
|
36
|
-
## [13.0.1] - 2022-06-09
|
37
|
-
### Added
|
38
|
-
- Improve, and dry up documentation
|
39
|
-
|
40
28
|
## [13.0.0] - 2022-05-23
|
41
29
|
### Added
|
42
30
|
- Initial odd release supporting Ruby ~> 2.5
|
43
31
|
|
44
|
-
## [12.0.1] - 2022-06-09
|
45
|
-
### Fixed
|
46
|
-
- Allow install up to Ruby < 4, which allows running against current Ruby HEAD @ 3.2-dev
|
47
|
-
### Added
|
48
|
-
- Improve, and dry up documentation
|
49
|
-
|
50
32
|
## [12.0.0] - 2022-05-23
|
51
33
|
### Added
|
52
34
|
- Initial even release supporting Ruby >= 2.4
|
53
35
|
|
54
|
-
## [11.0.2] - 2022-06-09
|
55
|
-
### Added
|
56
|
-
- Improve, and dry up documentation
|
57
|
-
## 11.0.1 - 2022-06-09 (YANKED)
|
58
|
-
- accidentally removed required_ruby_version from gemspec
|
59
|
-
|
60
36
|
## [11.0.0] - 2022-05-23
|
61
37
|
### Added
|
62
38
|
- Initial odd release supporting Ruby ~> 2.4
|
63
39
|
|
64
|
-
## [10.0.1] - 2022-06-09
|
65
|
-
### Fixed
|
66
|
-
- Allow install up to Ruby < 4, which allows running against current Ruby HEAD @ 3.2-dev
|
67
|
-
### Added
|
68
|
-
- Improve, and dry up documentation
|
69
|
-
|
70
40
|
## [10.0.0] - 2022-05-23
|
71
41
|
### Added
|
72
42
|
- Initial even release supporting Ruby >= 2.3
|
73
43
|
|
74
|
-
## [9.0.1] - 2022-06-09
|
75
|
-
### Added
|
76
|
-
- Improve, and dry up documentation
|
77
|
-
|
78
44
|
## [9.0.0] - 2022-05-23
|
79
45
|
### Added
|
80
46
|
- Initial odd release supporting Ruby ~> 2.3
|
81
47
|
|
82
|
-
## [8.0.2] - 2022-06-09
|
83
|
-
### Fixed
|
84
|
-
- Allow install up to Ruby < 4, which allows running against current Ruby HEAD @ 3.2-dev
|
85
|
-
|
86
|
-
## [8.0.1] - 2022-06-09
|
87
|
-
### Added
|
88
|
-
- Improve, and dry up documentation
|
89
|
-
|
90
48
|
## [8.0.0] - 2022-05-23
|
91
49
|
### Added
|
92
50
|
- Initial even release supporting Ruby >= 2.2
|
93
51
|
|
94
|
-
## [7.0.1] - 2022-06-08
|
95
|
-
### Added
|
96
|
-
- Improve, and dry up documentation
|
97
|
-
|
98
52
|
## [7.0.0] - 2022-05-23
|
99
53
|
### Added
|
100
54
|
- Initial odd release supporting Ruby ~> 2.2
|
101
55
|
|
102
|
-
## [6.0.1] - 2022-06-08
|
103
|
-
### Fixed
|
104
|
-
- Allow install up to Ruby < 4, which allows running against current Ruby HEAD @ 3.2-dev
|
105
|
-
### Added
|
106
|
-
- Improve, and dry up documentation
|
107
|
-
|
108
56
|
## [6.0.0] - 2022-05-23
|
109
57
|
### Added
|
110
58
|
- Initial even release supporting Ruby >= 2.1
|
111
59
|
|
112
|
-
## [5.0.2] - 2022-06-08
|
113
|
-
### Added
|
114
|
-
- Improve, and dry up documentation
|
115
|
-
|
116
60
|
## [5.0.1] - 2022-05-23
|
117
61
|
### Fixed
|
118
62
|
- Make rubocop config files load ruby specific config from relevant rubocop-ruby*_* gem
|
@@ -121,10 +65,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
121
65
|
### Added
|
122
66
|
- Initial odd release supporting Ruby ~> 2.1
|
123
67
|
|
124
|
-
## [4.0.3] - 2022-06-08
|
125
|
-
### Fixed
|
126
|
-
- Allow install up to Ruby < 4, which allows running against current Ruby HEAD @ 3.2-dev
|
127
|
-
|
128
68
|
## [4.0.2] - 2022-05-23
|
129
69
|
### Fixed
|
130
70
|
- Make rubocop config files load ruby specific config from relevant rubocop-ruby*_* gem
|
@@ -138,10 +78,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
138
78
|
### Added
|
139
79
|
- Initial even release supporting Ruby >= 2.0
|
140
80
|
|
141
|
-
## [3.0.3] - 2022-06-08
|
142
|
-
### Added
|
143
|
-
- Improve, and dry up documentation
|
144
|
-
|
145
81
|
## [3.0.2] - 2022-05-23
|
146
82
|
### Fixed
|
147
83
|
- Make rubocop config files load ruby specific config from relevant rubocop-ruby*_* gem
|
@@ -155,14 +91,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
155
91
|
### Added
|
156
92
|
- Initial odd release supporting Ruby ~> 2.0
|
157
93
|
|
158
|
-
## [2.0.5] - 2022-06-08
|
159
|
-
### Added
|
160
|
-
- Improve, and dry up documentation
|
161
|
-
|
162
|
-
## [2.0.4] - 2022-06-08
|
163
|
-
### Fixed
|
164
|
-
- Allow install up to Ruby < 4, which allows running against current Ruby HEAD @ 3.2-dev
|
165
|
-
|
166
94
|
## [2.0.3] - 2022-05-23
|
167
95
|
### Fixed
|
168
96
|
- Make rubocop config files load ruby specific config from relevant rubocop-ruby*_* gem
|
@@ -181,11 +109,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
181
109
|
### Added
|
182
110
|
- Initial even release supporting Ruby >= 1.9
|
183
111
|
|
184
|
-
## [1.0.4] - 2022-06-08
|
185
|
-
### Added
|
186
|
-
- Security Policy @ SECURITY.md
|
187
|
-
- Improve, and dry up documentation
|
188
|
-
|
189
112
|
## [1.0.3] - 2022-05-23
|
190
113
|
### Fixed
|
191
114
|
- Make rubocop config files load ruby specific config from relevant rubocop-ruby*_* gem
|
@@ -204,45 +127,30 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
204
127
|
### Added
|
205
128
|
- Initial odd release supporting Ruby ~> 1.9
|
206
129
|
|
207
|
-
[Unreleased]: https://github.com/rubocop-lts/rubocop-lts/compare/
|
208
|
-
[
|
209
|
-
[
|
210
|
-
[14.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v13.0.
|
211
|
-
[13.0.
|
212
|
-
[
|
213
|
-
[
|
214
|
-
[
|
215
|
-
[
|
216
|
-
[
|
217
|
-
[
|
218
|
-
[
|
219
|
-
[9.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v9.0.0...v9.0.1
|
220
|
-
[9.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v8.0.2...v9.0.0
|
221
|
-
[8.0.2]: https://github.com/rubocop-lts/rubocop-lts/compare/v8.0.1...v8.0.2
|
222
|
-
[8.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v8.0.0...v8.0.1
|
223
|
-
[8.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v7.0.1...v8.0.0
|
224
|
-
[7.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v7.0.0...v7.0.1
|
225
|
-
[7.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v6.0.1...v7.0.0
|
226
|
-
[6.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v6.0.0...v6.0.1
|
227
|
-
[6.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v5.0.2...v6.0.0
|
228
|
-
[5.0.2]: https://github.com/rubocop-lts/rubocop-lts/compare/v5.0.1...v5.0.2
|
130
|
+
[Unreleased]: https://github.com/rubocop-lts/rubocop-lts/compare/v16.0.0...HEAD
|
131
|
+
[16.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v15.0.0...v16.0.0
|
132
|
+
[15.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v14.0.0...v15.0.0
|
133
|
+
[14.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v13.0.0...v14.0.0
|
134
|
+
[13.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v12.0.0...v13.0.0
|
135
|
+
[12.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v11.0.0...v12.0.0
|
136
|
+
[11.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v10.0.0...v11.0.0
|
137
|
+
[10.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v9.0.0...v10.0.0
|
138
|
+
[9.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v8.0.0...v9.0.0
|
139
|
+
[8.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v7.0.0...v8.0.0
|
140
|
+
[7.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v6.0.0...v7.0.0
|
141
|
+
[6.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v5.0.1...v6.0.0
|
229
142
|
[5.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v5.0.0...v5.0.1
|
230
|
-
[5.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v4.0.
|
231
|
-
[4.0.3]: https://github.com/rubocop-lts/rubocop-lts/compare/v4.0.2...v4.0.3
|
143
|
+
[5.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v4.0.2...v5.0.0
|
232
144
|
[4.0.2]: https://github.com/rubocop-lts/rubocop-lts/compare/v4.0.1...v4.0.2
|
233
145
|
[4.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v4.0.0...v4.0.1
|
234
|
-
[4.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v3.0.
|
235
|
-
[3.0.3]: https://github.com/rubocop-lts/rubocop-lts/compare/v3.0.2...v3.0.3
|
146
|
+
[4.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v3.0.2...v4.0.0
|
236
147
|
[3.0.2]: https://github.com/rubocop-lts/rubocop-lts/compare/v3.0.1...v3.0.2
|
237
148
|
[3.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v3.0.0...v3.0.1
|
238
|
-
[3.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v2.0.
|
239
|
-
[2.0.5]: https://github.com/rubocop-lts/rubocop-lts/compare/v2.0.4...v2.0.5
|
240
|
-
[2.0.4]: https://github.com/rubocop-lts/rubocop-lts/compare/v2.0.3...v2.0.4
|
149
|
+
[3.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v2.0.3...v3.0.0
|
241
150
|
[2.0.3]: https://github.com/rubocop-lts/rubocop-lts/compare/v2.0.2...v2.0.3
|
242
151
|
[2.0.2]: https://github.com/rubocop-lts/rubocop-lts/compare/v2.0.1...v2.0.2
|
243
152
|
[2.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v2.0.0...v2.0.1
|
244
|
-
[2.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v1.0.
|
245
|
-
[1.0.4]: https://github.com/rubocop-lts/rubocop-lts/compare/v1.0.3...v1.0.4
|
153
|
+
[2.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v1.0.3...v2.0.0
|
246
154
|
[1.0.3]: https://github.com/rubocop-lts/rubocop-lts/compare/v1.0.2...v1.0.3
|
247
155
|
[1.0.2]: https://github.com/rubocop-lts/rubocop-lts/compare/v1.0.1...v1.0.2
|
248
156
|
[1.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v1.0.0...v1.0.1
|
data/README.md
CHANGED
@@ -16,7 +16,7 @@
|
|
16
16
|
</a>
|
17
17
|
</p>
|
18
18
|
|
19
|
-
#
|
19
|
+
# Rubocop LTS
|
20
20
|
|
21
21
|
## 🙋♀️ How often has RuboCop broken your build?
|
22
22
|
|
@@ -35,7 +35,7 @@ Projects that support a single version of Ruby (like many closed-source applicat
|
|
35
35
|
Projects that support multiple versions of Ruby simultaneously (like many open-source applications and libraries) will use the [Even releases][even-release].
|
36
36
|
|
37
37
|
<!-- FIND VERSION -->
|
38
|
-
**This README is for the
|
38
|
+
**This README is for the even release of `rubocop-lts` supporting Ruby >= 2.6.0.**
|
39
39
|
|
40
40
|
[odd-release]: https://github.com/rubocop-lts/rubocop-lts#odd-major-release
|
41
41
|
[even-release]: https://github.com/rubocop-lts/rubocop-lts#even-major-release
|
@@ -91,7 +91,7 @@ of ruby from `2.6` on.
|
|
91
91
|
|
92
92
|
Intended for applications and libraries that lint against a range of Ruby versions.
|
93
93
|
|
94
|
-
Even versions will help projects upgrade to newer Rubies while keeping the same underlying version of
|
94
|
+
Even versions will help projects upgrade to newer Rubies while keeping the same underlying version of Rubocop version, so change can be introduced one step at a time.
|
95
95
|
|
96
96
|
| Minimum Ruby | Your Gemfile | Your Gemfile.lock | Your .rubocop.yml |
|
97
97
|
|-----------------------------------|--------------------------------|-------------------|------------------------------------------------|
|
@@ -202,7 +202,7 @@ Add this line to your application's Gemfile:
|
|
202
202
|
|
203
203
|
<!-- FIND VERSION -->
|
204
204
|
```ruby
|
205
|
-
gem 'rubocop-lts', '~>
|
205
|
+
gem 'rubocop-lts', '~> 16.0', require: false
|
206
206
|
```
|
207
207
|
|
208
208
|
And then execute:
|
@@ -313,7 +313,7 @@ License: [Unsplash License][org-logo-license]
|
|
313
313
|
|
314
314
|
## 🤝 Code of Conduct
|
315
315
|
|
316
|
-
Everyone interacting in
|
316
|
+
Everyone interacting in Rubocop LTS codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/rubocop-lts/rubocop-lts/blob/main/CODE_OF_CONDUCT.md).
|
317
317
|
|
318
318
|
## 📌 Versioning
|
319
319
|
|
@@ -329,7 +329,7 @@ For example:
|
|
329
329
|
|
330
330
|
<!-- FIND VERSION -->
|
331
331
|
```ruby
|
332
|
-
spec.add_dependency "rubocop-lts", "~>
|
332
|
+
spec.add_dependency "rubocop-lts", "~> 16.0"
|
333
333
|
```
|
334
334
|
|
335
335
|
|
data/lib/rubocop/lts/version.rb
CHANGED
@@ -0,0 +1,13 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
RSpec.configure do |config|
|
4
|
+
# Enable flags like --only-failures and --next-failure
|
5
|
+
config.example_status_persistence_file_path = ".rspec_status"
|
6
|
+
|
7
|
+
# Disable RSpec exposing methods globally on `Module` and `main`
|
8
|
+
config.disable_monkey_patching!
|
9
|
+
|
10
|
+
config.expect_with :rspec do |c|
|
11
|
+
c.syntax = :expect
|
12
|
+
end
|
13
|
+
end
|
data/spec/spec_helper.rb
ADDED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rubocop-lts
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version:
|
4
|
+
version: 16.0.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Peter Boling
|
8
|
-
autorequire:
|
8
|
+
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-
|
11
|
+
date: 2022-05-23 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rubocop-ruby2_6
|
@@ -16,14 +16,14 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - "~>"
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: 1.0.
|
19
|
+
version: 1.0.4
|
20
20
|
type: :runtime
|
21
21
|
prerelease: false
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
23
23
|
requirements:
|
24
24
|
- - "~>"
|
25
25
|
- !ruby/object:Gem::Version
|
26
|
-
version: 1.0.
|
26
|
+
version: 1.0.4
|
27
27
|
description: Rubocop LTS - Chaos Reduction In a Bottle
|
28
28
|
email:
|
29
29
|
- peter.boling@gmail.com
|
@@ -41,18 +41,21 @@ files:
|
|
41
41
|
- lib/rubocop/lts/version.rb
|
42
42
|
- rubocop-lts.yml
|
43
43
|
- sig/rubocop/lts.rbs
|
44
|
+
- spec/config/rspec/rspec_core.rb
|
45
|
+
- spec/rubocop/lts_spec.rb
|
46
|
+
- spec/spec_helper.rb
|
44
47
|
homepage: https://github.com/rubocop-lts/rubocop-lts
|
45
48
|
licenses:
|
46
49
|
- MIT
|
47
50
|
metadata:
|
48
51
|
homepage_uri: https://github.com/rubocop-lts/rubocop-lts
|
49
|
-
source_code_uri: https://github.com/rubocop-lts/rubocop-lts/tree/
|
50
|
-
changelog_uri: https://github.com/rubocop-lts/rubocop-lts/blob/
|
52
|
+
source_code_uri: https://github.com/rubocop-lts/rubocop-lts/tree/v16.0.0
|
53
|
+
changelog_uri: https://github.com/rubocop-lts/rubocop-lts/blob/v16.0.0/CHANGELOG.md
|
51
54
|
bug_tracker_uri: https://github.com/rubocop-lts/rubocop-lts/issues
|
52
|
-
documentation_uri: https://www.rubydoc.info/gems/rubocop-lts/
|
55
|
+
documentation_uri: https://www.rubydoc.info/gems/rubocop-lts/16.0.0
|
53
56
|
wiki_uri: https://github.com/rubocop-lts/rubocop-lts/wiki
|
54
57
|
rubygems_mfa_required: 'true'
|
55
|
-
post_install_message:
|
58
|
+
post_install_message:
|
56
59
|
rdoc_options: []
|
57
60
|
require_paths:
|
58
61
|
- lib
|
@@ -63,15 +66,18 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
63
66
|
version: 2.6.0
|
64
67
|
- - "<"
|
65
68
|
- !ruby/object:Gem::Version
|
66
|
-
version: '2
|
69
|
+
version: '3.2'
|
67
70
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
68
71
|
requirements:
|
69
72
|
- - ">="
|
70
73
|
- !ruby/object:Gem::Version
|
71
74
|
version: '0'
|
72
75
|
requirements: []
|
73
|
-
rubygems_version: 3.3.
|
74
|
-
signing_key:
|
76
|
+
rubygems_version: 3.3.14
|
77
|
+
signing_key:
|
75
78
|
specification_version: 4
|
76
79
|
summary: Rubocop LTS - Semantically Versioned
|
77
|
-
test_files:
|
80
|
+
test_files:
|
81
|
+
- spec/spec_helper.rb
|
82
|
+
- spec/config/rspec/rspec_core.rb
|
83
|
+
- spec/rubocop/lts_spec.rb
|