rubocop-lts 4.0.1 → 4.0.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +24 -4
- data/lib/rubocop/lts/version.rb +1 -1
- data/rubocop-lts.yml +3 -0
- data/spec/spec_helper.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 43c41c58b1cac5af2eaac7a682ca86506fdacce9f24ef55b1755ee89d94d2d9a
|
4
|
+
data.tar.gz: b1a992b5f96328b0623a633c50590f090ac42398eefdf90d77d43f1aae50310a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e5d50c3a7230ff970901b94aaae9e2b8c0b6285a88217d8d2594b574720e237039f0acd99716a2066eea6d7741fdab827ca4ce1f10269fc4fee78351c50b3e10
|
7
|
+
data.tar.gz: bd53b895bcc84fbda63b84b24c74d8bd49337240bc91c422f2b9ba395e23d07fcfafaeb44a1346ca175c164d206b2b746036633953c83a6c43d966d076a9de25
|
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
|
+
## [4.0.2] - 2022-05-23
|
17
|
+
### Fixed
|
18
|
+
- Make rubocop config files load ruby specific config from relevant rubocop-ruby*_* gem
|
19
|
+
|
16
20
|
## [4.0.1] - 2022-05-23
|
17
21
|
### Fixed
|
18
22
|
- Ship rubocop config files in gem
|
@@ -22,6 +26,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
22
26
|
### Added
|
23
27
|
- Initial even release supporting Ruby >= 2.0
|
24
28
|
|
29
|
+
## [3.0.2] - 2022-05-23
|
30
|
+
### Fixed
|
31
|
+
- Make rubocop config files load ruby specific config from relevant rubocop-ruby*_* gem
|
32
|
+
|
25
33
|
## [3.0.1] - 2022-05-23
|
26
34
|
### Fixed
|
27
35
|
- Ship rubocop config files in gem
|
@@ -31,6 +39,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
31
39
|
### Added
|
32
40
|
- Initial odd release supporting Ruby ~> 2.0
|
33
41
|
|
42
|
+
## [2.0.3] - 2022-05-23
|
43
|
+
### Fixed
|
44
|
+
- Make rubocop config files load ruby specific config from relevant rubocop-ruby*_* gem
|
45
|
+
|
34
46
|
## [2.0.2] - 2022-05-23
|
35
47
|
### Fixed
|
36
48
|
- Ship rubocop config files in gem
|
@@ -45,6 +57,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
45
57
|
### Added
|
46
58
|
- Initial even release supporting Ruby >= 1.9
|
47
59
|
|
60
|
+
## [1.0.3] - 2022-05-23
|
61
|
+
### Fixed
|
62
|
+
- Make rubocop config files load ruby specific config from relevant rubocop-ruby*_* gem
|
63
|
+
|
48
64
|
## [1.0.2] - 2022-05-23
|
49
65
|
### Fixed
|
50
66
|
- Ship rubocop config files in gem
|
@@ -59,14 +75,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
59
75
|
### Added
|
60
76
|
- Initial odd release supporting Ruby ~> 1.9
|
61
77
|
|
62
|
-
[Unreleased]: https://github.com/rubocop-lts/rubocop-lts/compare/v4.0.
|
78
|
+
[Unreleased]: https://github.com/rubocop-lts/rubocop-lts/compare/v4.0.2...HEAD
|
79
|
+
[4.0.2]: https://github.com/rubocop-lts/rubocop-lts/compare/v4.0.1...v4.0.2
|
63
80
|
[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.
|
81
|
+
[4.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v3.0.2...v4.0.0
|
82
|
+
[3.0.2]: https://github.com/rubocop-lts/rubocop-lts/compare/v3.0.1...v3.0.2
|
65
83
|
[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.
|
84
|
+
[3.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v2.0.3...v3.0.0
|
85
|
+
[2.0.3]: https://github.com/rubocop-lts/rubocop-lts/compare/v2.0.2...v2.0.3
|
67
86
|
[2.0.2]: https://github.com/rubocop-lts/rubocop-lts/compare/v2.0.1...v2.0.2
|
68
87
|
[2.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v2.0.0...v2.0.1
|
69
|
-
[2.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v1.0.
|
88
|
+
[2.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v1.0.3...v2.0.0
|
89
|
+
[1.0.3]: https://github.com/rubocop-lts/rubocop-lts/compare/v1.0.2...v1.0.3
|
70
90
|
[1.0.2]: https://github.com/rubocop-lts/rubocop-lts/compare/v1.0.1...v1.0.2
|
71
91
|
[1.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v1.0.0...v1.0.1
|
72
92
|
[1.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/f0fcf8e7dbb4d884a01c7191e7f26ef8bf3b22af...v1.0.0
|
data/lib/rubocop/lts/version.rb
CHANGED
data/rubocop-lts.yml
CHANGED
data/spec/spec_helper.rb
CHANGED
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: 4.0.
|
4
|
+
version: 4.0.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Peter Boling
|
@@ -49,10 +49,10 @@ licenses:
|
|
49
49
|
- MIT
|
50
50
|
metadata:
|
51
51
|
homepage_uri: https://github.com/rubocop-lts/rubocop-lts
|
52
|
-
source_code_uri: https://github.com/rubocop-lts/rubocop-lts/tree/v4.0.
|
53
|
-
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.2
|
53
|
+
changelog_uri: https://github.com/rubocop-lts/rubocop-lts/blob/v4.0.2/CHANGELOG.md
|
54
54
|
bug_tracker_uri: https://github.com/rubocop-lts/rubocop-lts/issues
|
55
|
-
documentation_uri: https://www.rubydoc.info/gems/rubocop-lts/4.0.
|
55
|
+
documentation_uri: https://www.rubydoc.info/gems/rubocop-lts/4.0.2
|
56
56
|
wiki_uri: https://github.com/rubocop-lts/rubocop-lts/wiki
|
57
57
|
rubygems_mfa_required: 'true'
|
58
58
|
post_install_message:
|