rubocop-lts 2.0.3 → 2.0.4

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: 28d506391566433bfa8be899ed985814496dbe110c2601e87f81cbc79df70557
4
- data.tar.gz: 9fb9a48b574f5e75ee26c2f3cafd64161af4b0d69e53c8a3564ba0cfc1d592f5
3
+ metadata.gz: 6c78a6c2af3bb01fc344da37dade192659ba1eb35eb0d0de7fb150e9f4ea2ea9
4
+ data.tar.gz: 7d9d5202d81614a98d4f0b610f5b890cee8b4b712e684934597604d716629312
5
5
  SHA512:
6
- metadata.gz: e4f3c4ce0f324afd346f5bc87a29e96597453aa247255aeb0e9108c2633c5999dfab6e49b03acb289ead12633dcadbb6ae4ce96f17c9e4be95f411d95c9c74ba
7
- data.tar.gz: ae409d1efc14bdfa22a80a22d77d25bd789059988453c32277b3716faa9238e71f73621e342e96c72842b01ede83466243f44febbe5a44f69ee81f8b7bcc4a30
6
+ metadata.gz: cb676db3c9a3a538ff01850e73c72a55d092589a186bf30c6b69ed67d2d1638a5aebd7a26c3e90b136a27cc767bea0a0862a6f961acb91ad73e445c4315f9eaa
7
+ data.tar.gz: 51e68fa57a6a1faab9df95ab640cb1e7e8bbe20f1bc3de5f770448857ecf1b70c765dbca25cbeb1eb22004de07aef099b925ca3b144ccc0fe2639678416d6b47
data/CHANGELOG.md CHANGED
@@ -13,6 +13,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
13
13
 
14
14
  ### Removed
15
15
 
16
+ ## [2.0.4] - 2022-06-08
17
+ ### Fixed
18
+ - Allow install up to Ruby < 4, which allows running against current Ruby HEAD @ 3.2-dev
19
+
16
20
  ## [2.0.3] - 2022-05-23
17
21
  ### Fixed
18
22
  - Make rubocop config files load ruby specific config from relevant rubocop-ruby*_* gem
@@ -49,7 +53,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
49
53
  ### Added
50
54
  - Initial odd release supporting Ruby ~> 1.9
51
55
 
52
- [Unreleased]: https://github.com/rubocop-lts/rubocop-lts/compare/v2.0.3...HEAD
56
+ [Unreleased]: https://github.com/rubocop-lts/rubocop-lts/compare/v2.0.4...HEAD
57
+ [2.0.4]: https://github.com/rubocop-lts/rubocop-lts/compare/v2.0.3...v2.0.4
53
58
  [2.0.3]: https://github.com/rubocop-lts/rubocop-lts/compare/v2.0.2...v2.0.3
54
59
  [2.0.2]: https://github.com/rubocop-lts/rubocop-lts/compare/v2.0.1...v2.0.2
55
60
  [2.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v2.0.0...v2.0.1
data/SECURITY.md CHANGED
@@ -15,6 +15,17 @@
15
15
  | 9.x | :white_check_mark: |
16
16
  | 10.x | :white_check_mark: |
17
17
  | 11.x | :white_check_mark: |
18
+ | 12.x | :white_check_mark: |
19
+ | 13.x | :white_check_mark: |
20
+ | 14.x | :white_check_mark: |
21
+ | 15.x | :white_check_mark: |
22
+ | 16.x | :white_check_mark: |
23
+ | 17.x | :white_check_mark: |
24
+ | 18.x | :white_check_mark: |
25
+ | 19.x | :white_check_mark: |
26
+ | 20.x | :white_check_mark: |
27
+ | 21.x | :white_check_mark: |
28
+ | 22.x | :white_check_mark: |
18
29
 
19
30
  ## Reporting a Vulnerability
20
31
 
@@ -3,6 +3,6 @@
3
3
 
4
4
  module Rubocop
5
5
  module Lts
6
- VERSION = "2.0.3".freeze
6
+ VERSION = "2.0.4".freeze
7
7
  end
8
8
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rubocop-lts
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.3
4
+ version: 2.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Peter Boling
8
- autorequire:
8
+ autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2022-05-23 00:00:00.000000000 Z
11
+ date: 2022-06-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rubocop-ruby1_9
@@ -50,13 +50,13 @@ licenses:
50
50
  - MIT
51
51
  metadata:
52
52
  homepage_uri: https://github.com/rubocop-lts/rubocop-lts
53
- source_code_uri: https://github.com/rubocop-lts/rubocop-lts/tree/v2.0.3
54
- changelog_uri: https://github.com/rubocop-lts/rubocop-lts/blob/v2.0.3/CHANGELOG.md
53
+ source_code_uri: https://github.com/rubocop-lts/rubocop-lts/tree/v2.0.4
54
+ changelog_uri: https://github.com/rubocop-lts/rubocop-lts/blob/v2.0.4/CHANGELOG.md
55
55
  bug_tracker_uri: https://github.com/rubocop-lts/rubocop-lts/issues
56
- documentation_uri: https://www.rubydoc.info/gems/rubocop-lts/2.0.3
56
+ documentation_uri: https://www.rubydoc.info/gems/rubocop-lts/2.0.4
57
57
  wiki_uri: https://github.com/rubocop-lts/rubocop-lts/wiki
58
58
  rubygems_mfa_required: 'true'
59
- post_install_message:
59
+ post_install_message:
60
60
  rdoc_options: []
61
61
  require_paths:
62
62
  - lib
@@ -67,18 +67,18 @@ required_ruby_version: !ruby/object:Gem::Requirement
67
67
  version: 1.9.0
68
68
  - - "<"
69
69
  - !ruby/object:Gem::Version
70
- version: '3.2'
70
+ version: '4.0'
71
71
  required_rubygems_version: !ruby/object:Gem::Requirement
72
72
  requirements:
73
73
  - - ">="
74
74
  - !ruby/object:Gem::Version
75
75
  version: '0'
76
76
  requirements: []
77
- rubygems_version: 3.3.14
78
- signing_key:
77
+ rubygems_version: 3.3.15
78
+ signing_key:
79
79
  specification_version: 4
80
80
  summary: Rubocop LTS - Semantically Versioned
81
81
  test_files:
82
- - spec/spec_helper.rb
83
82
  - spec/config/rspec/rspec_core.rb
84
83
  - spec/rubocop/lts_spec.rb
84
+ - spec/spec_helper.rb