rubocop-lts 22.1.1 → 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: cde3aa5a4086d16f06de092d76239427f77c7697b0e3642144339bce95cfe1f3
4
- data.tar.gz: be383534a4e118e170e8b5d30e29d9ca3f454538c2a03a24a43b7c72434fbdc1
3
+ metadata.gz: 7306b0d0e9a6931c1f05a547e01b5fcd2eb9cf6390696683134b27a8334624bb
4
+ data.tar.gz: a650e8392bd71cae446a707ac9f3ca95a34681763461a8c53e9c9e09c0ed73a3
5
5
  SHA512:
6
- metadata.gz: 3eda95af2c433e76d8814d9ee6d4f73b39e921741d14d7bf576987ce552060c2329d864207be98a0be91320c1981df406ebd0d9fc65725e1fbb6d82f0d5aaed1
7
- data.tar.gz: 46eb926cd895f5dde47ce9362eec36a4817587ca2ef209779f10e6fae0b6f3d2e14d977509b10d843cdea00ce75cf3b9e3078a62b4065168044d8f7e51985939
6
+ metadata.gz: 9c66ee60d2491163443a349e3526aca48dc542fad7451c37cdb9a0ad65bf96bd4715847fc220d344107ed37064a66e62358b15b8990255c5af2a713d2e0e709c
7
+ data.tar.gz: f6f4fffcbc0cd990de1f5cc7c31cfeb4e4dee2f68f2d667d269ac47a4bcec7ea362674a5f4fd90d47e423f35b4905158874fb5447858550252bddf91b8a0febd
checksums.yaml.gz.sig CHANGED
Binary file
data/CHANGELOG.md CHANGED
@@ -10,28 +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.1] - 2023-05-22
14
- ### Changed
15
- - Minimum Ruby version is 3.1
16
-
17
- ## [22.1.0] - 2023-05-22
18
- ### Changed
19
- - Bumped dependency rubocop-ruby3_1 to ~> 2.0.4
20
-
21
- ## [22.0.1] - 2022-06-09
22
- ### Added
23
- - Improve, and dry up documentation
24
- ### Changed
25
- - Bumped dependency rubocop-ruby3_1 to ~> 1.0.6
26
- ### Fixed
27
- - Allow install up to Ruby < 4, which allows running against current Ruby HEAD @ 3.2-dev
28
-
29
- ## [22.0.0] - 2022-05-23
13
+ ## [24.0.0] - 2023-05-22
30
14
  ### Added
31
- - Initial even release supporting Ruby >= 3.1
15
+ - Initial even release supporting Ruby >= 3.2
32
16
 
33
- [Unreleased]: https://github.com/rubocop-lts/rubocop-lts/compare/v22.1.1...HEAD
34
- [22.1.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v22.1.0...v22.1.1
35
- [22.1.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v22.0.1...v22.1.0
36
- [22.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v22.0.0...v22.0.1
37
- [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.1"
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.1
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.1
139
- changelog_uri: https://gitlab.com/rubocop-lts/rubocop-lts/-/blob/v22.1.1/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.1
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'
@@ -150,7 +150,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
150
150
  requirements:
151
151
  - - ">="
152
152
  - !ruby/object:Gem::Version
153
- version: '3.0'
153
+ version: '2.7'
154
154
  required_rubygems_version: !ruby/object:Gem::Requirement
155
155
  requirements:
156
156
  - - ">="
metadata.gz.sig CHANGED
Binary file