rubocop-lts 18.0.0 → 21.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: a34a85de07e892582ff75c521b59f55495fcd017b31575800e2c106092e82b1b
4
- data.tar.gz: 5d90877081d02ba53079e4870a685211b471c6de865f065958ca657fb7d3add7
3
+ metadata.gz: 405354608e234b99aa9da3eacb4ccbd49443a6486098ab4c1ab19a4eb866332a
4
+ data.tar.gz: 6e107182e2c7bd741c4b67d863666cf7955aed91cd66d8dbb7c8ba4bef4fb48e
5
5
  SHA512:
6
- metadata.gz: 1a4347a3841b807e55cacdb614ed6fda471cc90325ffd66dcb6f72b08c2869516fbe26795e543d98bcd4596cc21c2b8b73b427f5977840e0cf7a5864f8de6f92
7
- data.tar.gz: 9cccea908113f45b9860438aa5887ce1c622144fad3dea2f52da37af2a91caf9811a039a2ff40147a13f011efdd572cb394316569cf9f508a132434e1749f4e4
6
+ metadata.gz: ec38fcd39b9124f096266be0c5b3b1a587077a4172d7f992545255fc0627871d1e3f98a83657c52b922a996c5f824387e555b799292a4b186c1c9fcc889547ee
7
+ data.tar.gz: bfe3ef7d5a8ce9aa74abdce7d5c8e48e840aa189d68f78d1bbd6fb23f88ebf92d7a171bd668a07909abf646dc8da49e874e3e1961956fed372a7e0b751168e1b
data/CHANGELOG.md CHANGED
@@ -13,6 +13,18 @@ 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
+
24
+ ## [19.0.0] - 2022-05-23
25
+ ### Added
26
+ - Initial odd release supporting Ruby ~> 3.0
27
+
16
28
  ## [18.0.0] - 2022-05-23
17
29
  ### Added
18
30
  - Initial even release supporting Ruby >= 2.7
@@ -135,7 +147,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
135
147
  ### Added
136
148
  - Initial odd release supporting Ruby ~> 1.9
137
149
 
138
- [Unreleased]: https://github.com/rubocop-lts/rubocop-lts/compare/v18.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
153
+ [19.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v18.0.0...v19.0.0
139
154
  [18.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v17.0.0...v18.0.0
140
155
  [17.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v16.0.0...v17.0.0
141
156
  [16.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v15.0.0...v16.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 even release of `rubocop-lts` supporting Ruby >= 2.7.0.**
38
+ **This README is for the odd 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', '~> 18.0', require: false
205
+ gem 'rubocop-lts', '~> 21.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", "~> 18.0"
332
+ spec.add_dependency "rubocop-lts", "~> 21.0"
333
333
  ```
334
334
 
335
335
 
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Rubocop
4
4
  module Lts
5
- VERSION = "18.0.0"
5
+ VERSION = "21.0.0"
6
6
  end
7
7
  end
data/rubocop-lts.yml CHANGED
@@ -1,2 +1,2 @@
1
1
  inherit_gem:
2
- rubocop-ruby2_7: rubocop.yml
2
+ rubocop-ruby3_1: rubocop.yml
metadata CHANGED
@@ -1,17 +1,17 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rubocop-lts
3
3
  version: !ruby/object:Gem::Version
4
- version: 18.0.0
4
+ version: 21.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Peter Boling
8
- autorequire:
8
+ autorequire:
9
9
  bindir: exe
10
10
  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-ruby2_7
14
+ name: rubocop-ruby3_1
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
17
  - - "~>"
@@ -49,13 +49,13 @@ 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/v18.0.0
53
- changelog_uri: https://github.com/rubocop-lts/rubocop-lts/blob/v18.0.0/CHANGELOG.md
52
+ source_code_uri: https://github.com/rubocop-lts/rubocop-lts/tree/v21.0.0
53
+ changelog_uri: https://github.com/rubocop-lts/rubocop-lts/blob/v21.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/18.0.0
55
+ documentation_uri: https://www.rubydoc.info/gems/rubocop-lts/21.0.0
56
56
  wiki_uri: https://github.com/rubocop-lts/rubocop-lts/wiki
57
57
  rubygems_mfa_required: 'true'
58
- post_install_message:
58
+ post_install_message:
59
59
  rdoc_options: []
60
60
  require_paths:
61
61
  - lib
@@ -63,7 +63,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
63
63
  requirements:
64
64
  - - ">="
65
65
  - !ruby/object:Gem::Version
66
- version: 2.7.0
66
+ version: 3.1.0
67
67
  - - "<"
68
68
  - !ruby/object:Gem::Version
69
69
  version: '3.2'
@@ -74,10 +74,10 @@ required_rubygems_version: !ruby/object:Gem::Requirement
74
74
  version: '0'
75
75
  requirements: []
76
76
  rubygems_version: 3.3.14
77
- signing_key:
77
+ signing_key:
78
78
  specification_version: 4
79
79
  summary: Rubocop LTS - Semantically Versioned
80
80
  test_files:
81
- - spec/spec_helper.rb
82
81
  - spec/config/rspec/rspec_core.rb
83
82
  - spec/rubocop/lts_spec.rb
83
+ - spec/spec_helper.rb