rubocop-lts 5.0.1 → 6.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: be2295b126256e19cb8898388c9ecff59ffc3967fb3202273483315dd2286797
4
- data.tar.gz: 3a9f92042ec498dff3af61aa426ec68c0ed92c0868f327bd54cb13a8ad687a97
3
+ metadata.gz: cdc57ff924443e323668afd30781c7c2bd9cf10318be133fc908bc6caa41f985
4
+ data.tar.gz: 8d69824945c2ceb29b44a6214806ca511e558e62c2e12926f99d78d144eab45f
5
5
  SHA512:
6
- metadata.gz: 970480c9a9d8ad56e3e878949316a5728aa8eb7e7826e51c71d8e06de35213e76b01ff63b50684a4f2fa722403a0f75971c39128f6bf9c4e9cce58f8ce7ede28
7
- data.tar.gz: a86e53432c323d46539f7f7827b87bfc58c409914abeea662ce5153c68280952c13f419087ffed4fdd979dfe26e89615452f18bbd0de3accd10b2b4171aedc6d
6
+ metadata.gz: 8a7d93ba923ed987ceb06703bf5d905edd60dd3d84b38a5b60abab7ed8eaccdc297f788b94c3fd656a039c04556eb21365ac7fee1d1bcd27c43381488c36cb60
7
+ data.tar.gz: ab065392312aa46111806fbf3d2102db08a099d9e44ff2f7f6f6e16ea30172f3cacf9881b8a2e11c941f50980eafafb92bfda52d4a597d2ca07e6cb6e06988d1
data/CHANGELOG.md CHANGED
@@ -13,13 +13,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
13
13
 
14
14
  ### Removed
15
15
 
16
+ ## [6.0.0] - 2022-05-23
17
+ ### Added
18
+ - Initial odd release supporting Ruby >= 2.1
19
+
16
20
  ## [5.0.1] - 2022-05-23
17
21
  ### Fixed
18
22
  - Make rubocop config files load ruby specific config from relevant rubocop-ruby*_* gem
19
23
 
20
24
  ## [5.0.0] - 2022-05-23
21
25
  ### Added
22
- - Initial odd release supporting Ruby >= 2.1
26
+ - Initial odd release supporting Ruby ~> 2.1
23
27
 
24
28
  ## [4.0.2] - 2022-05-23
25
29
  ### Fixed
@@ -83,7 +87,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
83
87
  ### Added
84
88
  - Initial odd release supporting Ruby ~> 1.9
85
89
 
86
- [Unreleased]: https://github.com/rubocop-lts/rubocop-lts/compare/v5.0.0...HEAD
90
+ [Unreleased]: https://github.com/rubocop-lts/rubocop-lts/compare/v6.0.0...HEAD
91
+ [6.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v5.0.1...v6.0.0
92
+ [5.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v5.0.0...v5.0.1
87
93
  [5.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v4.0.2...v5.0.0
88
94
  [4.0.2]: https://github.com/rubocop-lts/rubocop-lts/compare/v4.0.1...v4.0.2
89
95
  [4.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v4.0.0...v4.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.1.0.**
38
+ **This README is for the even release of `rubocop-lts` supporting Ruby >= 2.1.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', '~> 5.0', require: false
205
+ gem 'rubocop-lts', '~> 6.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", "~> 5.0"
332
+ spec.add_dependency "rubocop-lts", "~> 6.0"
333
333
  ```
334
334
 
335
335
 
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Rubocop
4
4
  module Lts
5
- VERSION = "5.0.1".freeze
5
+ VERSION = "6.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: 5.0.1
4
+ version: 6.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/v5.0.1
53
- changelog_uri: https://github.com/rubocop-lts/rubocop-lts/blob/v5.0.1/CHANGELOG.md
52
+ source_code_uri: https://github.com/rubocop-lts/rubocop-lts/tree/v6.0.0
53
+ changelog_uri: https://github.com/rubocop-lts/rubocop-lts/blob/v6.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/5.0.1
55
+ documentation_uri: https://www.rubydoc.info/gems/rubocop-lts/6.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.1.0
67
67
  - - "<"
68
68
  - !ruby/object:Gem::Version
69
- version: '2.2'
69
+ version: '3.2'
70
70
  required_rubygems_version: !ruby/object:Gem::Requirement
71
71
  requirements:
72
72
  - - ">="