rubocop-lts 9.0.0 → 10.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: 8fe824228b0092c9cb71f14175f7a15c8728ff36a145133ade20a9d26a23dec4
4
- data.tar.gz: 8afa5e44928c60b9e21c3ade1eb8b5a45908986fa1f82b7371d09e713d71bb0a
3
+ metadata.gz: 38536b189b03ed80dcef90d7ef753a18253b1d33ec76fe57d55861f245c833ed
4
+ data.tar.gz: a4d3a826f532ca1c145d7ade943dcecb458ed7f90b688e41264872f96450183d
5
5
  SHA512:
6
- metadata.gz: 5c208efb8d7efb7339decc9bdccfbbb5d4efbb49ddc5ccc84eb4038326f42aec6ff712e4d6ff90ed1bfe8045c5a9a98bd017c3715f68b58dc16acae88c9f5fda
7
- data.tar.gz: 721ea140a4b2e90426092997f579362b4782204f472916f43468422912c4abe9459d32724cf3ce1ff070181fcea54375194f1c055052a346d5c8cb48224c440f
6
+ metadata.gz: '0769d9379d82ff495092eddb0eb8a3a961e44c5323b067f05993a759de834800ab4b46c18f5de0132fafb117008ba180b92abd0adb7d15e2d3df0145c2542b37'
7
+ data.tar.gz: 4643521b28a18848fefcf8ac84ca2c3cf876294a3d052886c4387a817dc9e98e970cc9cc5a65b8aed0cc28062199619b2c9f961abf441a4227d331e6b5be3a12
data/CHANGELOG.md CHANGED
@@ -13,6 +13,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
13
13
 
14
14
  ### Removed
15
15
 
16
+ ## [10.0.0] - 2022-05-23
17
+ ### Added
18
+ - Initial even release supporting Ruby >= 2.3
19
+
16
20
  ## [9.0.0] - 2022-05-23
17
21
  ### Added
18
22
  - Initial odd release supporting Ruby ~> 2.3
@@ -99,7 +103,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99
103
  ### Added
100
104
  - Initial odd release supporting Ruby ~> 1.9
101
105
 
102
- [Unreleased]: https://github.com/rubocop-lts/rubocop-lts/compare/v9.0.0...HEAD
106
+ [Unreleased]: https://github.com/rubocop-lts/rubocop-lts/compare/v10.0.0...HEAD
107
+ [10.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v9.0.0...v10.0.0
103
108
  [9.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v8.0.0...v9.0.0
104
109
  [8.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v7.0.0...v8.0.0
105
110
  [7.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v6.0.0...v7.0.0
data/README.md CHANGED
@@ -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 ~> 2.3.0.**
38
+ **This README is for the even release of `rubocop-lts` supporting Ruby >= 2.3.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
@@ -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', '~> 9.0', require: false
205
+ gem 'rubocop-lts', '~> 10.0', require: false
206
206
  ```
207
207
 
208
208
  And then execute:
@@ -329,7 +329,7 @@ For example:
329
329
 
330
330
  <!-- FIND VERSION -->
331
331
  ```ruby
332
- spec.add_dependency "rubocop-lts", "~> 9.0"
332
+ spec.add_dependency "rubocop-lts", "~> 10.0"
333
333
  ```
334
334
 
335
335
 
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Rubocop
4
4
  module Lts
5
- VERSION = "9.0.0"
5
+ VERSION = "10.0.0"
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rubocop-lts
3
3
  version: !ruby/object:Gem::Version
4
- version: 9.0.0
4
+ version: 10.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Peter Boling
@@ -49,10 +49,10 @@ licenses:
49
49
  - MIT
50
50
  metadata:
51
51
  homepage_uri: https://github.com/rubocop-lts/rubocop-lts
52
- source_code_uri: https://github.com/rubocop-lts/rubocop-lts/tree/v9.0.0
53
- changelog_uri: https://github.com/rubocop-lts/rubocop-lts/blob/v9.0.0/CHANGELOG.md
52
+ source_code_uri: https://github.com/rubocop-lts/rubocop-lts/tree/v10.0.0
53
+ changelog_uri: https://github.com/rubocop-lts/rubocop-lts/blob/v10.0.0/CHANGELOG.md
54
54
  bug_tracker_uri: https://github.com/rubocop-lts/rubocop-lts/issues
55
- documentation_uri: https://www.rubydoc.info/gems/rubocop-lts/9.0.0
55
+ documentation_uri: https://www.rubydoc.info/gems/rubocop-lts/10.0.0
56
56
  wiki_uri: https://github.com/rubocop-lts/rubocop-lts/wiki
57
57
  rubygems_mfa_required: 'true'
58
58
  post_install_message:
@@ -66,7 +66,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
66
66
  version: 2.3.0
67
67
  - - "<"
68
68
  - !ruby/object:Gem::Version
69
- version: '2.4'
69
+ version: '3.2'
70
70
  required_rubygems_version: !ruby/object:Gem::Requirement
71
71
  requirements:
72
72
  - - ">="