rubocop-lts 7.0.0 → 8.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: eda540036ab1ac894685dfceac2fc6e28e457c8c2c768291098a139f607938c0
4
- data.tar.gz: 636372e330d803948450d14a7307ad6bed64f4dd16f1ee5c561f901d7ab28903
3
+ metadata.gz: b4874847e559f2751921bbdbe7cc59c78371787ba3cf92c4d6fb7740379de48f
4
+ data.tar.gz: bbb40b7a461bbff132cd1df57df5333f8ce5577e85397173db0ac3f2366a08f1
5
5
  SHA512:
6
- metadata.gz: 8d5f21ff3cc213323639956adb06885971614d74fb96ce6e173e3d38477152fe09a4858abf81413bb9793e9244ca41f61f926d13e5f701b651bc683f4010cd2c
7
- data.tar.gz: c483f1b403f5bbbd0b099177d72b738c97e9986839fdc08cdc4015fa54361a759bbdf09bb6f096e9315c094bbc4b75186555374d10de81f1b3f3f834f9f00b5a
6
+ metadata.gz: 45cc47e889f433f8b9310ecaa930c2651209875e7e47b20149dd2ae573b77e814e7b3d91c1d4c221e9325373163a861701850ff958bf33868c8b435f9319a8fd
7
+ data.tar.gz: 29758847f4bc8730ddaafff25135af79f123bf4921a86302430efe1e2c0fcbfd405b949fb75173470954ab4c758ca191f5d9a43275a1976e2febfd613f2f0127
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
+ ## [8.0.0] - 2022-05-23
17
+ ### Added
18
+ - Initial even release supporting Ruby >= 2.2
19
+
16
20
  ## [7.0.0] - 2022-05-23
17
21
  ### Added
18
22
  - Initial odd release supporting Ruby ~> 2.2
@@ -91,7 +95,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
91
95
  ### Added
92
96
  - Initial odd release supporting Ruby ~> 1.9
93
97
 
94
- [Unreleased]: https://github.com/rubocop-lts/rubocop-lts/compare/v7.0.0...HEAD
98
+ [Unreleased]: https://github.com/rubocop-lts/rubocop-lts/compare/v8.0.0...HEAD
99
+ [8.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v7.0.0...v8.0.0
95
100
  [7.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v6.0.0...v7.0.0
96
101
  [6.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v5.0.1...v6.0.0
97
102
  [5.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v5.0.0...v5.0.1
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.2.0.**
38
+ **This README is for the even release of `rubocop-lts` supporting Ruby >= 2.2.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', '~> 7.0', require: false
205
+ gem 'rubocop-lts', '~> 8.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", "~> 7.0"
332
+ spec.add_dependency "rubocop-lts", "~> 8.0"
333
333
  ```
334
334
 
335
335
 
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Rubocop
4
4
  module Lts
5
- VERSION = "7.0.0".freeze
5
+ VERSION = "8.0.0".freeze
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: 7.0.0
4
+ version: 8.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/v7.0.0
53
- changelog_uri: https://github.com/rubocop-lts/rubocop-lts/blob/v7.0.0/CHANGELOG.md
52
+ source_code_uri: https://github.com/rubocop-lts/rubocop-lts/tree/v8.0.0
53
+ changelog_uri: https://github.com/rubocop-lts/rubocop-lts/blob/v8.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/7.0.0
55
+ documentation_uri: https://www.rubydoc.info/gems/rubocop-lts/8.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.2.0
67
67
  - - "<"
68
68
  - !ruby/object:Gem::Version
69
- version: '2.3'
69
+ version: '3.2'
70
70
  required_rubygems_version: !ruby/object:Gem::Requirement
71
71
  requirements:
72
72
  - - ">="