rubocop-lts 5.0.0 → 5.0.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 3302d9373b6cadd26b28b4468047308f3b1fb8979bbaaee8249350ef11f9beed
4
- data.tar.gz: e39e946d8b0bf340afec4fb6a635f695334865b3ea54b6717dc9791ad85c9de2
3
+ metadata.gz: be2295b126256e19cb8898388c9ecff59ffc3967fb3202273483315dd2286797
4
+ data.tar.gz: 3a9f92042ec498dff3af61aa426ec68c0ed92c0868f327bd54cb13a8ad687a97
5
5
  SHA512:
6
- metadata.gz: 8360b0b7004a9a7694ae42a8ddb3de6008377142420a9fb91cceae773efc5631bcdb6b2b7b8bc129e20e5b469c0298400e50b85b2eff352d899e35f0be78639b
7
- data.tar.gz: b9559ecba7a29e0a6f97e0b05ea6cf757cc59b197c8c6aca201e2db750ff3d6028c06b3cd66f643d599b088abb5f905d86b3d01896c6b61834b79c71f8d9352d
6
+ metadata.gz: 970480c9a9d8ad56e3e878949316a5728aa8eb7e7826e51c71d8e06de35213e76b01ff63b50684a4f2fa722403a0f75971c39128f6bf9c4e9cce58f8ce7ede28
7
+ data.tar.gz: a86e53432c323d46539f7f7827b87bfc58c409914abeea662ce5153c68280952c13f419087ffed4fdd979dfe26e89615452f18bbd0de3accd10b2b4171aedc6d
data/CHANGELOG.md CHANGED
@@ -13,10 +13,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
13
13
 
14
14
  ### Removed
15
15
 
16
+ ## [5.0.1] - 2022-05-23
17
+ ### Fixed
18
+ - Make rubocop config files load ruby specific config from relevant rubocop-ruby*_* gem
19
+
16
20
  ## [5.0.0] - 2022-05-23
17
21
  ### Added
18
22
  - Initial odd release supporting Ruby >= 2.1
19
23
 
24
+ ## [4.0.2] - 2022-05-23
25
+ ### Fixed
26
+ - Make rubocop config files load ruby specific config from relevant rubocop-ruby*_* gem
27
+
20
28
  ## [4.0.1] - 2022-05-23
21
29
  ### Fixed
22
30
  - Ship rubocop config files in gem
@@ -26,6 +34,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
26
34
  ### Added
27
35
  - Initial even release supporting Ruby >= 2.0
28
36
 
37
+ ## [3.0.2] - 2022-05-23
38
+ ### Fixed
39
+ - Make rubocop config files load ruby specific config from relevant rubocop-ruby*_* gem
40
+
29
41
  ## [3.0.1] - 2022-05-23
30
42
  ### Fixed
31
43
  - Ship rubocop config files in gem
@@ -35,6 +47,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
35
47
  ### Added
36
48
  - Initial odd release supporting Ruby ~> 2.0
37
49
 
50
+ ## [2.0.3] - 2022-05-23
51
+ ### Fixed
52
+ - Make rubocop config files load ruby specific config from relevant rubocop-ruby*_* gem
53
+
38
54
  ## [2.0.2] - 2022-05-23
39
55
  ### Fixed
40
56
  - Ship rubocop config files in gem
@@ -49,6 +65,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
49
65
  ### Added
50
66
  - Initial even release supporting Ruby >= 1.9
51
67
 
68
+ ## [1.0.3] - 2022-05-23
69
+ ### Fixed
70
+ - Make rubocop config files load ruby specific config from relevant rubocop-ruby*_* gem
71
+
52
72
  ## [1.0.2] - 2022-05-23
53
73
  ### Fixed
54
74
  - Ship rubocop config files in gem
@@ -64,14 +84,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
64
84
  - Initial odd release supporting Ruby ~> 1.9
65
85
 
66
86
  [Unreleased]: https://github.com/rubocop-lts/rubocop-lts/compare/v5.0.0...HEAD
67
- [5.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v4.0.1...v5.0.0
87
+ [5.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v4.0.2...v5.0.0
88
+ [4.0.2]: https://github.com/rubocop-lts/rubocop-lts/compare/v4.0.1...v4.0.2
68
89
  [4.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v4.0.0...v4.0.1
69
- [4.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v3.0.1...v4.0.0
90
+ [4.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v3.0.2...v4.0.0
91
+ [3.0.2]: https://github.com/rubocop-lts/rubocop-lts/compare/v3.0.1...v3.0.2
70
92
  [3.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v3.0.0...v3.0.1
71
- [3.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v2.0.2...v3.0.0
93
+ [3.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v2.0.3...v3.0.0
94
+ [2.0.3]: https://github.com/rubocop-lts/rubocop-lts/compare/v2.0.2...v2.0.3
72
95
  [2.0.2]: https://github.com/rubocop-lts/rubocop-lts/compare/v2.0.1...v2.0.2
73
96
  [2.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v2.0.0...v2.0.1
74
- [2.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v1.0.1...v2.0.0
97
+ [2.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v1.0.3...v2.0.0
98
+ [1.0.3]: https://github.com/rubocop-lts/rubocop-lts/compare/v1.0.2...v1.0.3
75
99
  [1.0.2]: https://github.com/rubocop-lts/rubocop-lts/compare/v1.0.1...v1.0.2
76
100
  [1.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v1.0.0...v1.0.1
77
101
  [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 = "5.0.0".freeze
5
+ VERSION = "5.0.1".freeze
6
6
  end
7
7
  end
data/rubocop-lts.yml CHANGED
@@ -1,3 +1,6 @@
1
+ inherit_gem:
2
+ rubocop-ruby2_1: 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_1"
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: 5.0.0
4
+ version: 5.0.1
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/v5.0.0
53
- changelog_uri: https://github.com/rubocop-lts/rubocop-lts/blob/v5.0.0/CHANGELOG.md
52
+ source_code_uri: https://github.com/rubocop-lts/rubocop-lts/tree/v5.0.1
53
+ changelog_uri: https://github.com/rubocop-lts/rubocop-lts/blob/v5.0.1/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/5.0.0
55
+ documentation_uri: https://www.rubydoc.info/gems/rubocop-lts/5.0.1
56
56
  wiki_uri: https://github.com/rubocop-lts/rubocop-lts/wiki
57
57
  rubygems_mfa_required: 'true'
58
58
  post_install_message: