rubocop-lts 22.1.2 → 24.0.1

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: 82e5e53b333a35031fbb9c60efdc9cb8653b9a5108de8315c39a980bfaea6dba
4
- data.tar.gz: 46f5513fae1f74d069f66ee1b2703d8f030f8ac5cd24d34682c590b0d3acb659
3
+ metadata.gz: ed55160841f716c144d20dc4afa7345a98ca0d21a460871355e655e063f307db
4
+ data.tar.gz: ba5abeb28fe044990c0f2eca23c97b6e7bf7cd46726ec9444eff466fdb40a452
5
5
  SHA512:
6
- metadata.gz: baa3d11fad0f8aa08088596b8cf2d503f0f4308f63ddf12a27b1560d8fa8a94bb644d2b518bb8a6c678fb03906c9fb721f14711cb7854055a10acaa17a6a2084
7
- data.tar.gz: dd1dafb89c59898b4a86404b32238740ff10c143ffba74ec74ab30f6328e247b32e63a1bfddfa792d24cc29c31b14737d963af40f94c6464679fec1191369ae8
6
+ metadata.gz: bccebf40fc2756e12c622afd64ee31eb208912051e9f2e3fb713d81fed9b64f0d934c263cd7bf516a9f72b71270c7dd5bf0abad6715e9c035f9ff59ea249fe91
7
+ data.tar.gz: 3dbc2034637f6c94e79a689f5df30f34620ade41dbca253f5011cb8df2df89e4c69c7b81a5a701661ae50f27150a8a8a2a60f73252cc797a66fd26d01a4debd6
checksums.yaml.gz.sig CHANGED
@@ -1,3 +1,3 @@
1
- ���^���6aS[lZGr͛ď���dw8s/�Oy�^�i^������;����&�纋�D7�N��I��J'�`�3���EN�G���K�<;/����c���� �LP&9~kij��(�! n�ӡ�����U����
2
- ���T/RS!cKf�\����"
3
- ��d���2<�,�=��H��״�:�>1�������$zW:�2�Jz�@ d�)&�e�p[��?�g���Ȋi��*�p_��x�!d<�SZ܊��y��d8T�9��
1
+ E�O�-@HQn����� -'t�M5�%�4R
2
+ �:��h������1W0uG��a4c���@�����X$jd��y���WH��
3
+ P�++缗����Ƽ,nؼ��!�o���U}q\;�~�ޏD@�����8�d
data/CHANGELOG.md CHANGED
@@ -10,33 +10,14 @@ 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.2] - 2023-05-22
13
+ ## [24.0.1] - 2023-05-22
14
14
  ### Changed
15
- - Oops, minimum Ruby version is 3.1, for real this time.
15
+ - Minimum Ruby version is 3.2
16
16
 
17
- ## [22.1.1] - 2023-05-22
18
- ### Changed
19
- - Minimum Ruby version is 3.1
20
-
21
- ## [22.1.0] - 2023-05-22
22
- ### Changed
23
- - Bumped dependency rubocop-ruby3_1 to ~> 2.0.4
24
-
25
- ## [22.0.1] - 2022-06-09
26
- ### Added
27
- - Improve, and dry up documentation
28
- ### Changed
29
- - Bumped dependency rubocop-ruby3_1 to ~> 1.0.6
30
- ### Fixed
31
- - Allow install up to Ruby < 4, which allows running against current Ruby HEAD @ 3.2-dev
32
-
33
- ## [22.0.0] - 2022-05-23
17
+ ## [24.0.0] - 2023-05-22
34
18
  ### Added
35
- - Initial even release supporting Ruby >= 3.1
19
+ - Initial even release supporting Ruby >= 3.2
36
20
 
37
- [Unreleased]: https://github.com/rubocop-lts/rubocop-lts/compare/v22.1.2...HEAD
38
- [22.1.2]: https://github.com/rubocop-lts/rubocop-lts/compare/v22.1.1...v22.1.2
39
- [22.1.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v22.1.0...v22.1.1
40
- [22.1.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v22.0.1...v22.1.0
41
- [22.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v22.0.0...v22.0.1
42
- [22.0.0]: https://gitlab.com/rubocop-lts/rubocop-lts/-/tags/v22.0.0
21
+ [Unreleased]: https://github.com/rubocop-lts/rubocop-lts/compare/v24.0.1...HEAD
22
+ [24.0.1]: https://gitlab.com/rubocop-lts/rubocop-lts/compare/v24.0.0...v24.0.1
23
+ [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.2"
6
+ VERSION = "24.0.1"
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.2
4
+ version: 24.0.1
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.2
139
- changelog_uri: https://gitlab.com/rubocop-lts/rubocop-lts/-/blob/v22.1.2/CHANGELOG.md
138
+ source_code_uri: https://gitlab.com/rubocop-lts/rubocop-lts/-/tree/v24.0.1
139
+ changelog_uri: https://gitlab.com/rubocop-lts/rubocop-lts/-/blob/v24.0.1/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.2
141
+ documentation_uri: https://www.rubydoc.info/gems/rubocop-lts/24.0.1
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.1'
153
+ version: '3.2'
154
154
  required_rubygems_version: !ruby/object:Gem::Requirement
155
155
  requirements:
156
156
  - - ">="
metadata.gz.sig CHANGED
Binary file