rubocop-lts 15.0.0 → 15.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: e4bff84286a3bb77dcc850657762f27bfa274c86c5ec266bdbb95543b6bcd047
4
- data.tar.gz: 29c14565d6411d6a623f9567d3d9fe2ef82d0e28f8266b624263fcc15d1053ec
3
+ metadata.gz: c32007af24b028c1a8f0ef0907dec6ce5bd3d8d0f9756060612d40d0eb5eada3
4
+ data.tar.gz: d40e4df5e4311cdefd68594e58307b8ed06de4d1049847624e1a2b37266282f0
5
5
  SHA512:
6
- metadata.gz: 663845c2c0dc4766177b8771f312408f682c82151b67e34544d49a508d2aaab8e34d5d92b38c90632d35fbb2c5d59d2743d38d01e84fddf248d084806960e321
7
- data.tar.gz: 4b714253ca2914250c02bb31eba67a53863defde10841a2c87658a40d083a4a3af9b07bbe2671174c8aff56284441118d45021afa7fed06b407f0322267ee3d9
6
+ metadata.gz: 60cd6d7d03de38001f1185636d2a175903469341321f88f2959b6a9b27fbbfaa16c0526c8fe82a48e24270632fe18b22d23f585e9126fe00208dc996b9d8d1cb
7
+ data.tar.gz: fb9d78b845f848ccb296b03de5268b8706177a4baa0265cd6ed9afea90b32de784a35351eb21570615923df4bfcc6cb74417fa56631a98bfa626d5478c122ac6
data/CHANGELOG.md CHANGED
@@ -13,46 +13,106 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
13
13
 
14
14
  ### Removed
15
15
 
16
+ ## [15.0.1] - 2022-06-09
17
+ ### Changed
18
+ - Bumped dependency rubocop-ruby2_6 to ~> 1.0.7
19
+ ### Added
20
+ - Improve, and dry up documentation
21
+
16
22
  ## [15.0.0] - 2022-05-23
17
23
  ### Added
18
24
  - Initial odd release supporting Ruby ~> 2.6
19
25
 
26
+ ## [14.0.1] - 2022-06-09
27
+ ### Fixed
28
+ - Allow install up to Ruby < 4, which allows running against current Ruby HEAD @ 3.2-dev
29
+ ### Added
30
+ - Improve, and dry up documentation
31
+
20
32
  ## [14.0.0] - 2022-05-23
21
33
  ### Added
22
34
  - Initial even release supporting Ruby >= 2.5
23
35
 
36
+ ## [13.0.1] - 2022-06-09
37
+ ### Added
38
+ - Improve, and dry up documentation
39
+
24
40
  ## [13.0.0] - 2022-05-23
25
41
  ### Added
26
42
  - Initial odd release supporting Ruby ~> 2.5
27
43
 
44
+ ## [12.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
+
28
50
  ## [12.0.0] - 2022-05-23
29
51
  ### Added
30
52
  - Initial even release supporting Ruby >= 2.4
31
53
 
54
+ ## [11.0.2] - 2022-06-09
55
+ ### Added
56
+ - Improve, and dry up documentation
57
+ ## 11.0.1 - 2022-06-09 (YANKED)
58
+ - accidentally removed required_ruby_version from gemspec
59
+
32
60
  ## [11.0.0] - 2022-05-23
33
61
  ### Added
34
62
  - Initial odd release supporting Ruby ~> 2.4
35
63
 
64
+ ## [10.0.1] - 2022-06-09
65
+ ### Fixed
66
+ - Allow install up to Ruby < 4, which allows running against current Ruby HEAD @ 3.2-dev
67
+ ### Added
68
+ - Improve, and dry up documentation
69
+
36
70
  ## [10.0.0] - 2022-05-23
37
71
  ### Added
38
72
  - Initial even release supporting Ruby >= 2.3
39
73
 
74
+ ## [9.0.1] - 2022-06-09
75
+ ### Added
76
+ - Improve, and dry up documentation
77
+
40
78
  ## [9.0.0] - 2022-05-23
41
79
  ### Added
42
80
  - Initial odd release supporting Ruby ~> 2.3
43
81
 
82
+ ## [8.0.2] - 2022-06-09
83
+ ### Fixed
84
+ - Allow install up to Ruby < 4, which allows running against current Ruby HEAD @ 3.2-dev
85
+
86
+ ## [8.0.1] - 2022-06-09
87
+ ### Added
88
+ - Improve, and dry up documentation
89
+
44
90
  ## [8.0.0] - 2022-05-23
45
91
  ### Added
46
92
  - Initial even release supporting Ruby >= 2.2
47
93
 
94
+ ## [7.0.1] - 2022-06-08
95
+ ### Added
96
+ - Improve, and dry up documentation
97
+
48
98
  ## [7.0.0] - 2022-05-23
49
99
  ### Added
50
100
  - Initial odd release supporting Ruby ~> 2.2
51
101
 
102
+ ## [6.0.1] - 2022-06-08
103
+ ### Fixed
104
+ - Allow install up to Ruby < 4, which allows running against current Ruby HEAD @ 3.2-dev
105
+ ### Added
106
+ - Improve, and dry up documentation
107
+
52
108
  ## [6.0.0] - 2022-05-23
53
109
  ### Added
54
110
  - Initial even release supporting Ruby >= 2.1
55
111
 
112
+ ## [5.0.2] - 2022-06-08
113
+ ### Added
114
+ - Improve, and dry up documentation
115
+
56
116
  ## [5.0.1] - 2022-05-23
57
117
  ### Fixed
58
118
  - Make rubocop config files load ruby specific config from relevant rubocop-ruby*_* gem
@@ -61,6 +121,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
61
121
  ### Added
62
122
  - Initial odd release supporting Ruby ~> 2.1
63
123
 
124
+ ## [4.0.3] - 2022-06-08
125
+ ### Fixed
126
+ - Allow install up to Ruby < 4, which allows running against current Ruby HEAD @ 3.2-dev
127
+
64
128
  ## [4.0.2] - 2022-05-23
65
129
  ### Fixed
66
130
  - Make rubocop config files load ruby specific config from relevant rubocop-ruby*_* gem
@@ -74,6 +138,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
74
138
  ### Added
75
139
  - Initial even release supporting Ruby >= 2.0
76
140
 
141
+ ## [3.0.3] - 2022-06-08
142
+ ### Added
143
+ - Improve, and dry up documentation
144
+
77
145
  ## [3.0.2] - 2022-05-23
78
146
  ### Fixed
79
147
  - Make rubocop config files load ruby specific config from relevant rubocop-ruby*_* gem
@@ -87,6 +155,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
87
155
  ### Added
88
156
  - Initial odd release supporting Ruby ~> 2.0
89
157
 
158
+ ## [2.0.5] - 2022-06-08
159
+ ### Added
160
+ - Improve, and dry up documentation
161
+
162
+ ## [2.0.4] - 2022-06-08
163
+ ### Fixed
164
+ - Allow install up to Ruby < 4, which allows running against current Ruby HEAD @ 3.2-dev
165
+
90
166
  ## [2.0.3] - 2022-05-23
91
167
  ### Fixed
92
168
  - Make rubocop config files load ruby specific config from relevant rubocop-ruby*_* gem
@@ -105,6 +181,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
105
181
  ### Added
106
182
  - Initial even release supporting Ruby >= 1.9
107
183
 
184
+ ## [1.0.4] - 2022-06-08
185
+ ### Added
186
+ - Security Policy @ SECURITY.md
187
+ - Improve, and dry up documentation
188
+
108
189
  ## [1.0.3] - 2022-05-23
109
190
  ### Fixed
110
191
  - Make rubocop config files load ruby specific config from relevant rubocop-ruby*_* gem
@@ -124,28 +205,44 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
124
205
  - Initial odd release supporting Ruby ~> 1.9
125
206
 
126
207
  [Unreleased]: https://github.com/rubocop-lts/rubocop-lts/compare/v15.0.0...HEAD
127
- [15.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v14.0.0...v15.0.0
128
- [14.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v13.0.0...v14.0.0
129
- [13.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v12.0.0...v13.0.0
130
- [12.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v11.0.0...v12.0.0
131
- [11.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v10.0.0...v11.0.0
132
- [10.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v9.0.0...v10.0.0
133
- [9.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v8.0.0...v9.0.0
134
- [8.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v7.0.0...v8.0.0
135
- [7.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v6.0.0...v7.0.0
136
- [6.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v5.0.1...v6.0.0
208
+ [15.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v14.0.1...v15.0.0
209
+ [14.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v14.0.0...v14.0.1
210
+ [14.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v13.0.1...v14.0.0
211
+ [13.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v13.0.0...v13.0.1
212
+ [13.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v12.0.1...v13.0.0
213
+ [12.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v12.0.0...v12.0.1
214
+ [12.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v11.0.2...v12.0.0
215
+ [11.0.2]: https://github.com/rubocop-lts/rubocop-lts/compare/v11.0.0...v11.0.2
216
+ [11.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v10.0.1...v11.0.0
217
+ [10.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v10.0.0...v10.0.1
218
+ [10.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v9.0.1...v10.0.0
219
+ [9.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v9.0.0...v9.0.1
220
+ [9.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v8.0.2...v9.0.0
221
+ [8.0.2]: https://github.com/rubocop-lts/rubocop-lts/compare/v8.0.1...v8.0.2
222
+ [8.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v8.0.0...v8.0.1
223
+ [8.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v7.0.1...v8.0.0
224
+ [7.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v7.0.0...v7.0.1
225
+ [7.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v6.0.1...v7.0.0
226
+ [6.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v6.0.0...v6.0.1
227
+ [6.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v5.0.2...v6.0.0
228
+ [5.0.2]: https://github.com/rubocop-lts/rubocop-lts/compare/v5.0.1...v5.0.2
137
229
  [5.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v5.0.0...v5.0.1
138
- [5.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v4.0.2...v5.0.0
230
+ [5.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v4.0.3...v5.0.0
231
+ [4.0.3]: https://github.com/rubocop-lts/rubocop-lts/compare/v4.0.2...v4.0.3
139
232
  [4.0.2]: https://github.com/rubocop-lts/rubocop-lts/compare/v4.0.1...v4.0.2
140
233
  [4.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v4.0.0...v4.0.1
141
- [4.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v3.0.2...v4.0.0
234
+ [4.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v3.0.3...v4.0.0
235
+ [3.0.3]: https://github.com/rubocop-lts/rubocop-lts/compare/v3.0.2...v3.0.3
142
236
  [3.0.2]: https://github.com/rubocop-lts/rubocop-lts/compare/v3.0.1...v3.0.2
143
237
  [3.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v3.0.0...v3.0.1
144
- [3.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v2.0.3...v3.0.0
238
+ [3.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v2.0.5...v3.0.0
239
+ [2.0.5]: https://github.com/rubocop-lts/rubocop-lts/compare/v2.0.4...v2.0.5
240
+ [2.0.4]: https://github.com/rubocop-lts/rubocop-lts/compare/v2.0.3...v2.0.4
145
241
  [2.0.3]: https://github.com/rubocop-lts/rubocop-lts/compare/v2.0.2...v2.0.3
146
242
  [2.0.2]: https://github.com/rubocop-lts/rubocop-lts/compare/v2.0.1...v2.0.2
147
243
  [2.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v2.0.0...v2.0.1
148
- [2.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v1.0.3...v2.0.0
244
+ [2.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v1.0.4...v2.0.0
245
+ [1.0.4]: https://github.com/rubocop-lts/rubocop-lts/compare/v1.0.3...v1.0.4
149
246
  [1.0.3]: https://github.com/rubocop-lts/rubocop-lts/compare/v1.0.2...v1.0.3
150
247
  [1.0.2]: https://github.com/rubocop-lts/rubocop-lts/compare/v1.0.1...v1.0.2
151
248
  [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 = "15.0.0"
5
+ VERSION = "15.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: 15.0.0
4
+ version: 15.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_6
@@ -16,14 +16,14 @@ dependencies:
16
16
  requirements:
17
17
  - - "~>"
18
18
  - !ruby/object:Gem::Version
19
- version: 1.0.4
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.4
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/v15.0.0
53
- changelog_uri: https://github.com/rubocop-lts/rubocop-lts/blob/v15.0.0/CHANGELOG.md
49
+ source_code_uri: https://github.com/rubocop-lts/rubocop-lts/tree/v15.0.1
50
+ changelog_uri: https://github.com/rubocop-lts/rubocop-lts/blob/v15.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/15.0.0
52
+ documentation_uri: https://www.rubydoc.info/gems/rubocop-lts/15.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"