rubocop-lts 11.0.0 → 14.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: e226a3b918d1e382d5226befbbb41dda1cc4e70bff9f81ca75285af1afd3c787
4
- data.tar.gz: e0abd6da490a7d7620759205ca487a660be9f7c8a3bedbeeff13d134588034a1
3
+ metadata.gz: efbb00ddbe27e1cfbe6fff395ee2974a16143e060e930716be17d7612931deaf
4
+ data.tar.gz: 4b813945607872f519f8e4b61553e4ed6e7c3c379f0888a1386e1e03f3bdc8c1
5
5
  SHA512:
6
- metadata.gz: c741de0603b0f9b032f926edd1ddd3ff447f862c322e1aa11d69f6450fef1a14663637df0aea85dbfe636ac02d2a912050ccfefe5bf2a9f52c55602639f71f45
7
- data.tar.gz: 774c57599dc4270e2c04d9c59547811d5ad4af50a49d9affb49d2c9815a556021bff0a68697cf4497d11abe1fa4c1e26f3c67b572c361891dde288d2a12d0130
6
+ metadata.gz: a0de241afa831608b7297dbcb6979fccfe695c52dfeaaff7be3b9b27d518f33af2ba4b52505cb23cc2408181579dbbe4f586e011e9b0f49e32eb1a7561fc13a6
7
+ data.tar.gz: 47d610ae96cc9015f8a68052b41dd8ed0cc1c7ca36a9d9dfe2e1c80aac48861efb6ffd521decdab5c19116567e9ffe872b9dce062057df9f55c0711344842c71
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
+ ## [14.0.0] - 2022-05-23
17
+ ### Added
18
+ - Initial even release supporting Ruby >= 2.5
19
+
20
+ ## [13.0.0] - 2022-05-23
21
+ ### Added
22
+ - Initial odd release supporting Ruby ~> 2.5
23
+
24
+ ## [12.0.0] - 2022-05-23
25
+ ### Added
26
+ - Initial even release supporting Ruby >= 2.4
27
+
16
28
  ## [11.0.0] - 2022-05-23
17
29
  ### Added
18
30
  - Initial odd release supporting Ruby ~> 2.4
@@ -107,7 +119,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
107
119
  ### Added
108
120
  - Initial odd release supporting Ruby ~> 1.9
109
121
 
110
- [Unreleased]: https://github.com/rubocop-lts/rubocop-lts/compare/v11.0.0...HEAD
122
+ [Unreleased]: https://github.com/rubocop-lts/rubocop-lts/compare/v14.0.0...HEAD
123
+ [14.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v13.0.0...v14.0.0
124
+ [13.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v12.0.0...v13.0.0
125
+ [12.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v11.0.0...v12.0.0
111
126
  [11.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v10.0.0...v11.0.0
112
127
  [10.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v9.0.0...v10.0.0
113
128
  [9.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v8.0.0...v9.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.4.0.**
38
+ **This README is for the even release of `rubocop-lts` supporting Ruby >= 2.5.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', '~> 11.0', require: false
205
+ gem 'rubocop-lts', '~> 14.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", "~> 11.0"
332
+ spec.add_dependency "rubocop-lts", "~> 14.0"
333
333
  ```
334
334
 
335
335
 
data/SECURITY.md CHANGED
@@ -15,6 +15,17 @@
15
15
  | 9.x | :white_check_mark: |
16
16
  | 10.x | :white_check_mark: |
17
17
  | 11.x | :white_check_mark: |
18
+ | 12.x | :white_check_mark: |
19
+ | 13.x | :white_check_mark: |
20
+ | 14.x | :white_check_mark: |
21
+ | 15.x | :white_check_mark: |
22
+ | 16.x | :white_check_mark: |
23
+ | 17.x | :white_check_mark: |
24
+ | 18.x | :white_check_mark: |
25
+ | 19.x | :white_check_mark: |
26
+ | 20.x | :white_check_mark: |
27
+ | 21.x | :white_check_mark: |
28
+ | 22.x | :white_check_mark: |
18
29
 
19
30
  ## Reporting a Vulnerability
20
31
 
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Rubocop
4
4
  module Lts
5
- VERSION = "11.0.0"
5
+ VERSION = "14.0.0"
6
6
  end
7
7
  end
data/rubocop-lts.yml CHANGED
@@ -1,2 +1,2 @@
1
1
  inherit_gem:
2
- rubocop-ruby2_4: rubocop.yml
2
+ rubocop-ruby2_5: 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: 11.0.0
4
+ version: 14.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-ruby2_4
14
+ name: rubocop-ruby2_5
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/v11.0.0
53
- changelog_uri: https://github.com/rubocop-lts/rubocop-lts/blob/v11.0.0/CHANGELOG.md
52
+ source_code_uri: https://github.com/rubocop-lts/rubocop-lts/tree/v14.0.0
53
+ changelog_uri: https://github.com/rubocop-lts/rubocop-lts/blob/v14.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/11.0.0
55
+ documentation_uri: https://www.rubydoc.info/gems/rubocop-lts/14.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: 2.4.0
66
+ version: 2.5.0
67
67
  - - "<"
68
68
  - !ruby/object:Gem::Version
69
- version: '2.5'
69
+ version: '3.2'
70
70
  required_rubygems_version: !ruby/object:Gem::Requirement
71
71
  requirements:
72
72
  - - ">="