rubocop-lts 22.1.0 → 24.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: 0a7de4d5ab50beb89bdb96c39eab91e24ef9ed44adf701f04accbe3b3d57ddbd
4
- data.tar.gz: 5831fb917ddae5e33563ef20c3cc5bcb450cb9297c70cb8828c5b6fbe540051e
3
+ metadata.gz: 7306b0d0e9a6931c1f05a547e01b5fcd2eb9cf6390696683134b27a8334624bb
4
+ data.tar.gz: a650e8392bd71cae446a707ac9f3ca95a34681763461a8c53e9c9e09c0ed73a3
5
5
  SHA512:
6
- metadata.gz: 21a092d38fbd540856353d880e6c34a1b96e4146dd537a3e803393c598c3f0cf9695f964a200f7ad678c83cd12e822f24be4396ec69bbcf7c8a695f024e27a57
7
- data.tar.gz: f17f6ae7e94d459658572771f1405d138bb907fbf44442f22c7fae8954c8421f9c11edc3a37ba8b1300f31b656b9c1f858586716b40d53d1c0dca2b7b03b2160
6
+ metadata.gz: 9c66ee60d2491163443a349e3526aca48dc542fad7451c37cdb9a0ad65bf96bd4715847fc220d344107ed37064a66e62358b15b8990255c5af2a713d2e0e709c
7
+ data.tar.gz: f6f4fffcbc0cd990de1f5cc7c31cfeb4e4dee2f68f2d667d269ac47a4bcec7ea362674a5f4fd90d47e423f35b4905158874fb5447858550252bddf91b8a0febd
checksums.yaml.gz.sig CHANGED
Binary file
data/CHANGELOG.md CHANGED
@@ -10,24 +10,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
10
10
  ### Fixed
11
11
  ### Removed
12
12
 
13
- ## [22.1.0] - 2023-05-22
14
- ### Changed
15
- - Bumped dependency rubocop-ruby3_1 to ~> 2.0.4
16
-
17
- ## [22.0.1] - 2022-06-09
13
+ ## [24.0.0] - 2023-05-22
18
14
  ### Added
19
- - Improve, and dry up documentation
20
- ### Changed
21
- - Bumped dependency rubocop-ruby3_1 to ~> 1.0.6
22
- ### Fixed
23
- - Allow install up to Ruby < 4, which allows running against current Ruby HEAD @ 3.2-dev
24
-
25
- ## [22.0.0] - 2022-05-23
26
- ### Added
27
- - Initial even release supporting Ruby >= 3.1
28
-
15
+ - Initial even release supporting Ruby >= 3.2
29
16
 
30
- [Unreleased]: https://github.com/rubocop-lts/rubocop-lts/compare/v22.1.0...HEAD
31
- [22.1.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v22.0.1...v22.1.0
32
- [22.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v22.0.0...v22.0.1
33
- [22.0.0]: https://gitlab.com/rubocop-lts/rubocop-lts/-/tags/v22.0.0
17
+ [Unreleased]: https://github.com/rubocop-lts/rubocop-lts/compare/v24.0.0...HEAD
18
+ [24.0.0]: https://gitlab.com/rubocop-lts/rubocop-lts/-/tags/v24.0.0
data/README.md CHANGED
@@ -59,7 +59,7 @@
59
59
  ## This Branch 🌳
60
60
 
61
61
  <!-- FIND VERSION -->
62
- **This README is for the even release of `rubocop-lts` supporting Ruby >= 3.1.**
62
+ **This README is for the even release of `rubocop-lts` supporting Ruby >= 3.2.**
63
63
 
64
64
  This gem configures many gems for you:
65
65
 
@@ -123,7 +123,7 @@ Or add this line to your application's Gemfile:
123
123
 
124
124
  <!-- FIND VERSION -->
125
125
  ```ruby
126
- gem "rubocop-lts", "~> 22.1", require: false
126
+ gem "rubocop-lts", "~> 24.0", require: false
127
127
  ```
128
128
 
129
129
  And then execute:
data/config/rails.yml CHANGED
@@ -1,2 +1,2 @@
1
1
  inherit_gem:
2
- rubocop-ruby3_1: rubocop-lts/rails.yml
2
+ rubocop-ruby3_2: rubocop-lts/rails.yml
@@ -1,2 +1,2 @@
1
1
  inherit_gem:
2
- rubocop-ruby3_1: rubocop-lts/rails_rspec.yml
2
+ rubocop-ruby3_2: rubocop-lts/rails_rspec.yml
data/config/rspec.yml CHANGED
@@ -1,2 +1,2 @@
1
1
  inherit_gem:
2
- rubocop-ruby3_1: rubocop-lts/rspec.yml
2
+ rubocop-ruby3_2: rubocop-lts/rspec.yml
data/config/ruby.yml CHANGED
@@ -1,2 +1,2 @@
1
1
  inherit_gem:
2
- rubocop-ruby3_1: rubocop-lts/ruby.yml
2
+ rubocop-ruby3_2: rubocop-lts/ruby.yml
@@ -1,2 +1,2 @@
1
1
  inherit_gem:
2
- rubocop-ruby3_1: rubocop-lts/ruby_rspec.yml
2
+ rubocop-ruby3_2: rubocop-lts/ruby_rspec.yml
data/config/rubygem.yml CHANGED
@@ -1,2 +1,2 @@
1
1
  inherit_gem:
2
- rubocop-ruby3_1: rubocop-lts/rubygem.yml
2
+ rubocop-ruby3_2: rubocop-lts/rubygem.yml
@@ -1,2 +1,2 @@
1
1
  inherit_gem:
2
- rubocop-ruby3_1: rubocop-lts/rubygem_rspec.yml
2
+ rubocop-ruby3_2: rubocop-lts/rubygem_rspec.yml
@@ -3,7 +3,7 @@
3
3
  module Rubocop
4
4
  module Lts
5
5
  module Version
6
- VERSION = "22.1.0"
6
+ VERSION = "24.0.0"
7
7
  end
8
8
  end
9
9
  end
data.tar.gz.sig CHANGED
Binary file
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: 22.1.0
4
+ version: 24.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Peter Boling
@@ -39,12 +39,12 @@ cert_chain:
39
39
  date: 2023-05-22 00:00:00.000000000 Z
40
40
  dependencies:
41
41
  - !ruby/object:Gem::Dependency
42
- name: rubocop-ruby3_1
42
+ name: rubocop-ruby3_2
43
43
  requirement: !ruby/object:Gem::Requirement
44
44
  requirements:
45
45
  - - ">="
46
46
  - !ruby/object:Gem::Version
47
- version: 2.0.4
47
+ version: 2.0.5
48
48
  - - "<"
49
49
  - !ruby/object:Gem::Version
50
50
  version: '3'
@@ -54,7 +54,7 @@ dependencies:
54
54
  requirements:
55
55
  - - ">="
56
56
  - !ruby/object:Gem::Version
57
- version: 2.0.4
57
+ version: 2.0.5
58
58
  - - "<"
59
59
  - !ruby/object:Gem::Version
60
60
  version: '3'
@@ -135,10 +135,10 @@ licenses:
135
135
  - MIT
136
136
  metadata:
137
137
  homepage_uri: https://gitlab.com/rubocop-lts/rubocop-lts
138
- source_code_uri: https://gitlab.com/rubocop-lts/rubocop-lts/-/tree/v22.1.0
139
- changelog_uri: https://gitlab.com/rubocop-lts/rubocop-lts/-/blob/v22.1.0/CHANGELOG.md
138
+ source_code_uri: https://gitlab.com/rubocop-lts/rubocop-lts/-/tree/v24.0.0
139
+ changelog_uri: https://gitlab.com/rubocop-lts/rubocop-lts/-/blob/v24.0.0/CHANGELOG.md
140
140
  bug_tracker_uri: https://gitlab.com/rubocop-lts/rubocop-lts/-/issues
141
- documentation_uri: https://www.rubydoc.info/gems/rubocop-lts/22.1.0
141
+ documentation_uri: https://www.rubydoc.info/gems/rubocop-lts/24.0.0
142
142
  wiki_uri: https://gitlab.com/rubocop-lts/rubocop-lts/-/wiki
143
143
  funding_uri: https://liberapay.com/pboling
144
144
  rubygems_mfa_required: 'true'
metadata.gz.sig CHANGED
Binary file