rubocop-lts 8.0.1 → 9.0.1

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: c3ace53ce849379a01b7950ebc85c7c045088be52905d2adfb4f839149339634
4
- data.tar.gz: d3d7a4ed94cf9ac5af23641a682497ea41d1a60409cee14e6084caf17b396bb5
3
+ metadata.gz: 1d9d4be716fd2c1be25710588cfae33b7da04333b213be10f789df72917d9a0e
4
+ data.tar.gz: 4fe984cb0450da07119f32946f60e5f28601283aad101d200fe92992e3e6dbe0
5
5
  SHA512:
6
- metadata.gz: cc6804693c82a92daf83588e2220bb3dee1367f16ad50a6eef3df61c9cfa6a2c7d978f0f0897e6ccea67dd77d46f72dc2ad873a834b14d0c56d774a430bd1e91
7
- data.tar.gz: 1678be6c3a2aa561e5b8bb989bd9c635a355eb6e74d572fe223f3ae3655425aa3919ed645ac8e6b89bcb78a6da9135f066b4e8681a4201184e5c165539329eef
6
+ metadata.gz: b7040e67c7cba2ab06c2de69bfd059dc58a21546f87801bf3459de6db1c706950e4ee59cb67f42a6475db41ca8c21097f4bdae807d7fe52cae7cb9e003838f9f
7
+ data.tar.gz: c5c3ae0688a5bbd9b18617135a574f58c4013455fc3c265d5048a341af31cf3beffea2dd3433229122dc97e2a2e57264b4da8817be1e0d47583551a4bc5ccd1c
data/CHANGELOG.md CHANGED
@@ -13,6 +13,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
13
13
 
14
14
  ### Removed
15
15
 
16
+ ## [9.0.1] - 2022-06-09
17
+ ### Added
18
+ - Improve, and dry up documentation
19
+
20
+ ## [9.0.0] - 2022-05-23
21
+ ### Added
22
+ - Initial odd release supporting Ruby ~> 2.3
23
+
24
+ ## [8.0.2] - 2022-06-09
25
+ ### Fixed
26
+ - Allow install up to Ruby < 4, which allows running against current Ruby HEAD @ 3.2-dev
27
+
28
+ ## [8.0.1] - 2022-06-09
29
+ ### Added
30
+ - Improve, and dry up documentation
31
+
16
32
  ## [8.0.0] - 2022-05-23
17
33
  ### Added
18
34
  - Initial even release supporting Ruby >= 2.2
@@ -129,7 +145,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
129
145
  ### Added
130
146
  - Initial odd release supporting Ruby ~> 1.9
131
147
 
132
- [Unreleased]: https://github.com/rubocop-lts/rubocop-lts/compare/v8.0.0...HEAD
148
+ [Unreleased]: https://github.com/rubocop-lts/rubocop-lts/compare/v9.0.1...HEAD
149
+ [9.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v9.0.0...v9.0.1
150
+ [9.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v8.0.2...v9.0.0
151
+ [8.0.2]: https://github.com/rubocop-lts/rubocop-lts/compare/v8.0.1...v8.0.2
152
+ [8.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v8.0.0...v8.0.1
133
153
  [8.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v7.0.1...v8.0.0
134
154
  [7.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v7.0.0...v7.0.1
135
155
  [7.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v6.0.1...v7.0.0
data/README.md CHANGED
@@ -47,7 +47,7 @@
47
47
  ## 🌳 This Branch
48
48
 
49
49
  <!-- FIND VERSION -->
50
- **This README is for the even release of `rubocop-lts` supporting Ruby >= 2.2.0.**
50
+ **This README is for the odd release of `rubocop-lts` supporting Ruby ~> 2.3.0.**
51
51
 
52
52
  ### 📼 Supporting Ruby 1.8
53
53
 
@@ -91,7 +91,7 @@ Add this line to your application's Gemfile:
91
91
 
92
92
  <!-- FIND VERSION -->
93
93
  ```ruby
94
- gem 'rubocop-lts', '~> 8.0', require: false
94
+ gem 'rubocop-lts', '~> 9.0', require: false
95
95
  ```
96
96
 
97
97
  And then execute:
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Rubocop
4
4
  module Lts
5
- VERSION = "8.0.1".freeze
5
+ VERSION = "9.0.1"
6
6
  end
7
7
  end
data/rubocop-lts.yml CHANGED
@@ -1,11 +1,2 @@
1
1
  inherit_gem:
2
- rubocop-ruby2_2: rubocop.yml
3
-
4
- # Removed as of 0.80.0
5
- # braces setting is for compatibility with Ruby 2.7+
6
- # See:
7
- # * https://github.com/rubocop/rubocop/issues/7641
8
- # * https://github.com/rubocop/rubocop/pull/7643
9
- Style/BracesAroundHashParameters:
10
- Enabled: true
11
- EnforcedStyle: context_dependent
2
+ rubocop-ruby2_3: rubocop.yml
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: 9.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Peter Boling
@@ -11,19 +11,19 @@ cert_chain: []
11
11
  date: 2022-06-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
- name: rubocop-ruby2_2
14
+ name: rubocop-ruby2_3
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
17
  - - "~>"
18
18
  - !ruby/object:Gem::Version
19
- version: 1.0.4
19
+ version: 1.0.3
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - "~>"
25
25
  - !ruby/object:Gem::Version
26
- version: 1.0.4
26
+ version: 1.0.3
27
27
  description: Rubocop LTS - Chaos Reduction In a Bottle
28
28
  email:
29
29
  - peter.boling@gmail.com
@@ -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/v9.0.1
50
+ changelog_uri: https://github.com/rubocop-lts/rubocop-lts/blob/v9.0.1/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/9.0.1
53
53
  wiki_uri: https://github.com/rubocop-lts/rubocop-lts/wiki
54
54
  rubygems_mfa_required: 'true'
55
55
  post_install_message:
@@ -60,10 +60,10 @@ required_ruby_version: !ruby/object:Gem::Requirement
60
60
  requirements:
61
61
  - - ">="
62
62
  - !ruby/object:Gem::Version
63
- version: 2.2.0
63
+ version: 2.3.0
64
64
  - - "<"
65
65
  - !ruby/object:Gem::Version
66
- version: '3.2'
66
+ version: '2.4'
67
67
  required_rubygems_version: !ruby/object:Gem::Requirement
68
68
  requirements:
69
69
  - - ">="