rubocop-lts 5.0.0 → 7.0.0

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: eda540036ab1ac894685dfceac2fc6e28e457c8c2c768291098a139f607938c0
4
+ data.tar.gz: 636372e330d803948450d14a7307ad6bed64f4dd16f1ee5c561f901d7ab28903
5
5
  SHA512:
6
- metadata.gz: 8360b0b7004a9a7694ae42a8ddb3de6008377142420a9fb91cceae773efc5631bcdb6b2b7b8bc129e20e5b469c0298400e50b85b2eff352d899e35f0be78639b
7
- data.tar.gz: b9559ecba7a29e0a6f97e0b05ea6cf757cc59b197c8c6aca201e2db750ff3d6028c06b3cd66f643d599b088abb5f905d86b3d01896c6b61834b79c71f8d9352d
6
+ metadata.gz: 8d5f21ff3cc213323639956adb06885971614d74fb96ce6e173e3d38477152fe09a4858abf81413bb9793e9244ca41f61f926d13e5f701b651bc683f4010cd2c
7
+ data.tar.gz: c483f1b403f5bbbd0b099177d72b738c97e9986839fdc08cdc4015fa54361a759bbdf09bb6f096e9315c094bbc4b75186555374d10de81f1b3f3f834f9f00b5a
data/CHANGELOG.md CHANGED
@@ -13,9 +13,25 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
13
13
 
14
14
  ### Removed
15
15
 
16
+ ## [7.0.0] - 2022-05-23
17
+ ### Added
18
+ - Initial odd release supporting Ruby ~> 2.2
19
+
20
+ ## [6.0.0] - 2022-05-23
21
+ ### Added
22
+ - Initial even release supporting Ruby >= 2.1
23
+
24
+ ## [5.0.1] - 2022-05-23
25
+ ### Fixed
26
+ - Make rubocop config files load ruby specific config from relevant rubocop-ruby*_* gem
27
+
16
28
  ## [5.0.0] - 2022-05-23
17
29
  ### Added
18
- - Initial odd release supporting Ruby >= 2.1
30
+ - Initial odd release supporting Ruby ~> 2.1
31
+
32
+ ## [4.0.2] - 2022-05-23
33
+ ### Fixed
34
+ - Make rubocop config files load ruby specific config from relevant rubocop-ruby*_* gem
19
35
 
20
36
  ## [4.0.1] - 2022-05-23
21
37
  ### Fixed
@@ -26,6 +42,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
26
42
  ### Added
27
43
  - Initial even release supporting Ruby >= 2.0
28
44
 
45
+ ## [3.0.2] - 2022-05-23
46
+ ### Fixed
47
+ - Make rubocop config files load ruby specific config from relevant rubocop-ruby*_* gem
48
+
29
49
  ## [3.0.1] - 2022-05-23
30
50
  ### Fixed
31
51
  - Ship rubocop config files in gem
@@ -35,6 +55,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
35
55
  ### Added
36
56
  - Initial odd release supporting Ruby ~> 2.0
37
57
 
58
+ ## [2.0.3] - 2022-05-23
59
+ ### Fixed
60
+ - Make rubocop config files load ruby specific config from relevant rubocop-ruby*_* gem
61
+
38
62
  ## [2.0.2] - 2022-05-23
39
63
  ### Fixed
40
64
  - Ship rubocop config files in gem
@@ -49,6 +73,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
49
73
  ### Added
50
74
  - Initial even release supporting Ruby >= 1.9
51
75
 
76
+ ## [1.0.3] - 2022-05-23
77
+ ### Fixed
78
+ - Make rubocop config files load ruby specific config from relevant rubocop-ruby*_* gem
79
+
52
80
  ## [1.0.2] - 2022-05-23
53
81
  ### Fixed
54
82
  - Ship rubocop config files in gem
@@ -63,15 +91,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
63
91
  ### Added
64
92
  - Initial odd release supporting Ruby ~> 1.9
65
93
 
66
- [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
94
+ [Unreleased]: https://github.com/rubocop-lts/rubocop-lts/compare/v7.0.0...HEAD
95
+ [7.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v6.0.0...v7.0.0
96
+ [6.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v5.0.1...v6.0.0
97
+ [5.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v5.0.0...v5.0.1
98
+ [5.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v4.0.2...v5.0.0
99
+ [4.0.2]: https://github.com/rubocop-lts/rubocop-lts/compare/v4.0.1...v4.0.2
68
100
  [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
101
+ [4.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v3.0.2...v4.0.0
102
+ [3.0.2]: https://github.com/rubocop-lts/rubocop-lts/compare/v3.0.1...v3.0.2
70
103
  [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
104
+ [3.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v2.0.3...v3.0.0
105
+ [2.0.3]: https://github.com/rubocop-lts/rubocop-lts/compare/v2.0.2...v2.0.3
72
106
  [2.0.2]: https://github.com/rubocop-lts/rubocop-lts/compare/v2.0.1...v2.0.2
73
107
  [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
108
+ [2.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v1.0.3...v2.0.0
109
+ [1.0.3]: https://github.com/rubocop-lts/rubocop-lts/compare/v1.0.2...v1.0.3
75
110
  [1.0.2]: https://github.com/rubocop-lts/rubocop-lts/compare/v1.0.1...v1.0.2
76
111
  [1.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v1.0.0...v1.0.1
77
112
  [1.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/f0fcf8e7dbb4d884a01c7191e7f26ef8bf3b22af...v1.0.0
data/README.md CHANGED
@@ -35,7 +35,7 @@ Projects that support a single version of Ruby (like many closed-source applicat
35
35
  Projects that support multiple versions of Ruby simultaneously (like many open-source applications and libraries) will use the [Even releases][even-release].
36
36
 
37
37
  <!-- FIND VERSION -->
38
- **This README is for the odd release of `rubocop-lts` supporting Ruby ~> 2.1.0.**
38
+ **This README is for the odd release of `rubocop-lts` supporting Ruby ~> 2.2.0.**
39
39
 
40
40
  [odd-release]: https://github.com/rubocop-lts/rubocop-lts#odd-major-release
41
41
  [even-release]: https://github.com/rubocop-lts/rubocop-lts#even-major-release
@@ -202,7 +202,7 @@ Add this line to your application's Gemfile:
202
202
 
203
203
  <!-- FIND VERSION -->
204
204
  ```ruby
205
- gem 'rubocop-lts', '~> 5.0', require: false
205
+ gem 'rubocop-lts', '~> 7.0', require: false
206
206
  ```
207
207
 
208
208
  And then execute:
@@ -329,7 +329,7 @@ For example:
329
329
 
330
330
  <!-- FIND VERSION -->
331
331
  ```ruby
332
- spec.add_dependency "rubocop-lts", "~> 5.0"
332
+ spec.add_dependency "rubocop-lts", "~> 7.0"
333
333
  ```
334
334
 
335
335
 
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Rubocop
4
4
  module Lts
5
- VERSION = "5.0.0".freeze
5
+ VERSION = "7.0.0".freeze
6
6
  end
7
7
  end
data/rubocop-lts.yml CHANGED
@@ -1,3 +1,6 @@
1
+ inherit_gem:
2
+ rubocop-ruby2_2: 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: 7.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Peter Boling
@@ -11,7 +11,7 @@ cert_chain: []
11
11
  date: 2022-05-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
- name: rubocop-ruby2_1
14
+ name: rubocop-ruby2_2
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
17
  - - "~>"
@@ -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/v7.0.0
53
+ changelog_uri: https://github.com/rubocop-lts/rubocop-lts/blob/v7.0.0/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/7.0.0
56
56
  wiki_uri: https://github.com/rubocop-lts/rubocop-lts/wiki
57
57
  rubygems_mfa_required: 'true'
58
58
  post_install_message:
@@ -63,10 +63,10 @@ required_ruby_version: !ruby/object:Gem::Requirement
63
63
  requirements:
64
64
  - - ">="
65
65
  - !ruby/object:Gem::Version
66
- version: 2.1.0
66
+ version: 2.2.0
67
67
  - - "<"
68
68
  - !ruby/object:Gem::Version
69
- version: '2.2'
69
+ version: '2.3'
70
70
  required_rubygems_version: !ruby/object:Gem::Requirement
71
71
  requirements:
72
72
  - - ">="