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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c3ace53ce849379a01b7950ebc85c7c045088be52905d2adfb4f839149339634
4
- data.tar.gz: d3d7a4ed94cf9ac5af23641a682497ea41d1a60409cee14e6084caf17b396bb5
3
+ metadata.gz: 04ce5ac98a54f9131fdc197e2fe99c8f4b11d47b016e972123d28c380d424071
4
+ data.tar.gz: 34ce30b2713624a3134cd002562d9c99329249f558c7cd83314c2f157141e5fa
5
5
  SHA512:
6
- metadata.gz: cc6804693c82a92daf83588e2220bb3dee1367f16ad50a6eef3df61c9cfa6a2c7d978f0f0897e6ccea67dd77d46f72dc2ad873a834b14d0c56d774a430bd1e91
7
- data.tar.gz: 1678be6c3a2aa561e5b8bb989bd9c635a355eb6e74d572fe223f3ae3655425aa3919ed645ac8e6b89bcb78a6da9135f066b4e8681a4201184e5c165539329eef
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.0...HEAD
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
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Rubocop
4
4
  module Lts
5
- VERSION = "8.0.1".freeze
5
+ VERSION = "8.0.2".freeze
6
6
  end
7
7
  end
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.1
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.1
50
- changelog_uri: https://github.com/rubocop-lts/rubocop-lts/blob/v8.0.1/CHANGELOG.md
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.1
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: '3.2'
66
+ version: '4.0'
67
67
  required_rubygems_version: !ruby/object:Gem::Requirement
68
68
  requirements:
69
69
  - - ">="