rubocop-lts 8.0.1 → 8.0.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 +4 -4
- data/CHANGELOG.md +11 -1
- data/lib/rubocop/lts/version.rb +1 -1
- metadata +5 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 04ce5ac98a54f9131fdc197e2fe99c8f4b11d47b016e972123d28c380d424071
|
|
4
|
+
data.tar.gz: 34ce30b2713624a3134cd002562d9c99329249f558c7cd83314c2f157141e5fa
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: dc86b4e3a30cebc9fd350ec03bf0fe1bcff2d3c717fe1848fe711958a9429287bab1e67f90236e0f17c9f70a9881e06020bbe2d8815e0cf0ca6188d2fb408bc3
|
|
7
|
+
data.tar.gz: b74a2db6ee5bc1850a32581e92a3c58997dc14299d6e5d0c550fd7f2f4ec4ca365b30d233822f1740d98333a77c9c07c14efe98f9121bdef27250d0f67f8ebca
|
data/CHANGELOG.md
CHANGED
|
@@ -13,6 +13,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
13
13
|
|
|
14
14
|
### Removed
|
|
15
15
|
|
|
16
|
+
## [8.0.2] - 2022-06-09
|
|
17
|
+
### Fixed
|
|
18
|
+
- Allow install up to Ruby < 4, which allows running against current Ruby HEAD @ 3.2-dev
|
|
19
|
+
|
|
20
|
+
## [8.0.1] - 2022-06-09
|
|
21
|
+
### Added
|
|
22
|
+
- Improve, and dry up documentation
|
|
23
|
+
|
|
16
24
|
## [8.0.0] - 2022-05-23
|
|
17
25
|
### Added
|
|
18
26
|
- Initial even release supporting Ruby >= 2.2
|
|
@@ -129,7 +137,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
129
137
|
### Added
|
|
130
138
|
- Initial odd release supporting Ruby ~> 1.9
|
|
131
139
|
|
|
132
|
-
[Unreleased]: https://github.com/rubocop-lts/rubocop-lts/compare/v8.0.
|
|
140
|
+
[Unreleased]: https://github.com/rubocop-lts/rubocop-lts/compare/v8.0.2...HEAD
|
|
141
|
+
[8.0.2]: https://github.com/rubocop-lts/rubocop-lts/compare/v8.0.1...v8.0.2
|
|
142
|
+
[8.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v8.0.0...v8.0.1
|
|
133
143
|
[8.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v7.0.1...v8.0.0
|
|
134
144
|
[7.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v7.0.0...v7.0.1
|
|
135
145
|
[7.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v6.0.1...v7.0.0
|
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: 8.0.
|
|
4
|
+
version: 8.0.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Peter Boling
|
|
@@ -46,10 +46,10 @@ licenses:
|
|
|
46
46
|
- MIT
|
|
47
47
|
metadata:
|
|
48
48
|
homepage_uri: https://github.com/rubocop-lts/rubocop-lts
|
|
49
|
-
source_code_uri: https://github.com/rubocop-lts/rubocop-lts/tree/v8.0.
|
|
50
|
-
changelog_uri: https://github.com/rubocop-lts/rubocop-lts/blob/v8.0.
|
|
49
|
+
source_code_uri: https://github.com/rubocop-lts/rubocop-lts/tree/v8.0.2
|
|
50
|
+
changelog_uri: https://github.com/rubocop-lts/rubocop-lts/blob/v8.0.2/CHANGELOG.md
|
|
51
51
|
bug_tracker_uri: https://github.com/rubocop-lts/rubocop-lts/issues
|
|
52
|
-
documentation_uri: https://www.rubydoc.info/gems/rubocop-lts/8.0.
|
|
52
|
+
documentation_uri: https://www.rubydoc.info/gems/rubocop-lts/8.0.2
|
|
53
53
|
wiki_uri: https://github.com/rubocop-lts/rubocop-lts/wiki
|
|
54
54
|
rubygems_mfa_required: 'true'
|
|
55
55
|
post_install_message:
|
|
@@ -63,7 +63,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
63
63
|
version: 2.2.0
|
|
64
64
|
- - "<"
|
|
65
65
|
- !ruby/object:Gem::Version
|
|
66
|
-
version: '
|
|
66
|
+
version: '4.0'
|
|
67
67
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
68
68
|
requirements:
|
|
69
69
|
- - ">="
|