rubocop-lts 13.0.1 → 14.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 +16 -95
- 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 +17 -11
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: efbb00ddbe27e1cfbe6fff395ee2974a16143e060e930716be17d7612931deaf
|
4
|
+
data.tar.gz: 4b813945607872f519f8e4b61553e4ed6e7c3c379f0888a1386e1e03f3bdc8c1
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a0de241afa831608b7297dbcb6979fccfe695c52dfeaaff7be3b9b27d518f33af2ba4b52505cb23cc2408181579dbbe4f586e011e9b0f49e32eb1a7561fc13a6
|
7
|
+
data.tar.gz: 47d610ae96cc9015f8a68052b41dd8ed0cc1c7ca36a9d9dfe2e1c80aac48861efb6ffd521decdab5c19116567e9ffe872b9dce062057df9f55c0711344842c71
|
data/CHANGELOG.md
CHANGED
@@ -13,86 +13,42 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
13
13
|
|
14
14
|
### Removed
|
15
15
|
|
16
|
-
## [
|
16
|
+
## [14.0.0] - 2022-05-23
|
17
17
|
### Added
|
18
|
-
-
|
18
|
+
- Initial even release supporting Ruby >= 2.5
|
19
19
|
|
20
20
|
## [13.0.0] - 2022-05-23
|
21
21
|
### Added
|
22
22
|
- Initial odd release supporting Ruby ~> 2.5
|
23
23
|
|
24
|
-
## [12.0.1] - 2022-06-09
|
25
|
-
### Fixed
|
26
|
-
- Allow install up to Ruby < 4, which allows running against current Ruby HEAD @ 3.2-dev
|
27
|
-
### Added
|
28
|
-
- Improve, and dry up documentation
|
29
|
-
|
30
24
|
## [12.0.0] - 2022-05-23
|
31
25
|
### Added
|
32
26
|
- Initial even release supporting Ruby >= 2.4
|
33
27
|
|
34
|
-
## [11.0.2] - 2022-06-09
|
35
|
-
### Added
|
36
|
-
- Improve, and dry up documentation
|
37
|
-
## 11.0.1 - 2022-06-09 (YANKED)
|
38
|
-
- accidentally removed required_ruby_version from gemspec
|
39
|
-
|
40
28
|
## [11.0.0] - 2022-05-23
|
41
29
|
### Added
|
42
30
|
- Initial odd release supporting Ruby ~> 2.4
|
43
31
|
|
44
|
-
## [10.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
|
## [10.0.0] - 2022-05-23
|
51
33
|
### Added
|
52
34
|
- Initial even release supporting Ruby >= 2.3
|
53
35
|
|
54
|
-
## [9.0.1] - 2022-06-09
|
55
|
-
### Added
|
56
|
-
- Improve, and dry up documentation
|
57
|
-
|
58
36
|
## [9.0.0] - 2022-05-23
|
59
37
|
### Added
|
60
38
|
- Initial odd release supporting Ruby ~> 2.3
|
61
39
|
|
62
|
-
## [8.0.2] - 2022-06-09
|
63
|
-
### Fixed
|
64
|
-
- Allow install up to Ruby < 4, which allows running against current Ruby HEAD @ 3.2-dev
|
65
|
-
|
66
|
-
## [8.0.1] - 2022-06-09
|
67
|
-
### Added
|
68
|
-
- Improve, and dry up documentation
|
69
|
-
|
70
40
|
## [8.0.0] - 2022-05-23
|
71
41
|
### Added
|
72
42
|
- Initial even release supporting Ruby >= 2.2
|
73
43
|
|
74
|
-
## [7.0.1] - 2022-06-08
|
75
|
-
### Added
|
76
|
-
- Improve, and dry up documentation
|
77
|
-
|
78
44
|
## [7.0.0] - 2022-05-23
|
79
45
|
### Added
|
80
46
|
- Initial odd release supporting Ruby ~> 2.2
|
81
47
|
|
82
|
-
## [6.0.1] - 2022-06-08
|
83
|
-
### Fixed
|
84
|
-
- Allow install up to Ruby < 4, which allows running against current Ruby HEAD @ 3.2-dev
|
85
|
-
### Added
|
86
|
-
- Improve, and dry up documentation
|
87
|
-
|
88
48
|
## [6.0.0] - 2022-05-23
|
89
49
|
### Added
|
90
50
|
- Initial even release supporting Ruby >= 2.1
|
91
51
|
|
92
|
-
## [5.0.2] - 2022-06-08
|
93
|
-
### Added
|
94
|
-
- Improve, and dry up documentation
|
95
|
-
|
96
52
|
## [5.0.1] - 2022-05-23
|
97
53
|
### Fixed
|
98
54
|
- Make rubocop config files load ruby specific config from relevant rubocop-ruby*_* gem
|
@@ -101,10 +57,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
101
57
|
### Added
|
102
58
|
- Initial odd release supporting Ruby ~> 2.1
|
103
59
|
|
104
|
-
## [4.0.3] - 2022-06-08
|
105
|
-
### Fixed
|
106
|
-
- Allow install up to Ruby < 4, which allows running against current Ruby HEAD @ 3.2-dev
|
107
|
-
|
108
60
|
## [4.0.2] - 2022-05-23
|
109
61
|
### Fixed
|
110
62
|
- Make rubocop config files load ruby specific config from relevant rubocop-ruby*_* gem
|
@@ -118,10 +70,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
118
70
|
### Added
|
119
71
|
- Initial even release supporting Ruby >= 2.0
|
120
72
|
|
121
|
-
## [3.0.3] - 2022-06-08
|
122
|
-
### Added
|
123
|
-
- Improve, and dry up documentation
|
124
|
-
|
125
73
|
## [3.0.2] - 2022-05-23
|
126
74
|
### Fixed
|
127
75
|
- Make rubocop config files load ruby specific config from relevant rubocop-ruby*_* gem
|
@@ -135,14 +83,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
135
83
|
### Added
|
136
84
|
- Initial odd release supporting Ruby ~> 2.0
|
137
85
|
|
138
|
-
## [2.0.5] - 2022-06-08
|
139
|
-
### Added
|
140
|
-
- Improve, and dry up documentation
|
141
|
-
|
142
|
-
## [2.0.4] - 2022-06-08
|
143
|
-
### Fixed
|
144
|
-
- Allow install up to Ruby < 4, which allows running against current Ruby HEAD @ 3.2-dev
|
145
|
-
|
146
86
|
## [2.0.3] - 2022-05-23
|
147
87
|
### Fixed
|
148
88
|
- Make rubocop config files load ruby specific config from relevant rubocop-ruby*_* gem
|
@@ -161,11 +101,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
161
101
|
### Added
|
162
102
|
- Initial even release supporting Ruby >= 1.9
|
163
103
|
|
164
|
-
## [1.0.4] - 2022-06-08
|
165
|
-
### Added
|
166
|
-
- Security Policy @ SECURITY.md
|
167
|
-
- Improve, and dry up documentation
|
168
|
-
|
169
104
|
## [1.0.3] - 2022-05-23
|
170
105
|
### Fixed
|
171
106
|
- Make rubocop config files load ruby specific config from relevant rubocop-ruby*_* gem
|
@@ -184,42 +119,28 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
184
119
|
### Added
|
185
120
|
- Initial odd release supporting Ruby ~> 1.9
|
186
121
|
|
187
|
-
[Unreleased]: https://github.com/rubocop-lts/rubocop-lts/compare/
|
188
|
-
[
|
189
|
-
[13.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v12.0.
|
190
|
-
[12.0.
|
191
|
-
[
|
192
|
-
[
|
193
|
-
[
|
194
|
-
[
|
195
|
-
[
|
196
|
-
[
|
197
|
-
[9.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v8.0.2...v9.0.0
|
198
|
-
[8.0.2]: https://github.com/rubocop-lts/rubocop-lts/compare/v8.0.1...v8.0.2
|
199
|
-
[8.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v8.0.0...v8.0.1
|
200
|
-
[8.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v7.0.1...v8.0.0
|
201
|
-
[7.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v7.0.0...v7.0.1
|
202
|
-
[7.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v6.0.1...v7.0.0
|
203
|
-
[6.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v6.0.0...v6.0.1
|
204
|
-
[6.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v5.0.2...v6.0.0
|
205
|
-
[5.0.2]: https://github.com/rubocop-lts/rubocop-lts/compare/v5.0.1...v5.0.2
|
122
|
+
[Unreleased]: https://github.com/rubocop-lts/rubocop-lts/compare/v14.0.0...HEAD
|
123
|
+
[14.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v13.0.0...v14.0.0
|
124
|
+
[13.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v12.0.0...v13.0.0
|
125
|
+
[12.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v11.0.0...v12.0.0
|
126
|
+
[11.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v10.0.0...v11.0.0
|
127
|
+
[10.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v9.0.0...v10.0.0
|
128
|
+
[9.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v8.0.0...v9.0.0
|
129
|
+
[8.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v7.0.0...v8.0.0
|
130
|
+
[7.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v6.0.0...v7.0.0
|
131
|
+
[6.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v5.0.1...v6.0.0
|
206
132
|
[5.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v5.0.0...v5.0.1
|
207
|
-
[5.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v4.0.
|
208
|
-
[4.0.3]: https://github.com/rubocop-lts/rubocop-lts/compare/v4.0.2...v4.0.3
|
133
|
+
[5.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v4.0.2...v5.0.0
|
209
134
|
[4.0.2]: https://github.com/rubocop-lts/rubocop-lts/compare/v4.0.1...v4.0.2
|
210
135
|
[4.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v4.0.0...v4.0.1
|
211
|
-
[4.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v3.0.
|
212
|
-
[3.0.3]: https://github.com/rubocop-lts/rubocop-lts/compare/v3.0.2...v3.0.3
|
136
|
+
[4.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v3.0.2...v4.0.0
|
213
137
|
[3.0.2]: https://github.com/rubocop-lts/rubocop-lts/compare/v3.0.1...v3.0.2
|
214
138
|
[3.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v3.0.0...v3.0.1
|
215
|
-
[3.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v2.0.
|
216
|
-
[2.0.5]: https://github.com/rubocop-lts/rubocop-lts/compare/v2.0.4...v2.0.5
|
217
|
-
[2.0.4]: https://github.com/rubocop-lts/rubocop-lts/compare/v2.0.3...v2.0.4
|
139
|
+
[3.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v2.0.3...v3.0.0
|
218
140
|
[2.0.3]: https://github.com/rubocop-lts/rubocop-lts/compare/v2.0.2...v2.0.3
|
219
141
|
[2.0.2]: https://github.com/rubocop-lts/rubocop-lts/compare/v2.0.1...v2.0.2
|
220
142
|
[2.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v2.0.0...v2.0.1
|
221
|
-
[2.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v1.0.
|
222
|
-
[1.0.4]: https://github.com/rubocop-lts/rubocop-lts/compare/v1.0.3...v1.0.4
|
143
|
+
[2.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v1.0.3...v2.0.0
|
223
144
|
[1.0.3]: https://github.com/rubocop-lts/rubocop-lts/compare/v1.0.2...v1.0.3
|
224
145
|
[1.0.2]: https://github.com/rubocop-lts/rubocop-lts/compare/v1.0.1...v1.0.2
|
225
146
|
[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.5.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', '~> 14.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", "~> 14.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: 14.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_5
|
@@ -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/v14.0.0
|
53
|
+
changelog_uri: https://github.com/rubocop-lts/rubocop-lts/blob/v14.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/14.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.5.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
|