rubocop-lts 16.0.0 → 16.0.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +123 -16
- data/README.md +3 -3
- data/lib/rubocop/lts/version.rb +1 -1
- metadata +13 -19
- data/spec/config/rspec/rspec_core.rb +0 -13
- data/spec/rubocop/lts_spec.rb +0 -7
- data/spec/spec_helper.rb +0 -7
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 670ef7aacb2a955cf7989d5b244312934efb9eec8c50422120e661b21c043251
|
4
|
+
data.tar.gz: 7f0190dbc4dce3c25b5c56a8a0abc416f2b1e0728107491411eb135506c7d279
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 81224ca4072d026e545aedc5e106eab0390e81278dd2d2c485cb6057c53157e80e2c5bb247c7c3fcfa6b0f6657b28a8c8ac302cdd7101285833043d2cd11f2d6
|
7
|
+
data.tar.gz: 38e4e85b9b825139b978ad7498d2e8a29fe3886ca347e40cd1c2e1806821cb058d74685f07259427e9ea91c70bde9f97deaae34d884f46397e7b759002818f49
|
data/CHANGELOG.md
CHANGED
@@ -13,50 +13,118 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
13
13
|
|
14
14
|
### Removed
|
15
15
|
|
16
|
+
## [16.0.1] - 2022-06-09
|
17
|
+
### Added
|
18
|
+
- Improve, and dry up documentation
|
19
|
+
### Changed
|
20
|
+
- Bumped dependency rubocop-ruby2_6 to ~> 1.0.7
|
21
|
+
### Fixed
|
22
|
+
- Allow install up to Ruby < 4, which allows running against current Ruby HEAD @ 3.2-dev
|
23
|
+
|
16
24
|
## [16.0.0] - 2022-05-23
|
17
25
|
### Added
|
18
26
|
- Initial even release supporting Ruby >= 2.6
|
19
27
|
|
28
|
+
## [15.0.1] - 2022-06-09
|
29
|
+
### Changed
|
30
|
+
- Bumped dependency rubocop-ruby2_6 to ~> 1.0.7
|
31
|
+
### Added
|
32
|
+
- Improve, and dry up documentation
|
33
|
+
|
20
34
|
## [15.0.0] - 2022-05-23
|
21
35
|
### Added
|
22
36
|
- Initial odd release supporting Ruby ~> 2.6
|
23
37
|
|
38
|
+
## [14.0.1] - 2022-06-09
|
39
|
+
### Fixed
|
40
|
+
- Allow install up to Ruby < 4, which allows running against current Ruby HEAD @ 3.2-dev
|
41
|
+
### Added
|
42
|
+
- Improve, and dry up documentation
|
43
|
+
|
24
44
|
## [14.0.0] - 2022-05-23
|
25
45
|
### Added
|
26
46
|
- Initial even release supporting Ruby >= 2.5
|
27
47
|
|
48
|
+
## [13.0.1] - 2022-06-09
|
49
|
+
### Added
|
50
|
+
- Improve, and dry up documentation
|
51
|
+
|
28
52
|
## [13.0.0] - 2022-05-23
|
29
53
|
### Added
|
30
54
|
- Initial odd release supporting Ruby ~> 2.5
|
31
55
|
|
56
|
+
## [12.0.1] - 2022-06-09
|
57
|
+
### Fixed
|
58
|
+
- Allow install up to Ruby < 4, which allows running against current Ruby HEAD @ 3.2-dev
|
59
|
+
### Added
|
60
|
+
- Improve, and dry up documentation
|
61
|
+
|
32
62
|
## [12.0.0] - 2022-05-23
|
33
63
|
### Added
|
34
64
|
- Initial even release supporting Ruby >= 2.4
|
35
65
|
|
66
|
+
## [11.0.2] - 2022-06-09
|
67
|
+
### Added
|
68
|
+
- Improve, and dry up documentation
|
69
|
+
## 11.0.1 - 2022-06-09 (YANKED)
|
70
|
+
- accidentally removed required_ruby_version from gemspec
|
71
|
+
|
36
72
|
## [11.0.0] - 2022-05-23
|
37
73
|
### Added
|
38
74
|
- Initial odd release supporting Ruby ~> 2.4
|
39
75
|
|
76
|
+
## [10.0.1] - 2022-06-09
|
77
|
+
### Fixed
|
78
|
+
- Allow install up to Ruby < 4, which allows running against current Ruby HEAD @ 3.2-dev
|
79
|
+
### Added
|
80
|
+
- Improve, and dry up documentation
|
81
|
+
|
40
82
|
## [10.0.0] - 2022-05-23
|
41
83
|
### Added
|
42
84
|
- Initial even release supporting Ruby >= 2.3
|
43
85
|
|
86
|
+
## [9.0.1] - 2022-06-09
|
87
|
+
### Added
|
88
|
+
- Improve, and dry up documentation
|
89
|
+
|
44
90
|
## [9.0.0] - 2022-05-23
|
45
91
|
### Added
|
46
92
|
- Initial odd release supporting Ruby ~> 2.3
|
47
93
|
|
94
|
+
## [8.0.2] - 2022-06-09
|
95
|
+
### Fixed
|
96
|
+
- Allow install up to Ruby < 4, which allows running against current Ruby HEAD @ 3.2-dev
|
97
|
+
|
98
|
+
## [8.0.1] - 2022-06-09
|
99
|
+
### Added
|
100
|
+
- Improve, and dry up documentation
|
101
|
+
|
48
102
|
## [8.0.0] - 2022-05-23
|
49
103
|
### Added
|
50
104
|
- Initial even release supporting Ruby >= 2.2
|
51
105
|
|
106
|
+
## [7.0.1] - 2022-06-08
|
107
|
+
### Added
|
108
|
+
- Improve, and dry up documentation
|
109
|
+
|
52
110
|
## [7.0.0] - 2022-05-23
|
53
111
|
### Added
|
54
112
|
- Initial odd release supporting Ruby ~> 2.2
|
55
113
|
|
114
|
+
## [6.0.1] - 2022-06-08
|
115
|
+
### Fixed
|
116
|
+
- Allow install up to Ruby < 4, which allows running against current Ruby HEAD @ 3.2-dev
|
117
|
+
### Added
|
118
|
+
- Improve, and dry up documentation
|
119
|
+
|
56
120
|
## [6.0.0] - 2022-05-23
|
57
121
|
### Added
|
58
122
|
- Initial even release supporting Ruby >= 2.1
|
59
123
|
|
124
|
+
## [5.0.2] - 2022-06-08
|
125
|
+
### Added
|
126
|
+
- Improve, and dry up documentation
|
127
|
+
|
60
128
|
## [5.0.1] - 2022-05-23
|
61
129
|
### Fixed
|
62
130
|
- Make rubocop config files load ruby specific config from relevant rubocop-ruby*_* gem
|
@@ -65,6 +133,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
65
133
|
### Added
|
66
134
|
- Initial odd release supporting Ruby ~> 2.1
|
67
135
|
|
136
|
+
## [4.0.3] - 2022-06-08
|
137
|
+
### Fixed
|
138
|
+
- Allow install up to Ruby < 4, which allows running against current Ruby HEAD @ 3.2-dev
|
139
|
+
|
68
140
|
## [4.0.2] - 2022-05-23
|
69
141
|
### Fixed
|
70
142
|
- Make rubocop config files load ruby specific config from relevant rubocop-ruby*_* gem
|
@@ -78,6 +150,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
78
150
|
### Added
|
79
151
|
- Initial even release supporting Ruby >= 2.0
|
80
152
|
|
153
|
+
## [3.0.3] - 2022-06-08
|
154
|
+
### Added
|
155
|
+
- Improve, and dry up documentation
|
156
|
+
|
81
157
|
## [3.0.2] - 2022-05-23
|
82
158
|
### Fixed
|
83
159
|
- Make rubocop config files load ruby specific config from relevant rubocop-ruby*_* gem
|
@@ -91,6 +167,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
91
167
|
### Added
|
92
168
|
- Initial odd release supporting Ruby ~> 2.0
|
93
169
|
|
170
|
+
## [2.0.5] - 2022-06-08
|
171
|
+
### Added
|
172
|
+
- Improve, and dry up documentation
|
173
|
+
|
174
|
+
## [2.0.4] - 2022-06-08
|
175
|
+
### Fixed
|
176
|
+
- Allow install up to Ruby < 4, which allows running against current Ruby HEAD @ 3.2-dev
|
177
|
+
|
94
178
|
## [2.0.3] - 2022-05-23
|
95
179
|
### Fixed
|
96
180
|
- Make rubocop config files load ruby specific config from relevant rubocop-ruby*_* gem
|
@@ -109,6 +193,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
109
193
|
### Added
|
110
194
|
- Initial even release supporting Ruby >= 1.9
|
111
195
|
|
196
|
+
## [1.0.4] - 2022-06-08
|
197
|
+
### Added
|
198
|
+
- Security Policy @ SECURITY.md
|
199
|
+
- Improve, and dry up documentation
|
200
|
+
|
112
201
|
## [1.0.3] - 2022-05-23
|
113
202
|
### Fixed
|
114
203
|
- Make rubocop config files load ruby specific config from relevant rubocop-ruby*_* gem
|
@@ -127,30 +216,48 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
127
216
|
### Added
|
128
217
|
- Initial odd release supporting Ruby ~> 1.9
|
129
218
|
|
130
|
-
[Unreleased]: https://github.com/rubocop-lts/rubocop-lts/compare/v16.0.
|
131
|
-
[16.0.
|
132
|
-
[
|
133
|
-
[
|
134
|
-
[
|
135
|
-
[
|
136
|
-
[
|
137
|
-
[
|
138
|
-
[
|
139
|
-
[
|
140
|
-
[
|
141
|
-
[
|
219
|
+
[Unreleased]: https://github.com/rubocop-lts/rubocop-lts/compare/v16.0.1...HEAD
|
220
|
+
[16.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v16.0.0...v16.0.1
|
221
|
+
[16.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v15.0.1...v16.0.0
|
222
|
+
[15.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v15.0.0...v15.0.1
|
223
|
+
[15.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v14.0.1...v15.0.0
|
224
|
+
[14.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v14.0.0...v14.0.1
|
225
|
+
[14.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v13.0.1...v14.0.0
|
226
|
+
[13.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v13.0.0...v13.0.1
|
227
|
+
[13.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v12.0.1...v13.0.0
|
228
|
+
[12.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v12.0.0...v12.0.1
|
229
|
+
[12.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v11.0.2...v12.0.0
|
230
|
+
[11.0.2]: https://github.com/rubocop-lts/rubocop-lts/compare/v11.0.0...v11.0.2
|
231
|
+
[11.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v10.0.1...v11.0.0
|
232
|
+
[10.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v10.0.0...v10.0.1
|
233
|
+
[10.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v9.0.1...v10.0.0
|
234
|
+
[9.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v9.0.0...v9.0.1
|
235
|
+
[9.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v8.0.2...v9.0.0
|
236
|
+
[8.0.2]: https://github.com/rubocop-lts/rubocop-lts/compare/v8.0.1...v8.0.2
|
237
|
+
[8.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v8.0.0...v8.0.1
|
238
|
+
[8.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v7.0.1...v8.0.0
|
239
|
+
[7.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v7.0.0...v7.0.1
|
240
|
+
[7.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v6.0.1...v7.0.0
|
241
|
+
[6.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v6.0.0...v6.0.1
|
242
|
+
[6.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v5.0.2...v6.0.0
|
243
|
+
[5.0.2]: https://github.com/rubocop-lts/rubocop-lts/compare/v5.0.1...v5.0.2
|
142
244
|
[5.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v5.0.0...v5.0.1
|
143
|
-
[5.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v4.0.
|
245
|
+
[5.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v4.0.3...v5.0.0
|
246
|
+
[4.0.3]: https://github.com/rubocop-lts/rubocop-lts/compare/v4.0.2...v4.0.3
|
144
247
|
[4.0.2]: https://github.com/rubocop-lts/rubocop-lts/compare/v4.0.1...v4.0.2
|
145
248
|
[4.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v4.0.0...v4.0.1
|
146
|
-
[4.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v3.0.
|
249
|
+
[4.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v3.0.3...v4.0.0
|
250
|
+
[3.0.3]: https://github.com/rubocop-lts/rubocop-lts/compare/v3.0.2...v3.0.3
|
147
251
|
[3.0.2]: https://github.com/rubocop-lts/rubocop-lts/compare/v3.0.1...v3.0.2
|
148
252
|
[3.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v3.0.0...v3.0.1
|
149
|
-
[3.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v2.0.
|
253
|
+
[3.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v2.0.5...v3.0.0
|
254
|
+
[2.0.5]: https://github.com/rubocop-lts/rubocop-lts/compare/v2.0.4...v2.0.5
|
255
|
+
[2.0.4]: https://github.com/rubocop-lts/rubocop-lts/compare/v2.0.3...v2.0.4
|
150
256
|
[2.0.3]: https://github.com/rubocop-lts/rubocop-lts/compare/v2.0.2...v2.0.3
|
151
257
|
[2.0.2]: https://github.com/rubocop-lts/rubocop-lts/compare/v2.0.1...v2.0.2
|
152
258
|
[2.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v2.0.0...v2.0.1
|
153
|
-
[2.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v1.0.
|
259
|
+
[2.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v1.0.4...v2.0.0
|
260
|
+
[1.0.4]: https://github.com/rubocop-lts/rubocop-lts/compare/v1.0.3...v1.0.4
|
154
261
|
[1.0.3]: https://github.com/rubocop-lts/rubocop-lts/compare/v1.0.2...v1.0.3
|
155
262
|
[1.0.2]: https://github.com/rubocop-lts/rubocop-lts/compare/v1.0.1...v1.0.2
|
156
263
|
[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
|
|
@@ -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
|
|-----------------------------------|--------------------------------|-------------------|------------------------------------------------|
|
@@ -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
|
|
data/lib/rubocop/lts/version.rb
CHANGED
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: 16.0.
|
4
|
+
version: 16.0.1
|
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-06-09 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.7
|
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.7
|
27
27
|
description: Rubocop LTS - Chaos Reduction In a Bottle
|
28
28
|
email:
|
29
29
|
- peter.boling@gmail.com
|
@@ -41,21 +41,18 @@ 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
|
47
44
|
homepage: https://github.com/rubocop-lts/rubocop-lts
|
48
45
|
licenses:
|
49
46
|
- MIT
|
50
47
|
metadata:
|
51
48
|
homepage_uri: https://github.com/rubocop-lts/rubocop-lts
|
52
|
-
source_code_uri: https://github.com/rubocop-lts/rubocop-lts/tree/v16.0.
|
53
|
-
changelog_uri: https://github.com/rubocop-lts/rubocop-lts/blob/v16.0.
|
49
|
+
source_code_uri: https://github.com/rubocop-lts/rubocop-lts/tree/v16.0.1
|
50
|
+
changelog_uri: https://github.com/rubocop-lts/rubocop-lts/blob/v16.0.1/CHANGELOG.md
|
54
51
|
bug_tracker_uri: https://github.com/rubocop-lts/rubocop-lts/issues
|
55
|
-
documentation_uri: https://www.rubydoc.info/gems/rubocop-lts/16.0.
|
52
|
+
documentation_uri: https://www.rubydoc.info/gems/rubocop-lts/16.0.1
|
56
53
|
wiki_uri: https://github.com/rubocop-lts/rubocop-lts/wiki
|
57
54
|
rubygems_mfa_required: 'true'
|
58
|
-
post_install_message:
|
55
|
+
post_install_message:
|
59
56
|
rdoc_options: []
|
60
57
|
require_paths:
|
61
58
|
- lib
|
@@ -66,18 +63,15 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
66
63
|
version: 2.6.0
|
67
64
|
- - "<"
|
68
65
|
- !ruby/object:Gem::Version
|
69
|
-
version: '
|
66
|
+
version: '4.0'
|
70
67
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
71
68
|
requirements:
|
72
69
|
- - ">="
|
73
70
|
- !ruby/object:Gem::Version
|
74
71
|
version: '0'
|
75
72
|
requirements: []
|
76
|
-
rubygems_version: 3.3.
|
77
|
-
signing_key:
|
73
|
+
rubygems_version: 3.3.15
|
74
|
+
signing_key:
|
78
75
|
specification_version: 4
|
79
76
|
summary: Rubocop LTS - Semantically Versioned
|
80
|
-
test_files:
|
81
|
-
- spec/spec_helper.rb
|
82
|
-
- spec/config/rspec/rspec_core.rb
|
83
|
-
- spec/rubocop/lts_spec.rb
|
77
|
+
test_files: []
|
@@ -1,13 +0,0 @@
|
|
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/rubocop/lts_spec.rb
DELETED