rubocop-lts 11.0.0 → 11.0.2
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
- data/CHANGELOG.md +84 -11
- data/README.md +3 -3
- data/SECURITY.md +11 -0
- data/lib/rubocop/lts/version.rb +1 -1
- metadata +10 -16
- 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: 9270c5f3bbc4a4b9a607783291d5dd76f79944aeda9b8a4d98bf92d47f59bf6d
|
|
4
|
+
data.tar.gz: c2de7144f4587c731de4cdffca50cd771ade45311b17ebc2bcabdab88aec6525
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9c482df8dee5006bff44940c2fe5a7652b956f3f0115bbcf86d9414c4f74137ce5aae42a5d2bd51041845ed9f7c81806c5c791e02393a71d544aaa52aafa4483
|
|
7
|
+
data.tar.gz: a4db900bdc1251223a4537207c01596ca1984a0e9ef963803dc202a7a08185025f2ca8e5623d0c59ca0db4fef2ec5571b5e1a97809d451be7a1ec3db5f549a3c
|
data/CHANGELOG.md
CHANGED
|
@@ -13,30 +13,69 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
13
13
|
|
|
14
14
|
### Removed
|
|
15
15
|
|
|
16
|
+
## [11.0.2] - 2022-06-09
|
|
17
|
+
### Added
|
|
18
|
+
- Improve, and dry up documentation
|
|
19
|
+
|
|
20
|
+
## 11.0.1 - 2022-06-09 (YANKED)
|
|
21
|
+
- accidentally removed required_ruby_version from gemspec
|
|
22
|
+
|
|
16
23
|
## [11.0.0] - 2022-05-23
|
|
17
24
|
### Added
|
|
18
25
|
- Initial odd release supporting Ruby ~> 2.4
|
|
19
26
|
|
|
27
|
+
## [10.0.1] - 2022-06-09
|
|
28
|
+
### Fixed
|
|
29
|
+
- Allow install up to Ruby < 4, which allows running against current Ruby HEAD @ 3.2-dev
|
|
30
|
+
### Added
|
|
31
|
+
- Improve, and dry up documentation
|
|
32
|
+
|
|
20
33
|
## [10.0.0] - 2022-05-23
|
|
21
34
|
### Added
|
|
22
35
|
- Initial even release supporting Ruby >= 2.3
|
|
23
36
|
|
|
37
|
+
## [9.0.1] - 2022-06-09
|
|
38
|
+
### Added
|
|
39
|
+
- Improve, and dry up documentation
|
|
40
|
+
|
|
24
41
|
## [9.0.0] - 2022-05-23
|
|
25
42
|
### Added
|
|
26
43
|
- Initial odd release supporting Ruby ~> 2.3
|
|
27
44
|
|
|
45
|
+
## [8.0.2] - 2022-06-09
|
|
46
|
+
### Fixed
|
|
47
|
+
- Allow install up to Ruby < 4, which allows running against current Ruby HEAD @ 3.2-dev
|
|
48
|
+
|
|
49
|
+
## [8.0.1] - 2022-06-09
|
|
50
|
+
### Added
|
|
51
|
+
- Improve, and dry up documentation
|
|
52
|
+
|
|
28
53
|
## [8.0.0] - 2022-05-23
|
|
29
54
|
### Added
|
|
30
55
|
- Initial even release supporting Ruby >= 2.2
|
|
31
56
|
|
|
57
|
+
## [7.0.1] - 2022-06-08
|
|
58
|
+
### Added
|
|
59
|
+
- Improve, and dry up documentation
|
|
60
|
+
|
|
32
61
|
## [7.0.0] - 2022-05-23
|
|
33
62
|
### Added
|
|
34
63
|
- Initial odd release supporting Ruby ~> 2.2
|
|
35
64
|
|
|
65
|
+
## [6.0.1] - 2022-06-08
|
|
66
|
+
### Fixed
|
|
67
|
+
- Allow install up to Ruby < 4, which allows running against current Ruby HEAD @ 3.2-dev
|
|
68
|
+
### Added
|
|
69
|
+
- Improve, and dry up documentation
|
|
70
|
+
|
|
36
71
|
## [6.0.0] - 2022-05-23
|
|
37
72
|
### Added
|
|
38
73
|
- Initial even release supporting Ruby >= 2.1
|
|
39
74
|
|
|
75
|
+
## [5.0.2] - 2022-06-08
|
|
76
|
+
### Added
|
|
77
|
+
- Improve, and dry up documentation
|
|
78
|
+
|
|
40
79
|
## [5.0.1] - 2022-05-23
|
|
41
80
|
### Fixed
|
|
42
81
|
- Make rubocop config files load ruby specific config from relevant rubocop-ruby*_* gem
|
|
@@ -45,6 +84,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
45
84
|
### Added
|
|
46
85
|
- Initial odd release supporting Ruby ~> 2.1
|
|
47
86
|
|
|
87
|
+
## [4.0.3] - 2022-06-08
|
|
88
|
+
### Fixed
|
|
89
|
+
- Allow install up to Ruby < 4, which allows running against current Ruby HEAD @ 3.2-dev
|
|
90
|
+
|
|
48
91
|
## [4.0.2] - 2022-05-23
|
|
49
92
|
### Fixed
|
|
50
93
|
- Make rubocop config files load ruby specific config from relevant rubocop-ruby*_* gem
|
|
@@ -58,6 +101,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
58
101
|
### Added
|
|
59
102
|
- Initial even release supporting Ruby >= 2.0
|
|
60
103
|
|
|
104
|
+
## [3.0.3] - 2022-06-08
|
|
105
|
+
### Added
|
|
106
|
+
- Improve, and dry up documentation
|
|
107
|
+
|
|
61
108
|
## [3.0.2] - 2022-05-23
|
|
62
109
|
### Fixed
|
|
63
110
|
- Make rubocop config files load ruby specific config from relevant rubocop-ruby*_* gem
|
|
@@ -71,6 +118,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
71
118
|
### Added
|
|
72
119
|
- Initial odd release supporting Ruby ~> 2.0
|
|
73
120
|
|
|
121
|
+
## [2.0.5] - 2022-06-08
|
|
122
|
+
### Added
|
|
123
|
+
- Improve, and dry up documentation
|
|
124
|
+
|
|
125
|
+
## [2.0.4] - 2022-06-08
|
|
126
|
+
### Fixed
|
|
127
|
+
- Allow install up to Ruby < 4, which allows running against current Ruby HEAD @ 3.2-dev
|
|
128
|
+
|
|
74
129
|
## [2.0.3] - 2022-05-23
|
|
75
130
|
### Fixed
|
|
76
131
|
- Make rubocop config files load ruby specific config from relevant rubocop-ruby*_* gem
|
|
@@ -89,6 +144,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
89
144
|
### Added
|
|
90
145
|
- Initial even release supporting Ruby >= 1.9
|
|
91
146
|
|
|
147
|
+
## [1.0.4] - 2022-06-08
|
|
148
|
+
### Added
|
|
149
|
+
- Security Policy @ SECURITY.md
|
|
150
|
+
- Improve, and dry up documentation
|
|
151
|
+
|
|
92
152
|
## [1.0.3] - 2022-05-23
|
|
93
153
|
### Fixed
|
|
94
154
|
- Make rubocop config files load ruby specific config from relevant rubocop-ruby*_* gem
|
|
@@ -107,25 +167,38 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
107
167
|
### Added
|
|
108
168
|
- Initial odd release supporting Ruby ~> 1.9
|
|
109
169
|
|
|
110
|
-
[Unreleased]: https://github.com/rubocop-lts/rubocop-lts/compare/v11.0.
|
|
111
|
-
[11.0.
|
|
112
|
-
[
|
|
113
|
-
[
|
|
114
|
-
[
|
|
115
|
-
[
|
|
116
|
-
[
|
|
170
|
+
[Unreleased]: https://github.com/rubocop-lts/rubocop-lts/compare/v11.0.2...HEAD
|
|
171
|
+
[11.0.2]: https://github.com/rubocop-lts/rubocop-lts/compare/v11.0.0...v11.0.2
|
|
172
|
+
[11.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v10.0.1...v11.0.0
|
|
173
|
+
[10.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v10.0.0...v10.0.1
|
|
174
|
+
[10.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v9.0.1...v10.0.0
|
|
175
|
+
[9.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v9.0.0...v9.0.1
|
|
176
|
+
[9.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v8.0.2...v9.0.0
|
|
177
|
+
[8.0.2]: https://github.com/rubocop-lts/rubocop-lts/compare/v8.0.1...v8.0.2
|
|
178
|
+
[8.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v8.0.0...v8.0.1
|
|
179
|
+
[8.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v7.0.1...v8.0.0
|
|
180
|
+
[7.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v7.0.0...v7.0.1
|
|
181
|
+
[7.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v6.0.1...v7.0.0
|
|
182
|
+
[6.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v6.0.0...v6.0.1
|
|
183
|
+
[6.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v5.0.2...v6.0.0
|
|
184
|
+
[5.0.2]: https://github.com/rubocop-lts/rubocop-lts/compare/v5.0.1...v5.0.2
|
|
117
185
|
[5.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v5.0.0...v5.0.1
|
|
118
|
-
[5.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v4.0.
|
|
186
|
+
[5.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v4.0.3...v5.0.0
|
|
187
|
+
[4.0.3]: https://github.com/rubocop-lts/rubocop-lts/compare/v4.0.2...v4.0.3
|
|
119
188
|
[4.0.2]: https://github.com/rubocop-lts/rubocop-lts/compare/v4.0.1...v4.0.2
|
|
120
189
|
[4.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v4.0.0...v4.0.1
|
|
121
|
-
[4.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v3.0.
|
|
190
|
+
[4.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v3.0.3...v4.0.0
|
|
191
|
+
[3.0.3]: https://github.com/rubocop-lts/rubocop-lts/compare/v3.0.2...v3.0.3
|
|
122
192
|
[3.0.2]: https://github.com/rubocop-lts/rubocop-lts/compare/v3.0.1...v3.0.2
|
|
123
193
|
[3.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v3.0.0...v3.0.1
|
|
124
|
-
[3.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v2.0.
|
|
194
|
+
[3.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v2.0.5...v3.0.0
|
|
195
|
+
[2.0.5]: https://github.com/rubocop-lts/rubocop-lts/compare/v2.0.4...v2.0.5
|
|
196
|
+
[2.0.4]: https://github.com/rubocop-lts/rubocop-lts/compare/v2.0.3...v2.0.4
|
|
125
197
|
[2.0.3]: https://github.com/rubocop-lts/rubocop-lts/compare/v2.0.2...v2.0.3
|
|
126
198
|
[2.0.2]: https://github.com/rubocop-lts/rubocop-lts/compare/v2.0.1...v2.0.2
|
|
127
199
|
[2.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v2.0.0...v2.0.1
|
|
128
|
-
[2.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v1.0.
|
|
200
|
+
[2.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v1.0.4...v2.0.0
|
|
201
|
+
[1.0.4]: https://github.com/rubocop-lts/rubocop-lts/compare/v1.0.3...v1.0.4
|
|
129
202
|
[1.0.3]: https://github.com/rubocop-lts/rubocop-lts/compare/v1.0.2...v1.0.3
|
|
130
203
|
[1.0.2]: https://github.com/rubocop-lts/rubocop-lts/compare/v1.0.1...v1.0.2
|
|
131
204
|
[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/SECURITY.md
CHANGED
|
@@ -15,6 +15,17 @@
|
|
|
15
15
|
| 9.x | :white_check_mark: |
|
|
16
16
|
| 10.x | :white_check_mark: |
|
|
17
17
|
| 11.x | :white_check_mark: |
|
|
18
|
+
| 12.x | :white_check_mark: |
|
|
19
|
+
| 13.x | :white_check_mark: |
|
|
20
|
+
| 14.x | :white_check_mark: |
|
|
21
|
+
| 15.x | :white_check_mark: |
|
|
22
|
+
| 16.x | :white_check_mark: |
|
|
23
|
+
| 17.x | :white_check_mark: |
|
|
24
|
+
| 18.x | :white_check_mark: |
|
|
25
|
+
| 19.x | :white_check_mark: |
|
|
26
|
+
| 20.x | :white_check_mark: |
|
|
27
|
+
| 21.x | :white_check_mark: |
|
|
28
|
+
| 22.x | :white_check_mark: |
|
|
18
29
|
|
|
19
30
|
## Reporting a Vulnerability
|
|
20
31
|
|
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: 11.0.
|
|
4
|
+
version: 11.0.2
|
|
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_4
|
|
@@ -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/v11.0.
|
|
53
|
-
changelog_uri: https://github.com/rubocop-lts/rubocop-lts/blob/v11.0.
|
|
49
|
+
source_code_uri: https://github.com/rubocop-lts/rubocop-lts/tree/v11.0.2
|
|
50
|
+
changelog_uri: https://github.com/rubocop-lts/rubocop-lts/blob/v11.0.2/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/11.0.
|
|
52
|
+
documentation_uri: https://www.rubydoc.info/gems/rubocop-lts/11.0.2
|
|
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
|
|
@@ -73,11 +70,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
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