rubocop-lts 13.0.0 → 16.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: f2a71a12caf3ec0368cfbf476589600e48a40b516dcc713429e856fbeba01704
4
- data.tar.gz: d529e1e5b87ab7d09ff171937e9de089120ab140025a84c4f8de550e4bb9cf2a
3
+ metadata.gz: 2b01ee58236a63e65a97709b030c38561bec79db5deef6efee126ce08a5b533c
4
+ data.tar.gz: 15d3821c0de5fcc2d4323e17b14d881e8b927e28891d97a48b4edf8c70181906
5
5
  SHA512:
6
- metadata.gz: 20705517973b2c4a86b4713af165a08d60ac602bf1cddffd3b7b48e07c5d22a2f3240ddd168e3aa7595ca8695b99d0b5045e072ace65da34f0fe56845e13784e
7
- data.tar.gz: a1f24b722fa3cab0236009fad5794ac608b3b57ea19e37fe64caa86bb04de0ed7e2fec2e6a0a858fed912675af48416e295db09c6990b9e38f0a2ae526ba8bbd
6
+ metadata.gz: c3f872f2aaebc71a826fd7d6370451a33b60bf83baa44041174e4f656e463e3047192040922942b52e752649cfd0380b5e7ad4515fdea06cc308d202dd431b33
7
+ data.tar.gz: 15e83cc50cbc8e4e691bb7718325c329dec90204c40573339da814222d9a10388ea22da5447e354a358b9e1a60e0e790d8a47af172a86c45d892a4d18c2016a7
data/CHANGELOG.md CHANGED
@@ -13,9 +13,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
13
13
 
14
14
  ### Removed
15
15
 
16
+ ## [16.0.0] - 2022-05-23
17
+ ### Added
18
+ - Initial even release supporting Ruby >= 2.6
19
+
20
+ ## [15.0.0] - 2022-05-23
21
+ ### Added
22
+ - Initial odd release supporting Ruby ~> 2.6
23
+
24
+ ## [14.0.0] - 2022-05-23
25
+ ### Added
26
+ - Initial even release supporting Ruby >= 2.5
27
+
16
28
  ## [13.0.0] - 2022-05-23
17
29
  ### Added
18
- - Initial odd release supporting Ruby ~> 2.4
30
+ - Initial odd release supporting Ruby ~> 2.5
19
31
 
20
32
  ## [12.0.0] - 2022-05-23
21
33
  ### Added
@@ -115,7 +127,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
115
127
  ### Added
116
128
  - Initial odd release supporting Ruby ~> 1.9
117
129
 
118
- [Unreleased]: https://github.com/rubocop-lts/rubocop-lts/compare/v13.0.0...HEAD
130
+ [Unreleased]: https://github.com/rubocop-lts/rubocop-lts/compare/v16.0.0...HEAD
131
+ [16.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v15.0.0...v16.0.0
132
+ [15.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v14.0.0...v15.0.0
133
+ [14.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v13.0.0...v14.0.0
119
134
  [13.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v12.0.0...v13.0.0
120
135
  [12.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v11.0.0...v12.0.0
121
136
  [11.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v10.0.0...v11.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.5.0.**
38
+ **This README is for the even release of `rubocop-lts` supporting Ruby >= 2.6.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', '~> 13.0', require: false
205
+ gem 'rubocop-lts', '~> 16.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", "~> 13.0"
332
+ spec.add_dependency "rubocop-lts", "~> 16.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 = "13.0.0"
5
+ VERSION = "16.0.0"
6
6
  end
7
7
  end
data/rubocop-lts.yml CHANGED
@@ -1,2 +1,2 @@
1
1
  inherit_gem:
2
- rubocop-ruby2_5: rubocop.yml
2
+ rubocop-ruby2_6: 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: 13.0.0
4
+ version: 16.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Peter Boling
@@ -11,19 +11,19 @@ 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_5
14
+ name: rubocop-ruby2_6
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
17
  - - "~>"
18
18
  - !ruby/object:Gem::Version
19
- version: 1.0.3
19
+ version: 1.0.4
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - "~>"
25
25
  - !ruby/object:Gem::Version
26
- version: 1.0.3
26
+ version: 1.0.4
27
27
  description: Rubocop LTS - Chaos Reduction In a Bottle
28
28
  email:
29
29
  - peter.boling@gmail.com
@@ -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/v13.0.0
53
- changelog_uri: https://github.com/rubocop-lts/rubocop-lts/blob/v13.0.0/CHANGELOG.md
52
+ source_code_uri: https://github.com/rubocop-lts/rubocop-lts/tree/v16.0.0
53
+ changelog_uri: https://github.com/rubocop-lts/rubocop-lts/blob/v16.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/13.0.0
55
+ documentation_uri: https://www.rubydoc.info/gems/rubocop-lts/16.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.5.0
66
+ version: 2.6.0
67
67
  - - "<"
68
68
  - !ruby/object:Gem::Version
69
- version: '2.6'
69
+ version: '3.2'
70
70
  required_rubygems_version: !ruby/object:Gem::Requirement
71
71
  requirements:
72
72
  - - ">="