rubocop-lts 2.0.3 → 2.0.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +6 -1
- data/SECURITY.md +11 -0
- data/lib/rubocop/lts/version.rb +1 -1
- metadata +11 -11
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6c78a6c2af3bb01fc344da37dade192659ba1eb35eb0d0de7fb150e9f4ea2ea9
|
4
|
+
data.tar.gz: 7d9d5202d81614a98d4f0b610f5b890cee8b4b712e684934597604d716629312
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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.
|
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
|
|
data/lib/rubocop/lts/version.rb
CHANGED
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.
|
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-
|
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.
|
54
|
-
changelog_uri: https://github.com/rubocop-lts/rubocop-lts/blob/v2.0.
|
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.
|
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: '
|
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.
|
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
|