rubocop-lts 24.0.0 → 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: 7306b0d0e9a6931c1f05a547e01b5fcd2eb9cf6390696683134b27a8334624bb
4
- data.tar.gz: a650e8392bd71cae446a707ac9f3ca95a34681763461a8c53e9c9e09c0ed73a3
3
+ metadata.gz: ed55160841f716c144d20dc4afa7345a98ca0d21a460871355e655e063f307db
4
+ data.tar.gz: ba5abeb28fe044990c0f2eca23c97b6e7bf7cd46726ec9444eff466fdb40a452
5
5
  SHA512:
6
- metadata.gz: 9c66ee60d2491163443a349e3526aca48dc542fad7451c37cdb9a0ad65bf96bd4715847fc220d344107ed37064a66e62358b15b8990255c5af2a713d2e0e709c
7
- data.tar.gz: f6f4fffcbc0cd990de1f5cc7c31cfeb4e4dee2f68f2d667d269ac47a4bcec7ea362674a5f4fd90d47e423f35b4905158874fb5447858550252bddf91b8a0febd
6
+ metadata.gz: bccebf40fc2756e12c622afd64ee31eb208912051e9f2e3fb713d81fed9b64f0d934c263cd7bf516a9f72b71270c7dd5bf0abad6715e9c035f9ff59ea249fe91
7
+ data.tar.gz: 3dbc2034637f6c94e79a689f5df30f34620ade41dbca253f5011cb8df2df89e4c69c7b81a5a701661ae50f27150a8a8a2a60f73252cc797a66fd26d01a4debd6
checksums.yaml.gz.sig CHANGED
Binary file
data/CHANGELOG.md CHANGED
@@ -10,9 +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
+ ## [24.0.1] - 2023-05-22
14
+ ### Changed
15
+ - Minimum Ruby version is 3.2
16
+
13
17
  ## [24.0.0] - 2023-05-22
14
18
  ### Added
15
19
  - Initial even release supporting Ruby >= 3.2
16
20
 
17
- [Unreleased]: https://github.com/rubocop-lts/rubocop-lts/compare/v24.0.0...HEAD
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
18
23
  [24.0.0]: https://gitlab.com/rubocop-lts/rubocop-lts/-/tags/v24.0.0
@@ -3,7 +3,7 @@
3
3
  module Rubocop
4
4
  module Lts
5
5
  module Version
6
- VERSION = "24.0.0"
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: 24.0.0
4
+ version: 24.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Peter Boling
@@ -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/v24.0.0
139
- changelog_uri: https://gitlab.com/rubocop-lts/rubocop-lts/-/blob/v24.0.0/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/24.0.0
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: '2.7'
153
+ version: '3.2'
154
154
  required_rubygems_version: !ruby/object:Gem::Requirement
155
155
  requirements:
156
156
  - - ">="
metadata.gz.sig CHANGED
Binary file