rubocop-lts 4.0.0 → 4.0.1
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 +29 -2
- data/lib/rubocop/lts/version.rb +1 -2
- data/lib/rubocop/lts.rb +0 -1
- data/rubocop-lts.yml +8 -0
- data/spec/config/rspec/rspec_core.rb +0 -1
- data/spec/rubocop/lts_spec.rb +0 -1
- data/spec/spec_helper.rb +0 -1
- metadata +8 -7
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 8359b80175185f1d9808d473e878274353dc44f8f08976c55d9e36ad0c54aee1
|
|
4
|
+
data.tar.gz: 1614d2517a3c5cb7103e5add7ae9bbe54b5627cef9d9e1dbeeed03d8183e6b79
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c553efd9bca3b98ff7d92ce449c6c7d7c95d22bfc23b7b572e042865f7826ab6c3a91cf34d44454cfe1e81c6ac32e9573b2e4e6c67afca30e16bd3e5c1530362
|
|
7
|
+
data.tar.gz: 3f4968dc4b4f88dd3418b816383bb89703f51e65fe3d079b0e0de1a7dacaccbef11472fa857906d322209e45b70137d66f2834eda28042e0a30708a524c94477
|
data/CHANGELOG.md
CHANGED
|
@@ -13,14 +13,30 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
13
13
|
|
|
14
14
|
### Removed
|
|
15
15
|
|
|
16
|
+
## [4.0.1] - 2022-05-23
|
|
17
|
+
### Fixed
|
|
18
|
+
- Ship rubocop config files in gem
|
|
19
|
+
- rubocop-lts.yml
|
|
20
|
+
|
|
16
21
|
## [4.0.0] - 2022-05-22
|
|
17
22
|
### Added
|
|
18
23
|
- Initial even release supporting Ruby >= 2.0
|
|
19
24
|
|
|
25
|
+
## [3.0.1] - 2022-05-23
|
|
26
|
+
### Fixed
|
|
27
|
+
- Ship rubocop config files in gem
|
|
28
|
+
- rubocop-lts.yml
|
|
29
|
+
|
|
20
30
|
## [3.0.0] - 2022-05-22
|
|
21
31
|
### Added
|
|
22
32
|
- Initial odd release supporting Ruby ~> 2.0
|
|
23
33
|
|
|
34
|
+
## [2.0.2] - 2022-05-23
|
|
35
|
+
### Fixed
|
|
36
|
+
- Ship rubocop config files in gem
|
|
37
|
+
- rubocop-lts.yml
|
|
38
|
+
- rubocop-lts1_8.yml
|
|
39
|
+
|
|
24
40
|
## [2.0.1] - 2022-05-22
|
|
25
41
|
### Fixed
|
|
26
42
|
- Documentation typos & gemspec URLs
|
|
@@ -29,6 +45,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
29
45
|
### Added
|
|
30
46
|
- Initial even release supporting Ruby >= 1.9
|
|
31
47
|
|
|
48
|
+
## [1.0.2] - 2022-05-23
|
|
49
|
+
### Fixed
|
|
50
|
+
- Ship rubocop config files in gem
|
|
51
|
+
- rubocop-lts.yml
|
|
52
|
+
- rubocop-lts1_8.yml
|
|
53
|
+
|
|
32
54
|
## [1.0.1] - 2022-05-22
|
|
33
55
|
### Fixed
|
|
34
56
|
- Documentation typos & gemspec URLs
|
|
@@ -37,9 +59,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
37
59
|
### Added
|
|
38
60
|
- Initial odd release supporting Ruby ~> 1.9
|
|
39
61
|
|
|
40
|
-
[Unreleased]: https://github.com/rubocop-lts/rubocop-lts/compare/
|
|
41
|
-
[
|
|
62
|
+
[Unreleased]: https://github.com/rubocop-lts/rubocop-lts/compare/v4.0.1...HEAD
|
|
63
|
+
[4.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v4.0.0...v4.0.1
|
|
64
|
+
[4.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v3.0.1...v4.0.0
|
|
65
|
+
[3.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v3.0.0...v3.0.1
|
|
66
|
+
[3.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v2.0.2...v3.0.0
|
|
67
|
+
[2.0.2]: https://github.com/rubocop-lts/rubocop-lts/compare/v2.0.1...v2.0.2
|
|
42
68
|
[2.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v2.0.0...v2.0.1
|
|
43
69
|
[2.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v1.0.1...v2.0.0
|
|
70
|
+
[1.0.2]: https://github.com/rubocop-lts/rubocop-lts/compare/v1.0.1...v1.0.2
|
|
44
71
|
[1.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v1.0.0...v1.0.1
|
|
45
72
|
[1.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/f0fcf8e7dbb4d884a01c7191e7f26ef8bf3b22af...v1.0.0
|
data/lib/rubocop/lts/version.rb
CHANGED
data/lib/rubocop/lts.rb
CHANGED
data/rubocop-lts.yml
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
# Removed as of 0.80.0
|
|
2
|
+
# braces setting is for compatibility with Ruby 2.7+
|
|
3
|
+
# See:
|
|
4
|
+
# * https://github.com/rubocop/rubocop/issues/7641
|
|
5
|
+
# * https://github.com/rubocop/rubocop/pull/7643
|
|
6
|
+
Style/BracesAroundHashParameters:
|
|
7
|
+
Enabled: true
|
|
8
|
+
EnforcedStyle: context_dependent
|
data/spec/rubocop/lts_spec.rb
CHANGED
data/spec/spec_helper.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: 4.0.
|
|
4
|
+
version: 4.0.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Peter Boling
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2022-05-
|
|
11
|
+
date: 2022-05-23 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rubocop-ruby2_0
|
|
@@ -16,14 +16,14 @@ dependencies:
|
|
|
16
16
|
requirements:
|
|
17
17
|
- - "~>"
|
|
18
18
|
- !ruby/object:Gem::Version
|
|
19
|
-
version: 1.0.
|
|
19
|
+
version: 1.0.5
|
|
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.
|
|
26
|
+
version: 1.0.5
|
|
27
27
|
description: Rubocop LTS - Chaos Reduction In a Bottle
|
|
28
28
|
email:
|
|
29
29
|
- peter.boling@gmail.com
|
|
@@ -39,6 +39,7 @@ files:
|
|
|
39
39
|
- SECURITY.md
|
|
40
40
|
- lib/rubocop/lts.rb
|
|
41
41
|
- lib/rubocop/lts/version.rb
|
|
42
|
+
- rubocop-lts.yml
|
|
42
43
|
- sig/rubocop/lts.rbs
|
|
43
44
|
- spec/config/rspec/rspec_core.rb
|
|
44
45
|
- spec/rubocop/lts_spec.rb
|
|
@@ -48,10 +49,10 @@ licenses:
|
|
|
48
49
|
- MIT
|
|
49
50
|
metadata:
|
|
50
51
|
homepage_uri: https://github.com/rubocop-lts/rubocop-lts
|
|
51
|
-
source_code_uri: https://github.com/rubocop-lts/rubocop-lts/tree/v4.0.
|
|
52
|
-
changelog_uri: https://github.com/rubocop-lts/rubocop-lts/blob/v4.0.
|
|
52
|
+
source_code_uri: https://github.com/rubocop-lts/rubocop-lts/tree/v4.0.1
|
|
53
|
+
changelog_uri: https://github.com/rubocop-lts/rubocop-lts/blob/v4.0.1/CHANGELOG.md
|
|
53
54
|
bug_tracker_uri: https://github.com/rubocop-lts/rubocop-lts/issues
|
|
54
|
-
documentation_uri: https://www.rubydoc.info/gems/rubocop-lts/4.0.
|
|
55
|
+
documentation_uri: https://www.rubydoc.info/gems/rubocop-lts/4.0.1
|
|
55
56
|
wiki_uri: https://github.com/rubocop-lts/rubocop-lts/wiki
|
|
56
57
|
rubygems_mfa_required: 'true'
|
|
57
58
|
post_install_message:
|