rubocop-lts 22.1.1 → 22.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: cde3aa5a4086d16f06de092d76239427f77c7697b0e3642144339bce95cfe1f3
4
- data.tar.gz: be383534a4e118e170e8b5d30e29d9ca3f454538c2a03a24a43b7c72434fbdc1
3
+ metadata.gz: 82e5e53b333a35031fbb9c60efdc9cb8653b9a5108de8315c39a980bfaea6dba
4
+ data.tar.gz: 46f5513fae1f74d069f66ee1b2703d8f030f8ac5cd24d34682c590b0d3acb659
5
5
  SHA512:
6
- metadata.gz: 3eda95af2c433e76d8814d9ee6d4f73b39e921741d14d7bf576987ce552060c2329d864207be98a0be91320c1981df406ebd0d9fc65725e1fbb6d82f0d5aaed1
7
- data.tar.gz: 46eb926cd895f5dde47ce9362eec36a4817587ca2ef209779f10e6fae0b6f3d2e14d977509b10d843cdea00ce75cf3b9e3078a62b4065168044d8f7e51985939
6
+ metadata.gz: baa3d11fad0f8aa08088596b8cf2d503f0f4308f63ddf12a27b1560d8fa8a94bb644d2b518bb8a6c678fb03906c9fb721f14711cb7854055a10acaa17a6a2084
7
+ data.tar.gz: dd1dafb89c59898b4a86404b32238740ff10c143ffba74ec74ab30f6328e247b32e63a1bfddfa792d24cc29c31b14737d963af40f94c6464679fec1191369ae8
checksums.yaml.gz.sig CHANGED
@@ -1,3 +1,3 @@
1
- e��fI3��D<�ȸE���9�_�:�l5��l��Μ���\��Xu*{Z�-$s�'ƚ� n
2
- �~�S]�;��Gt6�@iI!��\A2y�P��݁�TRL?M�/*�0f2O�Ǜ�y����+�M��|��,�Z
3
- D�_D[=m\��6�剎ZQ��[���=H d���o��7nc��k�1�;D��H��H_6J9�|p�28�\�����[�
1
+ ���^���6aS[lZ�Gr͛ď���dw8s/�Oy�^�i^������;����&�纋�D�7�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��d8T9��
data/CHANGELOG.md CHANGED
@@ -10,6 +10,10 @@ 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
14
+ ### Changed
15
+ - Oops, minimum Ruby version is 3.1, for real this time.
16
+
13
17
  ## [22.1.1] - 2023-05-22
14
18
  ### Changed
15
19
  - Minimum Ruby version is 3.1
@@ -30,7 +34,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
30
34
  ### Added
31
35
  - Initial even release supporting Ruby >= 3.1
32
36
 
33
- [Unreleased]: https://github.com/rubocop-lts/rubocop-lts/compare/v22.1.1...HEAD
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
34
39
  [22.1.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v22.1.0...v22.1.1
35
40
  [22.1.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v22.0.1...v22.1.0
36
41
  [22.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v22.0.0...v22.0.1
@@ -3,7 +3,7 @@
3
3
  module Rubocop
4
4
  module Lts
5
5
  module Version
6
- VERSION = "22.1.1"
6
+ VERSION = "22.1.2"
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: 22.1.2
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/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/v22.1.2
139
+ changelog_uri: https://gitlab.com/rubocop-lts/rubocop-lts/-/blob/v22.1.2/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/22.1.2
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: '3.1'
154
154
  required_rubygems_version: !ruby/object:Gem::Requirement
155
155
  requirements:
156
156
  - - ">="
metadata.gz.sig CHANGED
Binary file