rubocop-lts 4.0.1 → 4.0.2

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: 8359b80175185f1d9808d473e878274353dc44f8f08976c55d9e36ad0c54aee1
4
- data.tar.gz: 1614d2517a3c5cb7103e5add7ae9bbe54b5627cef9d9e1dbeeed03d8183e6b79
3
+ metadata.gz: 43c41c58b1cac5af2eaac7a682ca86506fdacce9f24ef55b1755ee89d94d2d9a
4
+ data.tar.gz: b1a992b5f96328b0623a633c50590f090ac42398eefdf90d77d43f1aae50310a
5
5
  SHA512:
6
- metadata.gz: c553efd9bca3b98ff7d92ce449c6c7d7c95d22bfc23b7b572e042865f7826ab6c3a91cf34d44454cfe1e81c6ac32e9573b2e4e6c67afca30e16bd3e5c1530362
7
- data.tar.gz: 3f4968dc4b4f88dd3418b816383bb89703f51e65fe3d079b0e0de1a7dacaccbef11472fa857906d322209e45b70137d66f2834eda28042e0a30708a524c94477
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.1...HEAD
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.1...v4.0.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.2...v3.0.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.1...v2.0.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
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Rubocop
4
4
  module Lts
5
- VERSION = "4.0.1".freeze
5
+ VERSION = "4.0.2".freeze
6
6
  end
7
7
  end
data/rubocop-lts.yml CHANGED
@@ -1,3 +1,6 @@
1
+ inherit_gem:
2
+ rubocop-ruby2_0: rubocop.yml
3
+
1
4
  # Removed as of 0.80.0
2
5
  # braces setting is for compatibility with Ruby 2.7+
3
6
  # See:
data/spec/spec_helper.rb CHANGED
@@ -1,7 +1,7 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  # This gem
4
- require "rubocop/ruby2_0"
4
+ require "rubocop/lts"
5
5
 
6
6
  # RSpec Configs
7
7
  require "config/rspec/rspec_core"
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.1
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.1
53
- changelog_uri: https://github.com/rubocop-lts/rubocop-lts/blob/v4.0.1/CHANGELOG.md
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.1
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: