rubocop-lts 12.0.0 → 13.0.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 51ca0f69a924686dd5736af53c97724d1ec2a10ed3cc492711d8c48c02c79121
4
- data.tar.gz: 8dc267aff0d16c592d54641e2ac9dd2cf4b1db13dd8768af0479e5a9b6689601
3
+ metadata.gz: ae78c3e329d1fe8d3c2a0f87d5dffa9d27cc715f78efec777f0a81d460303cc6
4
+ data.tar.gz: 1544c0e68d01c40e01771382bae60bf04b8210dbaab453239ed0c9a4b4451a19
5
5
  SHA512:
6
- metadata.gz: 658eda911567d4bf8683d7342d09e9ad6bac20cff72b4e8fb5eeacbb0a514487bc2922fdc064c246f1a5d5a14e99a0da841d3a338337e536ebf6d203f4f183c7
7
- data.tar.gz: 5bd1af7d3c31c38d0b4b9feed31d70f8e10c6b2d2c2c782f47dc76eb54e3a5de6455e37d9d3dbdefd90a5d92b1adfe304d0e357581db8978a48582436ed56cd8
6
+ metadata.gz: 2ec766eb31100778a0c3fa63abcdfdee1fc078bea733eb1fa8a3ee021164ca7c1dde8272ba7dbebfd1a1714cd92bf1086ef440a14375767802e457aa978490fc
7
+ data.tar.gz: 98798166db731875e6e37691b9e095f1f0aa338b22d870e30a25b0571ca2e8fb63e9b191e9e4a3da6b4431974f8413bac299200b187a890d84298c96caa4a1d6
data/CHANGELOG.md CHANGED
@@ -13,34 +13,86 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
13
13
 
14
14
  ### Removed
15
15
 
16
+ ## [13.0.1] - 2022-06-09
17
+ ### Added
18
+ - Improve, and dry up documentation
19
+
20
+ ## [13.0.0] - 2022-05-23
21
+ ### Added
22
+ - Initial odd release supporting Ruby ~> 2.5
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
+
16
30
  ## [12.0.0] - 2022-05-23
17
31
  ### Added
18
32
  - Initial even release supporting Ruby >= 2.4
19
33
 
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
+
20
40
  ## [11.0.0] - 2022-05-23
21
41
  ### Added
22
42
  - Initial odd release supporting Ruby ~> 2.4
23
43
 
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
+
24
50
  ## [10.0.0] - 2022-05-23
25
51
  ### Added
26
52
  - Initial even release supporting Ruby >= 2.3
27
53
 
54
+ ## [9.0.1] - 2022-06-09
55
+ ### Added
56
+ - Improve, and dry up documentation
57
+
28
58
  ## [9.0.0] - 2022-05-23
29
59
  ### Added
30
60
  - Initial odd release supporting Ruby ~> 2.3
31
61
 
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
+
32
70
  ## [8.0.0] - 2022-05-23
33
71
  ### Added
34
72
  - Initial even release supporting Ruby >= 2.2
35
73
 
74
+ ## [7.0.1] - 2022-06-08
75
+ ### Added
76
+ - Improve, and dry up documentation
77
+
36
78
  ## [7.0.0] - 2022-05-23
37
79
  ### Added
38
80
  - Initial odd release supporting Ruby ~> 2.2
39
81
 
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
+
40
88
  ## [6.0.0] - 2022-05-23
41
89
  ### Added
42
90
  - Initial even release supporting Ruby >= 2.1
43
91
 
92
+ ## [5.0.2] - 2022-06-08
93
+ ### Added
94
+ - Improve, and dry up documentation
95
+
44
96
  ## [5.0.1] - 2022-05-23
45
97
  ### Fixed
46
98
  - Make rubocop config files load ruby specific config from relevant rubocop-ruby*_* gem
@@ -49,6 +101,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
49
101
  ### Added
50
102
  - Initial odd release supporting Ruby ~> 2.1
51
103
 
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
+
52
108
  ## [4.0.2] - 2022-05-23
53
109
  ### Fixed
54
110
  - Make rubocop config files load ruby specific config from relevant rubocop-ruby*_* gem
@@ -62,6 +118,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
62
118
  ### Added
63
119
  - Initial even release supporting Ruby >= 2.0
64
120
 
121
+ ## [3.0.3] - 2022-06-08
122
+ ### Added
123
+ - Improve, and dry up documentation
124
+
65
125
  ## [3.0.2] - 2022-05-23
66
126
  ### Fixed
67
127
  - Make rubocop config files load ruby specific config from relevant rubocop-ruby*_* gem
@@ -75,6 +135,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
75
135
  ### Added
76
136
  - Initial odd release supporting Ruby ~> 2.0
77
137
 
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
+
78
146
  ## [2.0.3] - 2022-05-23
79
147
  ### Fixed
80
148
  - Make rubocop config files load ruby specific config from relevant rubocop-ruby*_* gem
@@ -93,6 +161,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
93
161
  ### Added
94
162
  - Initial even release supporting Ruby >= 1.9
95
163
 
164
+ ## [1.0.4] - 2022-06-08
165
+ ### Added
166
+ - Security Policy @ SECURITY.md
167
+ - Improve, and dry up documentation
168
+
96
169
  ## [1.0.3] - 2022-05-23
97
170
  ### Fixed
98
171
  - Make rubocop config files load ruby specific config from relevant rubocop-ruby*_* gem
@@ -111,26 +184,42 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
111
184
  ### Added
112
185
  - Initial odd release supporting Ruby ~> 1.9
113
186
 
114
- [Unreleased]: https://github.com/rubocop-lts/rubocop-lts/compare/v12.0.0...HEAD
115
- [12.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v11.0.0...v12.0.0
116
- [11.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v10.0.0...v11.0.0
117
- [10.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v9.0.0...v10.0.0
118
- [9.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v8.0.0...v9.0.0
119
- [8.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v7.0.0...v8.0.0
120
- [7.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v6.0.0...v7.0.0
121
- [6.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v5.0.1...v6.0.0
187
+ [Unreleased]: https://github.com/rubocop-lts/rubocop-lts/compare/v13.0.1...HEAD
188
+ [13.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v13.0.0...v13.0.1
189
+ [13.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v12.0.1...v13.0.0
190
+ [12.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v12.0.0...v12.0.1
191
+ [12.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v11.0.2...v12.0.0
192
+ [11.0.2]: https://github.com/rubocop-lts/rubocop-lts/compare/v11.0.0...v11.0.2
193
+ [11.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v10.0.1...v11.0.0
194
+ [10.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v10.0.0...v10.0.1
195
+ [10.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v9.0.1...v10.0.0
196
+ [9.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v9.0.0...v9.0.1
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
206
  [5.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v5.0.0...v5.0.1
123
- [5.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v4.0.2...v5.0.0
207
+ [5.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v4.0.3...v5.0.0
208
+ [4.0.3]: https://github.com/rubocop-lts/rubocop-lts/compare/v4.0.2...v4.0.3
124
209
  [4.0.2]: https://github.com/rubocop-lts/rubocop-lts/compare/v4.0.1...v4.0.2
125
210
  [4.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v4.0.0...v4.0.1
126
- [4.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v3.0.2...v4.0.0
211
+ [4.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v3.0.3...v4.0.0
212
+ [3.0.3]: https://github.com/rubocop-lts/rubocop-lts/compare/v3.0.2...v3.0.3
127
213
  [3.0.2]: https://github.com/rubocop-lts/rubocop-lts/compare/v3.0.1...v3.0.2
128
214
  [3.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v3.0.0...v3.0.1
129
- [3.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v2.0.3...v3.0.0
215
+ [3.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v2.0.5...v3.0.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
130
218
  [2.0.3]: https://github.com/rubocop-lts/rubocop-lts/compare/v2.0.2...v2.0.3
131
219
  [2.0.2]: https://github.com/rubocop-lts/rubocop-lts/compare/v2.0.1...v2.0.2
132
220
  [2.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v2.0.0...v2.0.1
133
- [2.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v1.0.3...v2.0.0
221
+ [2.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v1.0.4...v2.0.0
222
+ [1.0.4]: https://github.com/rubocop-lts/rubocop-lts/compare/v1.0.3...v1.0.4
134
223
  [1.0.3]: https://github.com/rubocop-lts/rubocop-lts/compare/v1.0.2...v1.0.3
135
224
  [1.0.2]: https://github.com/rubocop-lts/rubocop-lts/compare/v1.0.1...v1.0.2
136
225
  [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
- # Rubocop LTS
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 even release of `rubocop-lts` supporting Ruby >= 2.4.0.**
38
+ **This README is for the odd 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 Rubocop version, so change can be introduced one step at a time.
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', '~> 12.0', require: false
205
+ gem 'rubocop-lts', '~> 13.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 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).
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", "~> 12.0"
332
+ spec.add_dependency "rubocop-lts", "~> 13.0"
333
333
  ```
334
334
 
335
335
 
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
 
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Rubocop
4
4
  module Lts
5
- VERSION = "12.0.0"
5
+ VERSION = "13.0.1"
6
6
  end
7
7
  end
data/rubocop-lts.yml CHANGED
@@ -1,2 +1,2 @@
1
1
  inherit_gem:
2
- rubocop-ruby2_4: rubocop.yml
2
+ rubocop-ruby2_5: rubocop.yml
metadata CHANGED
@@ -1,17 +1,17 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rubocop-lts
3
3
  version: !ruby/object:Gem::Version
4
- version: 12.0.0
4
+ version: 13.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-05-23 00:00:00.000000000 Z
11
+ date: 2022-06-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
- name: rubocop-ruby2_4
14
+ name: rubocop-ruby2_5
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
17
  - - "~>"
@@ -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/v12.0.0
53
- changelog_uri: https://github.com/rubocop-lts/rubocop-lts/blob/v12.0.0/CHANGELOG.md
49
+ source_code_uri: https://github.com/rubocop-lts/rubocop-lts/tree/v13.0.1
50
+ changelog_uri: https://github.com/rubocop-lts/rubocop-lts/blob/v13.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/12.0.0
52
+ documentation_uri: https://www.rubydoc.info/gems/rubocop-lts/13.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
@@ -63,21 +60,18 @@ required_ruby_version: !ruby/object:Gem::Requirement
63
60
  requirements:
64
61
  - - ">="
65
62
  - !ruby/object:Gem::Version
66
- version: 2.4.0
63
+ version: 2.5.0
67
64
  - - "<"
68
65
  - !ruby/object:Gem::Version
69
- version: '3.2'
66
+ version: '2.6'
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.14
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
@@ -1,7 +0,0 @@
1
- # frozen_string_literal: true
2
-
3
- RSpec.describe Rubocop::Lts do
4
- it "has a version number" do
5
- expect(Rubocop::Lts::VERSION).not_to be nil
6
- end
7
- end
data/spec/spec_helper.rb DELETED
@@ -1,7 +0,0 @@
1
- # frozen_string_literal: true
2
-
3
- # This gem
4
- require "rubocop/lts"
5
-
6
- # RSpec Configs
7
- require "config/rspec/rspec_core"