rubocop-lts 20.2.0 → 20.2.1
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 +4 -4
- checksums.yaml.gz.sig +0 -0
- data/CHANGELOG.md +5 -1
- data/lib/rubocop/lts/version.rb +1 -1
- data.tar.gz.sig +0 -0
- metadata +5 -5
- metadata.gz.sig +0 -0
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: fad0747b77c9af3fced956e792f05764ce7aacfd52c90c614dfd389c32e5c1be
|
|
4
|
+
data.tar.gz: 6b67f812912220d07b27fb3fd7ef484e93bc7e1e89fd84ffeddee6b18e214863
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5a4e93dd2db73d1cab3ada571357d63b6f8e636ee431090df8a2ed72ad76a6eb2096a131b5cd064f529eaba70e3dfd8d37601bcfc967f9810309003141173547
|
|
7
|
+
data.tar.gz: d3e9e26ebf08d40489fca024811e8bbc3d4a62813a73f4ad2eeec09b9dbe7a4658bd1ea4d41a850ba39bf7e206dc83e2254297149780f0b47f287ea0ecac61ce
|
checksums.yaml.gz.sig
CHANGED
|
Binary file
|
data/CHANGELOG.md
CHANGED
|
@@ -10,7 +10,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
10
10
|
### Fixed
|
|
11
11
|
### Removed
|
|
12
12
|
|
|
13
|
-
## [20.2.
|
|
13
|
+
## [20.2.1] - 2023-05-22
|
|
14
|
+
### Changed
|
|
15
|
+
- Minimum Ruby version is 3.0
|
|
16
|
+
|
|
17
|
+
## [20.2.0] - 2023-05-22 [YANKED]
|
|
14
18
|
### Changed
|
|
15
19
|
- Bumped dependency rubocop-ruby3_0 to ~> 2.0.4
|
|
16
20
|
|
data/lib/rubocop/lts/version.rb
CHANGED
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: 20.2.
|
|
4
|
+
version: 20.2.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/v20.2.
|
|
139
|
-
changelog_uri: https://gitlab.com/rubocop-lts/rubocop-lts/-/blob/v20.2.
|
|
138
|
+
source_code_uri: https://gitlab.com/rubocop-lts/rubocop-lts/-/tree/v20.2.1
|
|
139
|
+
changelog_uri: https://gitlab.com/rubocop-lts/rubocop-lts/-/blob/v20.2.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/20.2.
|
|
141
|
+
documentation_uri: https://www.rubydoc.info/gems/rubocop-lts/20.2.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: '
|
|
153
|
+
version: '3.0'
|
|
154
154
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
155
155
|
requirements:
|
|
156
156
|
- - ">="
|
metadata.gz.sig
CHANGED
|
Binary file
|