rubocop-lts 21.0.0 → 22.0.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +3 -3
- data/lib/rubocop/lts/version.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3008981a8429bfe75436a348e76c50be158fafbeb8772a3bd19b7d8046d464f8
|
4
|
+
data.tar.gz: bd0e1c4b66027592b0fa1225af206563234c077d445bec0cd1ce5d514564cab8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: fbee44d961fb63ff6d2b1e5cc8df00c0cd746acf13ea764736302eca6038bce483a65530e4b43e5e69fd5c016b0f459a4d7dab0555af95fff2b4a5e38d5e4270
|
7
|
+
data.tar.gz: 014f3d39a14ef3566aa09b9f284a45e8ffaede5be9684e8801cafbae723ad4be21b17e2eb10dfabbb3dfe41ed279a995f39bbbb84389701f8e9cc0457d28f9fc
|
data/README.md
CHANGED
@@ -35,7 +35,7 @@ Projects that support a single version of Ruby (like many closed-source applicat
|
|
35
35
|
Projects that support multiple versions of Ruby simultaneously (like many open-source applications and libraries) will use the [Even releases][even-release].
|
36
36
|
|
37
37
|
<!-- FIND VERSION -->
|
38
|
-
**This README is for the
|
38
|
+
**This README is for the even release of `rubocop-lts` supporting Ruby >= 3.1.0.**
|
39
39
|
|
40
40
|
[odd-release]: https://github.com/rubocop-lts/rubocop-lts#odd-major-release
|
41
41
|
[even-release]: https://github.com/rubocop-lts/rubocop-lts#even-major-release
|
@@ -202,7 +202,7 @@ Add this line to your application's Gemfile:
|
|
202
202
|
|
203
203
|
<!-- FIND VERSION -->
|
204
204
|
```ruby
|
205
|
-
gem 'rubocop-lts', '~>
|
205
|
+
gem 'rubocop-lts', '~> 22.0', require: false
|
206
206
|
```
|
207
207
|
|
208
208
|
And then execute:
|
@@ -329,7 +329,7 @@ For example:
|
|
329
329
|
|
330
330
|
<!-- FIND VERSION -->
|
331
331
|
```ruby
|
332
|
-
spec.add_dependency "rubocop-lts", "~>
|
332
|
+
spec.add_dependency "rubocop-lts", "~> 22.0"
|
333
333
|
```
|
334
334
|
|
335
335
|
|
data/lib/rubocop/lts/version.rb
CHANGED
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:
|
4
|
+
version: 22.0.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Peter Boling
|
@@ -49,10 +49,10 @@ licenses:
|
|
49
49
|
- MIT
|
50
50
|
metadata:
|
51
51
|
homepage_uri: https://github.com/rubocop-lts/rubocop-lts
|
52
|
-
source_code_uri: https://github.com/rubocop-lts/rubocop-lts/tree/
|
53
|
-
changelog_uri: https://github.com/rubocop-lts/rubocop-lts/blob/
|
52
|
+
source_code_uri: https://github.com/rubocop-lts/rubocop-lts/tree/v22.0.0
|
53
|
+
changelog_uri: https://github.com/rubocop-lts/rubocop-lts/blob/v22.0.0/CHANGELOG.md
|
54
54
|
bug_tracker_uri: https://github.com/rubocop-lts/rubocop-lts/issues
|
55
|
-
documentation_uri: https://www.rubydoc.info/gems/rubocop-lts/
|
55
|
+
documentation_uri: https://www.rubydoc.info/gems/rubocop-lts/22.0.0
|
56
56
|
wiki_uri: https://github.com/rubocop-lts/rubocop-lts/wiki
|
57
57
|
rubygems_mfa_required: 'true'
|
58
58
|
post_install_message:
|