rubocop-lts 2.0.1 → 3.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: e6dc534bb647c65f54e1dbe7188a2c1e7e7e5f0bd4181333ccbc8d6a9ecb9539
4
- data.tar.gz: e34581d6578d54032d38b0c43c57e0041a4b1c804e0d332b7da94f7e3251aad0
3
+ metadata.gz: 1c9aed619ccb721ef5e885de677b5edb08c4d43b8c9b470431c954060547f208
4
+ data.tar.gz: 0cbd601a448870008f7728166ce9ee282c25558c26312f2996eee78e434fab49
5
5
  SHA512:
6
- metadata.gz: bd6de6221878d022f986e5da3a5c9a344d6de91cf39e5139ff42ce6d0ef711d32d12d0360605c54ad7b4089bbded868d38dcf88aaaee20a59d93c52fdae72b84
7
- data.tar.gz: 0c9318e1968ddeca2e2af10d72bb3cfa20ec78d4cff841f1fd90a30851518a52dff3cb93e1bf450b984397c66b1f490b40eb76ba48ed6e0df208a82d948d1a24
6
+ metadata.gz: b1a70d0da5a9a091aff0b7a8bbef3c2a275b660edcd97c78ea405fc25d3c24bdc734eadc67dd6e43c229fff3e96c9e36a92f26a4acad655a57fb1daa2f82f61b
7
+ data.tar.gz: b820d9142dcc384fa5e6f7dba2647f407bdf01c24c2b5ac1fdb8e6ccc51633d178ced3ca18e60125c81484f195d867b3c5d19b4881c00c12a1052deb3dab307b
data/CHANGELOG.md CHANGED
@@ -13,6 +13,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
13
13
 
14
14
  ### Removed
15
15
 
16
+ ## [3.0.1] - 2022-05-23
17
+ ### Fixed
18
+ - Ship rubocop config files in gem
19
+ - rubocop-lts.yml
20
+
21
+ ## [3.0.0] - 2022-05-22
22
+ ### Added
23
+ - Initial odd release supporting Ruby ~> 2.0
24
+
25
+ ## [2.0.2] - 2022-05-23
26
+ ### Fixed
27
+ - Ship rubocop config files in gem
28
+ - rubocop-lts.yml
29
+ - rubocop-lts1_8.yml
30
+
16
31
  ## [2.0.1] - 2022-05-22
17
32
  ### Fixed
18
33
  - Documentation typos & gemspec URLs
@@ -21,6 +36,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
21
36
  ### Added
22
37
  - Initial even release supporting Ruby >= 1.9
23
38
 
39
+ ## [1.0.2] - 2022-05-23
40
+ ### Fixed
41
+ - Ship rubocop config files in gem
42
+ - rubocop-lts.yml
43
+ - rubocop-lts1_8.yml
44
+
24
45
  ## [1.0.1] - 2022-05-22
25
46
  ### Fixed
26
47
  - Documentation typos & gemspec URLs
@@ -29,7 +50,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
29
50
  ### Added
30
51
  - Initial odd release supporting Ruby ~> 1.9
31
52
 
32
- [Unreleased]: https://github.com/rubocop-lts/rubocop-lts/compare/v2.0.0...HEAD
53
+ [Unreleased]: https://github.com/rubocop-lts/rubocop-lts/compare/v3.0.1...HEAD
54
+ [3.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v3.0.0...v3.0.1
55
+ [3.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v2.0.2...v3.0.0
56
+ [2.0.2]: https://github.com/rubocop-lts/rubocop-lts/compare/v2.0.1...v2.0.2
57
+ [2.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v2.0.0...v2.0.1
33
58
  [2.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v1.0.1...v2.0.0
59
+ [1.0.2]: https://github.com/rubocop-lts/rubocop-lts/compare/v1.0.1...v1.0.2
34
60
  [1.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v1.0.0...v1.0.1
35
61
  [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 even release of `rubocop-lts` supporting Ruby >= 1.9.**
38
+ **This README is for the odd release of `rubocop-lts` supporting Ruby ~> 2.0.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
@@ -118,7 +118,7 @@ Each major version will have a tracking branch named accordingly, [for developme
118
118
 
119
119
  ### 🪢 How To Untie Gorgon's Knot
120
120
 
121
- > NOTE: `rubocop-lts` is under active development, and hasn't had any releases yet. The ruby specific versions, e.g. `rubocop-ruby2_7`, are complete already, and you can use them! Keep scrolling down for links to each of them.
121
+ > NOTE: The ruby specific versions, e.g. `rubocop-ruby2_7`, can be used if you won't be upgrading ruby. Keep scrolling down for links to each of them.
122
122
 
123
123
  How to upgrade a project from yesterday, to today.
124
124
 
@@ -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', '~> 2.0', require: false
205
+ gem 'rubocop-lts', '~> 3.0', require: false
206
206
  ```
207
207
 
208
208
  And then execute:
@@ -289,7 +289,7 @@ the [MIT License][license] [![License: MIT](https://img.shields.io/badge/License
289
289
  See [LICENSE][license] for the official [Copyright Notice][copyright-notice-explainer].
290
290
 
291
291
  <details>
292
- <summary>Project Logos (rubocop-ruby3_1)</summary>
292
+ <summary>Project Logos (rubocop-lts)</summary>
293
293
 
294
294
  See [docs/images/logo/README.txt][project-logos]
295
295
  </details>
@@ -302,7 +302,7 @@ Source: [Unsplash][org-logo-source]
302
302
  License: [Unsplash License][org-logo-license]
303
303
  </details>
304
304
 
305
- [project-logos]: https://github.com/rubocop-lts/rubocop-ruby3_1/blob/main/docs/images/logo/README.txt
305
+ [project-logos]: https://github.com/rubocop-lts/rubocop-lts/blob/main/docs/images/logo/README.txt
306
306
  [org-logo-author]: https://unsplash.com/@yusufevli
307
307
  [org-logo-source]: https://unsplash.com/photos/yaSLNLtKRIU
308
308
  [org-logo-license]: https://unsplash.com/license
@@ -313,7 +313,7 @@ License: [Unsplash License][org-logo-license]
313
313
 
314
314
  ## 🤝 Code of Conduct
315
315
 
316
- Everyone interacting in the Rubocop::Ruby19 project's codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/rubocop-lts/rubocop-lts/blob/main/CODE_OF_CONDUCT.md).
316
+ Everyone interacting in Rubocop LTS codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/rubocop-lts/rubocop-lts/blob/main/CODE_OF_CONDUCT.md).
317
317
 
318
318
  ## 📌 Versioning
319
319
 
@@ -329,7 +329,7 @@ For example:
329
329
 
330
330
  <!-- FIND VERSION -->
331
331
  ```ruby
332
- spec.add_dependency "rubocop-lts", "~> 2.0"
332
+ spec.add_dependency "rubocop-lts", "~> 3.0"
333
333
  ```
334
334
 
335
335
 
@@ -1,8 +1,7 @@
1
- # encoding: utf-8
2
1
  # frozen_string_literal: true
3
2
 
4
3
  module Rubocop
5
4
  module Lts
6
- VERSION = "2.0.1".freeze
5
+ VERSION = "3.0.1".freeze
7
6
  end
8
7
  end
data/lib/rubocop/lts.rb CHANGED
@@ -1,4 +1,3 @@
1
- # encoding: utf-8
2
1
  # frozen_string_literal: true
3
2
 
4
3
  require_relative "lts/version"
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
@@ -1,4 +1,3 @@
1
- # encoding: utf-8
2
1
  # frozen_string_literal: true
3
2
 
4
3
  RSpec.configure do |config|
@@ -1,4 +1,3 @@
1
- # encoding: utf-8
2
1
  # frozen_string_literal: true
3
2
 
4
3
  RSpec.describe Rubocop::Lts do
data/spec/spec_helper.rb CHANGED
@@ -1,8 +1,7 @@
1
- # encoding: utf-8
2
1
  # frozen_string_literal: true
3
2
 
4
3
  # This gem
5
- require "rubocop/ruby1_9"
4
+ require "rubocop/ruby2_0"
6
5
 
7
6
  # RSpec Configs
8
7
  require "config/rspec/rspec_core"
metadata CHANGED
@@ -1,29 +1,29 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rubocop-lts
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.1
4
+ version: 3.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-22 00:00:00.000000000 Z
11
+ date: 2022-05-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
- name: rubocop-ruby1_9
14
+ name: rubocop-ruby2_0
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
17
  - - "~>"
18
18
  - !ruby/object:Gem::Version
19
- version: 1.0.3
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.3
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/v2.0.1
52
- changelog_uri: https://github.com/rubocop-lts/rubocop-lts/blob/v2.0.1/CHANGELOG.md
52
+ source_code_uri: https://github.com/rubocop-lts/rubocop-lts/tree/v3.0.1
53
+ changelog_uri: https://github.com/rubocop-lts/rubocop-lts/blob/v3.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/2.0.1
55
+ documentation_uri: https://www.rubydoc.info/gems/rubocop-lts/3.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:
@@ -62,10 +63,10 @@ required_ruby_version: !ruby/object:Gem::Requirement
62
63
  requirements:
63
64
  - - ">="
64
65
  - !ruby/object:Gem::Version
65
- version: 1.9.0
66
+ version: 2.0.0
66
67
  - - "<"
67
68
  - !ruby/object:Gem::Version
68
- version: '3.2'
69
+ version: '2.1'
69
70
  required_rubygems_version: !ruby/object:Gem::Requirement
70
71
  requirements:
71
72
  - - ">="