rubocop-lts 19.0.0 → 22.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: 24bb066f8a8fc8a018f8684e3ea3e659e03388f6c93ebe4f9d22b3da85d3a38e
4
- data.tar.gz: 053ac88079993fa9b69d81c765413db71be95f12c25fb785935ced9df66a41dc
3
+ metadata.gz: 3008981a8429bfe75436a348e76c50be158fafbeb8772a3bd19b7d8046d464f8
4
+ data.tar.gz: bd0e1c4b66027592b0fa1225af206563234c077d445bec0cd1ce5d514564cab8
5
5
  SHA512:
6
- metadata.gz: 043b894f3fbb2d0ff7ebdf4141754ff5936e47298727649f7e51fd874d21d1b72607765be95c647429a787277bdd467bf84d9535cb4f6b165a6efd8db4ffdc67
7
- data.tar.gz: 12aa196aa01756aacdeff70280cd024135ba9db32d0dcfc06e2622d51448c7a146212fef60f6520d2dc2d0e7f3275bf0595dca8ba9d91da3f3ba39940b4adedf
6
+ metadata.gz: fbee44d961fb63ff6d2b1e5cc8df00c0cd746acf13ea764736302eca6038bce483a65530e4b43e5e69fd5c016b0f459a4d7dab0555af95fff2b4a5e38d5e4270
7
+ data.tar.gz: 014f3d39a14ef3566aa09b9f284a45e8ffaede5be9684e8801cafbae723ad4be21b17e2eb10dfabbb3dfe41ed279a995f39bbbb84389701f8e9cc0457d28f9fc
data/CHANGELOG.md CHANGED
@@ -13,6 +13,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
13
13
 
14
14
  ### Removed
15
15
 
16
+ ## [21.0.0] - 2022-05-23
17
+ ### Added
18
+ - Initial odd release supporting Ruby ~> 3.1
19
+
20
+ ## [20.0.0] - 2022-05-23
21
+ ### Added
22
+ - Initial even release supporting Ruby >= 3.0
23
+
16
24
  ## [19.0.0] - 2022-05-23
17
25
  ### Added
18
26
  - Initial odd release supporting Ruby ~> 3.0
@@ -139,7 +147,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
139
147
  ### Added
140
148
  - Initial odd release supporting Ruby ~> 1.9
141
149
 
142
- [Unreleased]: https://github.com/rubocop-lts/rubocop-lts/compare/v19.0.0...HEAD
150
+ [Unreleased]: https://github.com/rubocop-lts/rubocop-lts/compare/v21.0.0...HEAD
151
+ [21.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v20.0.0...v21.0.0
152
+ [20.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v19.0.0...v20.0.0
143
153
  [19.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v18.0.0...v19.0.0
144
154
  [18.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v17.0.0...v18.0.0
145
155
  [17.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v16.0.0...v17.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 ~> 3.0.0.**
38
+ **This README is for the even release of `rubocop-lts` supporting Ruby >= 3.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', '~> 19.0', require: false
205
+ gem 'rubocop-lts', '~> 22.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", "~> 19.0"
332
+ spec.add_dependency "rubocop-lts", "~> 22.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.0"
5
+ VERSION = "22.0.0"
6
6
  end
7
7
  end
data/rubocop-lts.yml CHANGED
@@ -1,2 +1,2 @@
1
1
  inherit_gem:
2
- rubocop-ruby3_0: rubocop.yml
2
+ rubocop-ruby3_1: rubocop.yml
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: 19.0.0
4
+ version: 22.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Peter Boling
@@ -11,7 +11,7 @@ cert_chain: []
11
11
  date: 2022-05-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
- name: rubocop-ruby3_0
14
+ name: rubocop-ruby3_1
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
17
  - - "~>"
@@ -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/v19.0.0
53
- changelog_uri: https://github.com/rubocop-lts/rubocop-lts/blob/v19.0.0/CHANGELOG.md
52
+ source_code_uri: https://github.com/rubocop-lts/rubocop-lts/tree/v22.0.0
53
+ changelog_uri: https://github.com/rubocop-lts/rubocop-lts/blob/v22.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/19.0.0
55
+ documentation_uri: https://www.rubydoc.info/gems/rubocop-lts/22.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:
@@ -63,10 +63,10 @@ required_ruby_version: !ruby/object:Gem::Requirement
63
63
  requirements:
64
64
  - - ">="
65
65
  - !ruby/object:Gem::Version
66
- version: 3.0.0
66
+ version: 3.1.0
67
67
  - - "<"
68
68
  - !ruby/object:Gem::Version
69
- version: '3.1'
69
+ version: '3.2'
70
70
  required_rubygems_version: !ruby/object:Gem::Requirement
71
71
  requirements:
72
72
  - - ">="