rubocop-lts 19.0.1 → 20.0.0

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: bbaf26dd1d1fb58520264d5a7426388e8d4c085ac55b247a61e0d4724611083e
4
- data.tar.gz: 3ab71211d8e6ba4b13575a765b6d8e1fed28651c688838d5b47ed9a03e72d221
3
+ metadata.gz: d96a1f0e9d02153f722f60f190f2e177d2277f82975d907a060a2646df4c908d
4
+ data.tar.gz: 38eea8b5d78bf050587e071f4a26b23e47ce1ae667e2935d6a8e9c26f92f27b6
5
5
  SHA512:
6
- metadata.gz: b63c33ff45bb80bf7ef94bc01b6517461e39e72f18844fd5878a1036139d5f2edb0c9a5445b3b6a552190347d190d29d90426b3a3601a073336535875bcf27a1
7
- data.tar.gz: 87d3babe677f2805c26e5f2f97f63910485c6a358f29188b5aa6e0aee4d7f1df6dce8bcfec969bc4b0e2ced6a2fd31016addcf9b8d1257e7b4ad321fd0d826c9
6
+ metadata.gz: 16cf10d0ee89b2ab634408da2116ab91f1e6f4e936c0ed9fc02ac2cf7f3b378c8a9dc17ed6a5c7aba12b0d367515c659e730a95cb7a428e038f66b4382040b35
7
+ data.tar.gz: 6702f0c573cc9d214ac30518d2c184cee7821f5d83bcb0a573569591721d7f29ab874e491d98c7eea2ec2a26862efba27c139579d3fffcfa704b1d0591061160
data/CHANGELOG.md CHANGED
@@ -13,151 +13,66 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
13
13
 
14
14
  ### Removed
15
15
 
16
- ## [19.0.1] - 2022-06-09
16
+ ## [20.0.0] - 2022-05-23
17
17
  ### Added
18
- - Improve, and dry up documentation
19
- ### Changed
20
- - Bumped dependency rubocop-ruby3_0 to ~> 1.0.6
18
+ - Initial even release supporting Ruby >= 3.0
21
19
 
22
20
  ## [19.0.0] - 2022-05-23
23
21
  ### Added
24
22
  - Initial odd release supporting Ruby ~> 3.0
25
23
 
26
- ## [18.0.1] - 2022-06-09
27
- ### Added
28
- - Improve, and dry up documentation
29
- ### Changed
30
- - Bumped dependency rubocop-ruby2_7 to ~> 1.0.6
31
- ### Fixed
32
- - Allow install up to Ruby < 4, which allows running against current Ruby HEAD @ 3.2-dev
33
-
34
24
  ## [18.0.0] - 2022-05-23
35
25
  ### Added
36
26
  - Initial even release supporting Ruby >= 2.7
37
27
 
38
- ## [17.0.1] - 2022-06-09
39
- ### Added
40
- - Improve, and dry up documentation
41
- ### Changed
42
- - Bumped dependency rubocop-ruby2_7 to ~> 1.0.6
43
-
44
28
  ## [17.0.0] - 2022-05-23
45
29
  ### Added
46
30
  - Initial odd release supporting Ruby ~> 2.7
47
31
 
48
- ## [16.0.1] - 2022-06-09
49
- ### Added
50
- - Improve, and dry up documentation
51
- ### Changed
52
- - Bumped dependency rubocop-ruby2_6 to ~> 1.0.7
53
- ### Fixed
54
- - Allow install up to Ruby < 4, which allows running against current Ruby HEAD @ 3.2-dev
55
-
56
32
  ## [16.0.0] - 2022-05-23
57
33
  ### Added
58
34
  - Initial even release supporting Ruby >= 2.6
59
35
 
60
- ## [15.0.1] - 2022-06-09
61
- ### Added
62
- - Improve, and dry up documentation
63
- ### Changed
64
- - Bumped dependency rubocop-ruby2_6 to ~> 1.0.7
65
-
66
36
  ## [15.0.0] - 2022-05-23
67
37
  ### Added
68
38
  - Initial odd release supporting Ruby ~> 2.6
69
39
 
70
- ## [14.0.1] - 2022-06-09
71
- ### Added
72
- - Improve, and dry up documentation
73
- ### Fixed
74
- - Allow install up to Ruby < 4, which allows running against current Ruby HEAD @ 3.2-dev
75
-
76
40
  ## [14.0.0] - 2022-05-23
77
41
  ### Added
78
42
  - Initial even release supporting Ruby >= 2.5
79
43
 
80
- ## [13.0.1] - 2022-06-09
81
- ### Added
82
- - Improve, and dry up documentation
83
-
84
44
  ## [13.0.0] - 2022-05-23
85
45
  ### Added
86
46
  - Initial odd release supporting Ruby ~> 2.5
87
47
 
88
- ## [12.0.1] - 2022-06-09
89
- ### Added
90
- - Improve, and dry up documentation
91
- ### Fixed
92
- - Allow install up to Ruby < 4, which allows running against current Ruby HEAD @ 3.2-dev
93
-
94
48
  ## [12.0.0] - 2022-05-23
95
49
  ### Added
96
50
  - Initial even release supporting Ruby >= 2.4
97
51
 
98
- ## [11.0.2] - 2022-06-09
99
- ### Added
100
- - Improve, and dry up documentation
101
-
102
- ## 11.0.1 - 2022-06-09 (YANKED)
103
- - accidentally removed required_ruby_version from gemspec
104
-
105
52
  ## [11.0.0] - 2022-05-23
106
53
  ### Added
107
54
  - Initial odd release supporting Ruby ~> 2.4
108
55
 
109
- ## [10.0.1] - 2022-06-09
110
- ### Added
111
- - Improve, and dry up documentation
112
- ### Fixed
113
- - Allow install up to Ruby < 4, which allows running against current Ruby HEAD @ 3.2-dev
114
-
115
56
  ## [10.0.0] - 2022-05-23
116
57
  ### Added
117
58
  - Initial even release supporting Ruby >= 2.3
118
59
 
119
- ## [9.0.1] - 2022-06-09
120
- ### Added
121
- - Improve, and dry up documentation
122
-
123
60
  ## [9.0.0] - 2022-05-23
124
61
  ### Added
125
62
  - Initial odd release supporting Ruby ~> 2.3
126
63
 
127
- ## [8.0.2] - 2022-06-09
128
- ### Fixed
129
- - Allow install up to Ruby < 4, which allows running against current Ruby HEAD @ 3.2-dev
130
-
131
- ## [8.0.1] - 2022-06-09
132
- ### Added
133
- - Improve, and dry up documentation
134
-
135
64
  ## [8.0.0] - 2022-05-23
136
65
  ### Added
137
66
  - Initial even release supporting Ruby >= 2.2
138
67
 
139
- ## [7.0.1] - 2022-06-08
140
- ### Added
141
- - Improve, and dry up documentation
142
-
143
68
  ## [7.0.0] - 2022-05-23
144
69
  ### Added
145
70
  - Initial odd release supporting Ruby ~> 2.2
146
71
 
147
- ## [6.0.1] - 2022-06-08
148
- ### Added
149
- - Improve, and dry up documentation
150
- ### Fixed
151
- - Allow install up to Ruby < 4, which allows running against current Ruby HEAD @ 3.2-dev
152
-
153
72
  ## [6.0.0] - 2022-05-23
154
73
  ### Added
155
74
  - Initial even release supporting Ruby >= 2.1
156
75
 
157
- ## [5.0.2] - 2022-06-08
158
- ### Added
159
- - Improve, and dry up documentation
160
-
161
76
  ## [5.0.1] - 2022-05-23
162
77
  ### Fixed
163
78
  - Make rubocop config files load ruby specific config from relevant rubocop-ruby*_* gem
@@ -166,10 +81,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
166
81
  ### Added
167
82
  - Initial odd release supporting Ruby ~> 2.1
168
83
 
169
- ## [4.0.3] - 2022-06-08
170
- ### Fixed
171
- - Allow install up to Ruby < 4, which allows running against current Ruby HEAD @ 3.2-dev
172
-
173
84
  ## [4.0.2] - 2022-05-23
174
85
  ### Fixed
175
86
  - Make rubocop config files load ruby specific config from relevant rubocop-ruby*_* gem
@@ -183,10 +94,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
183
94
  ### Added
184
95
  - Initial even release supporting Ruby >= 2.0
185
96
 
186
- ## [3.0.3] - 2022-06-08
187
- ### Added
188
- - Improve, and dry up documentation
189
-
190
97
  ## [3.0.2] - 2022-05-23
191
98
  ### Fixed
192
99
  - Make rubocop config files load ruby specific config from relevant rubocop-ruby*_* gem
@@ -200,14 +107,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
200
107
  ### Added
201
108
  - Initial odd release supporting Ruby ~> 2.0
202
109
 
203
- ## [2.0.5] - 2022-06-08
204
- ### Added
205
- - Improve, and dry up documentation
206
-
207
- ## [2.0.4] - 2022-06-08
208
- ### Fixed
209
- - Allow install up to Ruby < 4, which allows running against current Ruby HEAD @ 3.2-dev
210
-
211
110
  ## [2.0.3] - 2022-05-23
212
111
  ### Fixed
213
112
  - Make rubocop config files load ruby specific config from relevant rubocop-ruby*_* gem
@@ -226,11 +125,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
226
125
  ### Added
227
126
  - Initial even release supporting Ruby >= 1.9
228
127
 
229
- ## [1.0.4] - 2022-06-08
230
- ### Added
231
- - Security Policy @ SECURITY.md
232
- - Improve, and dry up documentation
233
-
234
128
  ## [1.0.3] - 2022-05-23
235
129
  ### Fixed
236
130
  - Make rubocop config files load ruby specific config from relevant rubocop-ruby*_* gem
@@ -249,54 +143,34 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
249
143
  ### Added
250
144
  - Initial odd release supporting Ruby ~> 1.9
251
145
 
252
- [Unreleased]: https://github.com/rubocop-lts/rubocop-lts/compare/v19.0.1...HEAD
253
- [19.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v19.0.0...v19.0.1
254
- [19.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v18.0.1...v19.0.0
255
- [18.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v18.0.0...v18.0.1
256
- [18.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v17.0.1...v18.0.0
257
- [17.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v17.0.0...v17.0.1
258
- [17.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v16.0.1...v17.0.0
259
- [16.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v16.0.0...v16.0.1
260
- [16.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v15.0.1...v16.0.0
261
- [15.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v15.0.0...v15.0.1
262
- [15.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v14.0.1...v15.0.0
263
- [14.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v14.0.0...v14.0.1
264
- [14.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v13.0.1...v14.0.0
265
- [13.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v13.0.0...v13.0.1
266
- [13.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v12.0.1...v13.0.0
267
- [12.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v12.0.0...v12.0.1
268
- [12.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v11.0.2...v12.0.0
269
- [11.0.2]: https://github.com/rubocop-lts/rubocop-lts/compare/v11.0.0...v11.0.2
270
- [11.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v10.0.1...v11.0.0
271
- [10.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v10.0.0...v10.0.1
272
- [10.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v9.0.1...v10.0.0
273
- [9.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v9.0.0...v9.0.1
274
- [9.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v8.0.2...v9.0.0
275
- [8.0.2]: https://github.com/rubocop-lts/rubocop-lts/compare/v8.0.1...v8.0.2
276
- [8.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v8.0.0...v8.0.1
277
- [8.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v7.0.1...v8.0.0
278
- [7.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v7.0.0...v7.0.1
279
- [7.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v6.0.1...v7.0.0
280
- [6.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v6.0.0...v6.0.1
281
- [6.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v5.0.2...v6.0.0
282
- [5.0.2]: https://github.com/rubocop-lts/rubocop-lts/compare/v5.0.1...v5.0.2
146
+ [Unreleased]: https://github.com/rubocop-lts/rubocop-lts/compare/v20.0.0...HEAD
147
+ [20.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v19.0.0...v20.0.0
148
+ [19.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v18.0.0...v19.0.0
149
+ [18.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v17.0.0...v18.0.0
150
+ [17.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v16.0.0...v17.0.0
151
+ [16.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v15.0.0...v16.0.0
152
+ [15.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v14.0.0...v15.0.0
153
+ [14.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v13.0.0...v14.0.0
154
+ [13.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v12.0.0...v13.0.0
155
+ [12.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v11.0.0...v12.0.0
156
+ [11.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v10.0.0...v11.0.0
157
+ [10.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v9.0.0...v10.0.0
158
+ [9.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v8.0.0...v9.0.0
159
+ [8.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v7.0.0...v8.0.0
160
+ [7.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v6.0.0...v7.0.0
161
+ [6.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v5.0.1...v6.0.0
283
162
  [5.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v5.0.0...v5.0.1
284
- [5.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v4.0.3...v5.0.0
285
- [4.0.3]: https://github.com/rubocop-lts/rubocop-lts/compare/v4.0.2...v4.0.3
163
+ [5.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v4.0.2...v5.0.0
286
164
  [4.0.2]: https://github.com/rubocop-lts/rubocop-lts/compare/v4.0.1...v4.0.2
287
165
  [4.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v4.0.0...v4.0.1
288
- [4.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v3.0.3...v4.0.0
289
- [3.0.3]: https://github.com/rubocop-lts/rubocop-lts/compare/v3.0.2...v3.0.3
166
+ [4.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v3.0.2...v4.0.0
290
167
  [3.0.2]: https://github.com/rubocop-lts/rubocop-lts/compare/v3.0.1...v3.0.2
291
168
  [3.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v3.0.0...v3.0.1
292
- [3.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v2.0.5...v3.0.0
293
- [2.0.5]: https://github.com/rubocop-lts/rubocop-lts/compare/v2.0.4...v2.0.5
294
- [2.0.4]: https://github.com/rubocop-lts/rubocop-lts/compare/v2.0.3...v2.0.4
169
+ [3.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v2.0.3...v3.0.0
295
170
  [2.0.3]: https://github.com/rubocop-lts/rubocop-lts/compare/v2.0.2...v2.0.3
296
171
  [2.0.2]: https://github.com/rubocop-lts/rubocop-lts/compare/v2.0.1...v2.0.2
297
172
  [2.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v2.0.0...v2.0.1
298
- [2.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v1.0.4...v2.0.0
299
- [1.0.4]: https://github.com/rubocop-lts/rubocop-lts/compare/v1.0.3...v1.0.4
173
+ [2.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v1.0.3...v2.0.0
300
174
  [1.0.3]: https://github.com/rubocop-lts/rubocop-lts/compare/v1.0.2...v1.0.3
301
175
  [1.0.2]: https://github.com/rubocop-lts/rubocop-lts/compare/v1.0.1...v1.0.2
302
176
  [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 odd release of `rubocop-lts` supporting Ruby ~> 3.0.0.**
38
+ **This README is for the even release of `rubocop-lts` supporting Ruby >= 3.0.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', '~> 19.0', require: false
205
+ gem 'rubocop-lts', '~> 20.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", "~> 19.0"
332
+ spec.add_dependency "rubocop-lts", "~> 20.0"
333
333
  ```
334
334
 
335
335
 
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Rubocop
4
4
  module Lts
5
- VERSION = "19.0.1"
5
+ VERSION = "20.0.0"
6
6
  end
7
7
  end
@@ -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
@@ -0,0 +1,7 @@
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
@@ -0,0 +1,7 @@
1
+ # frozen_string_literal: true
2
+
3
+ # This gem
4
+ require "rubocop/lts"
5
+
6
+ # RSpec Configs
7
+ require "config/rspec/rspec_core"
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: 19.0.1
4
+ version: 20.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Peter Boling
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2022-06-09 00:00:00.000000000 Z
11
+ date: 2022-05-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rubocop-ruby3_0
@@ -16,14 +16,14 @@ dependencies:
16
16
  requirements:
17
17
  - - "~>"
18
18
  - !ruby/object:Gem::Version
19
- version: 1.0.6
19
+ version: 1.0.3
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.6
26
+ version: 1.0.3
27
27
  description: Rubocop LTS - Chaos Reduction In a Bottle
28
28
  email:
29
29
  - peter.boling@gmail.com
@@ -41,15 +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
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/v19.0.1
50
- changelog_uri: https://github.com/rubocop-lts/rubocop-lts/blob/v19.0.1/CHANGELOG.md
52
+ source_code_uri: https://github.com/rubocop-lts/rubocop-lts/tree/v20.0.0
53
+ changelog_uri: https://github.com/rubocop-lts/rubocop-lts/blob/v20.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/19.0.1
55
+ documentation_uri: https://www.rubydoc.info/gems/rubocop-lts/20.0.0
53
56
  wiki_uri: https://github.com/rubocop-lts/rubocop-lts/wiki
54
57
  rubygems_mfa_required: 'true'
55
58
  post_install_message:
@@ -63,15 +66,18 @@ required_ruby_version: !ruby/object:Gem::Requirement
63
66
  version: 3.0.0
64
67
  - - "<"
65
68
  - !ruby/object:Gem::Version
66
- version: '3.1'
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.15
76
+ rubygems_version: 3.3.14
74
77
  signing_key:
75
78
  specification_version: 4
76
79
  summary: Rubocop LTS - Semantically Versioned
77
- test_files: []
80
+ test_files:
81
+ - spec/config/rspec/rspec_core.rb
82
+ - spec/rubocop/lts_spec.rb
83
+ - spec/spec_helper.rb