rubocop-lts 14.0.0 → 14.0.1

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: efbb00ddbe27e1cfbe6fff395ee2974a16143e060e930716be17d7612931deaf
4
- data.tar.gz: 4b813945607872f519f8e4b61553e4ed6e7c3c379f0888a1386e1e03f3bdc8c1
3
+ metadata.gz: 20d91054d1a9363745f182658e76d1cad1d818aac0c8c3ea89d6be1a50ad9c32
4
+ data.tar.gz: 4cee94dc7a54395a661eae30efef1c28b840ac4e87d8245441103aff0aa03a01
5
5
  SHA512:
6
- metadata.gz: a0de241afa831608b7297dbcb6979fccfe695c52dfeaaff7be3b9b27d518f33af2ba4b52505cb23cc2408181579dbbe4f586e011e9b0f49e32eb1a7561fc13a6
7
- data.tar.gz: 47d610ae96cc9015f8a68052b41dd8ed0cc1c7ca36a9d9dfe2e1c80aac48861efb6ffd521decdab5c19116567e9ffe872b9dce062057df9f55c0711344842c71
6
+ metadata.gz: e4b962c0256547ec09fc4b903d8b0bffe53cc0417adcac09fe173c7c97a640225773ffdd6661dbd36255aded58cd49d1f58d83407a1f4304eaaac397e1f521e7
7
+ data.tar.gz: 992711eea0ccb328c26180ce35b8c5976a95925147afc04ca3d6134d350895c593058a65454a6efd3956593797857ea88192fb42d4276b7c32c17bae7c403a6c
data/CHANGELOG.md CHANGED
@@ -13,42 +13,96 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
13
13
 
14
14
  ### Removed
15
15
 
16
+ ## [14.0.1] - 2022-06-09
17
+ ### Fixed
18
+ - Allow install up to Ruby < 4, which allows running against current Ruby HEAD @ 3.2-dev
19
+ ### Added
20
+ - Improve, and dry up documentation
21
+
16
22
  ## [14.0.0] - 2022-05-23
17
23
  ### Added
18
24
  - Initial even release supporting Ruby >= 2.5
19
25
 
26
+ ## [13.0.1] - 2022-06-09
27
+ ### Added
28
+ - Improve, and dry up documentation
29
+
20
30
  ## [13.0.0] - 2022-05-23
21
31
  ### Added
22
32
  - Initial odd release supporting Ruby ~> 2.5
23
33
 
34
+ ## [12.0.1] - 2022-06-09
35
+ ### Fixed
36
+ - Allow install up to Ruby < 4, which allows running against current Ruby HEAD @ 3.2-dev
37
+ ### Added
38
+ - Improve, and dry up documentation
39
+
24
40
  ## [12.0.0] - 2022-05-23
25
41
  ### Added
26
42
  - Initial even release supporting Ruby >= 2.4
27
43
 
44
+ ## [11.0.2] - 2022-06-09
45
+ ### Added
46
+ - Improve, and dry up documentation
47
+ ## 11.0.1 - 2022-06-09 (YANKED)
48
+ - accidentally removed required_ruby_version from gemspec
49
+
28
50
  ## [11.0.0] - 2022-05-23
29
51
  ### Added
30
52
  - Initial odd release supporting Ruby ~> 2.4
31
53
 
54
+ ## [10.0.1] - 2022-06-09
55
+ ### Fixed
56
+ - Allow install up to Ruby < 4, which allows running against current Ruby HEAD @ 3.2-dev
57
+ ### Added
58
+ - Improve, and dry up documentation
59
+
32
60
  ## [10.0.0] - 2022-05-23
33
61
  ### Added
34
62
  - Initial even release supporting Ruby >= 2.3
35
63
 
64
+ ## [9.0.1] - 2022-06-09
65
+ ### Added
66
+ - Improve, and dry up documentation
67
+
36
68
  ## [9.0.0] - 2022-05-23
37
69
  ### Added
38
70
  - Initial odd release supporting Ruby ~> 2.3
39
71
 
72
+ ## [8.0.2] - 2022-06-09
73
+ ### Fixed
74
+ - Allow install up to Ruby < 4, which allows running against current Ruby HEAD @ 3.2-dev
75
+
76
+ ## [8.0.1] - 2022-06-09
77
+ ### Added
78
+ - Improve, and dry up documentation
79
+
40
80
  ## [8.0.0] - 2022-05-23
41
81
  ### Added
42
82
  - Initial even release supporting Ruby >= 2.2
43
83
 
84
+ ## [7.0.1] - 2022-06-08
85
+ ### Added
86
+ - Improve, and dry up documentation
87
+
44
88
  ## [7.0.0] - 2022-05-23
45
89
  ### Added
46
90
  - Initial odd release supporting Ruby ~> 2.2
47
91
 
92
+ ## [6.0.1] - 2022-06-08
93
+ ### Fixed
94
+ - Allow install up to Ruby < 4, which allows running against current Ruby HEAD @ 3.2-dev
95
+ ### Added
96
+ - Improve, and dry up documentation
97
+
48
98
  ## [6.0.0] - 2022-05-23
49
99
  ### Added
50
100
  - Initial even release supporting Ruby >= 2.1
51
101
 
102
+ ## [5.0.2] - 2022-06-08
103
+ ### Added
104
+ - Improve, and dry up documentation
105
+
52
106
  ## [5.0.1] - 2022-05-23
53
107
  ### Fixed
54
108
  - Make rubocop config files load ruby specific config from relevant rubocop-ruby*_* gem
@@ -57,6 +111,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
57
111
  ### Added
58
112
  - Initial odd release supporting Ruby ~> 2.1
59
113
 
114
+ ## [4.0.3] - 2022-06-08
115
+ ### Fixed
116
+ - Allow install up to Ruby < 4, which allows running against current Ruby HEAD @ 3.2-dev
117
+
60
118
  ## [4.0.2] - 2022-05-23
61
119
  ### Fixed
62
120
  - Make rubocop config files load ruby specific config from relevant rubocop-ruby*_* gem
@@ -70,6 +128,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
70
128
  ### Added
71
129
  - Initial even release supporting Ruby >= 2.0
72
130
 
131
+ ## [3.0.3] - 2022-06-08
132
+ ### Added
133
+ - Improve, and dry up documentation
134
+
73
135
  ## [3.0.2] - 2022-05-23
74
136
  ### Fixed
75
137
  - Make rubocop config files load ruby specific config from relevant rubocop-ruby*_* gem
@@ -83,6 +145,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
83
145
  ### Added
84
146
  - Initial odd release supporting Ruby ~> 2.0
85
147
 
148
+ ## [2.0.5] - 2022-06-08
149
+ ### Added
150
+ - Improve, and dry up documentation
151
+
152
+ ## [2.0.4] - 2022-06-08
153
+ ### Fixed
154
+ - Allow install up to Ruby < 4, which allows running against current Ruby HEAD @ 3.2-dev
155
+
86
156
  ## [2.0.3] - 2022-05-23
87
157
  ### Fixed
88
158
  - Make rubocop config files load ruby specific config from relevant rubocop-ruby*_* gem
@@ -101,6 +171,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
101
171
  ### Added
102
172
  - Initial even release supporting Ruby >= 1.9
103
173
 
174
+ ## [1.0.4] - 2022-06-08
175
+ ### Added
176
+ - Security Policy @ SECURITY.md
177
+ - Improve, and dry up documentation
178
+
104
179
  ## [1.0.3] - 2022-05-23
105
180
  ### Fixed
106
181
  - Make rubocop config files load ruby specific config from relevant rubocop-ruby*_* gem
@@ -119,28 +194,44 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
119
194
  ### Added
120
195
  - Initial odd release supporting Ruby ~> 1.9
121
196
 
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
197
+ [Unreleased]: https://github.com/rubocop-lts/rubocop-lts/compare/v14.0.1...HEAD
198
+ [14.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v14.0.0...v14.0.1
199
+ [14.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v13.0.1...v14.0.0
200
+ [13.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v13.0.0...v13.0.1
201
+ [13.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v12.0.1...v13.0.0
202
+ [12.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v12.0.0...v12.0.1
203
+ [12.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v11.0.2...v12.0.0
204
+ [11.0.2]: https://github.com/rubocop-lts/rubocop-lts/compare/v11.0.0...v11.0.2
205
+ [11.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v10.0.1...v11.0.0
206
+ [10.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v10.0.0...v10.0.1
207
+ [10.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v9.0.1...v10.0.0
208
+ [9.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v9.0.0...v9.0.1
209
+ [9.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v8.0.2...v9.0.0
210
+ [8.0.2]: https://github.com/rubocop-lts/rubocop-lts/compare/v8.0.1...v8.0.2
211
+ [8.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v8.0.0...v8.0.1
212
+ [8.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v7.0.1...v8.0.0
213
+ [7.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v7.0.0...v7.0.1
214
+ [7.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v6.0.1...v7.0.0
215
+ [6.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v6.0.0...v6.0.1
216
+ [6.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v5.0.2...v6.0.0
217
+ [5.0.2]: https://github.com/rubocop-lts/rubocop-lts/compare/v5.0.1...v5.0.2
132
218
  [5.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v5.0.0...v5.0.1
133
- [5.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v4.0.2...v5.0.0
219
+ [5.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v4.0.3...v5.0.0
220
+ [4.0.3]: https://github.com/rubocop-lts/rubocop-lts/compare/v4.0.2...v4.0.3
134
221
  [4.0.2]: https://github.com/rubocop-lts/rubocop-lts/compare/v4.0.1...v4.0.2
135
222
  [4.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v4.0.0...v4.0.1
136
- [4.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v3.0.2...v4.0.0
223
+ [4.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v3.0.3...v4.0.0
224
+ [3.0.3]: https://github.com/rubocop-lts/rubocop-lts/compare/v3.0.2...v3.0.3
137
225
  [3.0.2]: https://github.com/rubocop-lts/rubocop-lts/compare/v3.0.1...v3.0.2
138
226
  [3.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v3.0.0...v3.0.1
139
- [3.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v2.0.3...v3.0.0
227
+ [3.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v2.0.5...v3.0.0
228
+ [2.0.5]: https://github.com/rubocop-lts/rubocop-lts/compare/v2.0.4...v2.0.5
229
+ [2.0.4]: https://github.com/rubocop-lts/rubocop-lts/compare/v2.0.3...v2.0.4
140
230
  [2.0.3]: https://github.com/rubocop-lts/rubocop-lts/compare/v2.0.2...v2.0.3
141
231
  [2.0.2]: https://github.com/rubocop-lts/rubocop-lts/compare/v2.0.1...v2.0.2
142
232
  [2.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v2.0.0...v2.0.1
143
- [2.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v1.0.3...v2.0.0
233
+ [2.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v1.0.4...v2.0.0
234
+ [1.0.4]: https://github.com/rubocop-lts/rubocop-lts/compare/v1.0.3...v1.0.4
144
235
  [1.0.3]: https://github.com/rubocop-lts/rubocop-lts/compare/v1.0.2...v1.0.3
145
236
  [1.0.2]: https://github.com/rubocop-lts/rubocop-lts/compare/v1.0.1...v1.0.2
146
237
  [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
 
@@ -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
  |-----------------------------------|--------------------------------|-------------------|------------------------------------------------|
@@ -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
 
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Rubocop
4
4
  module Lts
5
- VERSION = "14.0.0"
5
+ VERSION = "14.0.1"
6
6
  end
7
7
  end
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: 14.0.0
4
+ version: 14.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
14
  name: rubocop-ruby2_5
@@ -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/v14.0.0
53
- changelog_uri: https://github.com/rubocop-lts/rubocop-lts/blob/v14.0.0/CHANGELOG.md
49
+ source_code_uri: https://github.com/rubocop-lts/rubocop-lts/tree/v14.0.1
50
+ changelog_uri: https://github.com/rubocop-lts/rubocop-lts/blob/v14.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/14.0.0
52
+ documentation_uri: https://www.rubydoc.info/gems/rubocop-lts/14.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
@@ -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.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"