rubocop-lts 22.1.0 → 22.1.2

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: 82e5e53b333a35031fbb9c60efdc9cb8653b9a5108de8315c39a980bfaea6dba
4
+ data.tar.gz: 46f5513fae1f74d069f66ee1b2703d8f030f8ac5cd24d34682c590b0d3acb659
5
5
  SHA512:
6
- metadata.gz: 21a092d38fbd540856353d880e6c34a1b96e4146dd537a3e803393c598c3f0cf9695f964a200f7ad678c83cd12e822f24be4396ec69bbcf7c8a695f024e27a57
7
- data.tar.gz: f17f6ae7e94d459658572771f1405d138bb907fbf44442f22c7fae8954c8421f9c11edc3a37ba8b1300f31b656b9c1f858586716b40d53d1c0dca2b7b03b2160
6
+ metadata.gz: baa3d11fad0f8aa08088596b8cf2d503f0f4308f63ddf12a27b1560d8fa8a94bb644d2b518bb8a6c678fb03906c9fb721f14711cb7854055a10acaa17a6a2084
7
+ data.tar.gz: dd1dafb89c59898b4a86404b32238740ff10c143ffba74ec74ab30f6328e247b32e63a1bfddfa792d24cc29c31b14737d963af40f94c6464679fec1191369ae8
checksums.yaml.gz.sig CHANGED
@@ -1,5 +1,3 @@
1
- �%?0`-��{Xp43zh�� d��$Y��
2
- }慳 8{9��Z��\uhZ
3
- ���և;�RfX����{��@�X9�W
4
- M6�'��1DZ@-]IG$�R�����A�)�*��W�w>��R��b�t��S9]��Â�F;ɪ/���O�/�5� �h5;��̶s�?u���V]e��ō}�{��}('���"��Fck!��-�}
5
- (��\u��/����E=����Z!Y3a�F���)�=��a�I}�򑡑���"�,��dțgԦ�m��
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�������$z�W:�2�Jz�@ d�)&�e�p[��?�g���Ȋi��*�p_��x�!d<�SZ܊��y��d8T�9��
data/CHANGELOG.md CHANGED
@@ -10,6 +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
14
+ ### Changed
15
+ - Oops, minimum Ruby version is 3.1, for real this time.
16
+
17
+ ## [22.1.1] - 2023-05-22
18
+ ### Changed
19
+ - Minimum Ruby version is 3.1
20
+
13
21
  ## [22.1.0] - 2023-05-22
14
22
  ### Changed
15
23
  - Bumped dependency rubocop-ruby3_1 to ~> 2.0.4
@@ -26,8 +34,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
26
34
  ### Added
27
35
  - Initial even release supporting Ruby >= 3.1
28
36
 
29
-
30
- [Unreleased]: https://github.com/rubocop-lts/rubocop-lts/compare/v22.1.0...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
39
+ [22.1.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v22.1.0...v22.1.1
31
40
  [22.1.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v22.0.1...v22.1.0
32
41
  [22.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v22.0.0...v22.0.1
33
42
  [22.0.0]: https://gitlab.com/rubocop-lts/rubocop-lts/-/tags/v22.0.0
@@ -3,7 +3,7 @@
3
3
  module Rubocop
4
4
  module Lts
5
5
  module Version
6
- VERSION = "22.1.0"
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.0
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.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/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.0
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: '2.7'
153
+ version: '3.1'
154
154
  required_rubygems_version: !ruby/object:Gem::Requirement
155
155
  requirements:
156
156
  - - ">="
metadata.gz.sig CHANGED
Binary file