rubocop-lts 2.0.1 → 2.0.2

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: 6a7012e21fe7c6f6d963a5e7b78203448f01a87e294aaf419e9ffefef1b1bfae
4
+ data.tar.gz: 6ddf9b8d4bbf6cb4ba2de1d6192daf40948b60d03803501bff704114dfe3b91d
5
5
  SHA512:
6
- metadata.gz: bd6de6221878d022f986e5da3a5c9a344d6de91cf39e5139ff42ce6d0ef711d32d12d0360605c54ad7b4089bbded868d38dcf88aaaee20a59d93c52fdae72b84
7
- data.tar.gz: 0c9318e1968ddeca2e2af10d72bb3cfa20ec78d4cff841f1fd90a30851518a52dff3cb93e1bf450b984397c66b1f490b40eb76ba48ed6e0df208a82d948d1a24
6
+ metadata.gz: e065ecb18e90fea3fb0be879598763143b7355766bd451f82cf90fe33da999e2167a3caee62b8ba8ef62b757bc82b834375900524693b158a2a54c10b9dd8927
7
+ data.tar.gz: 71f85b1aa4b483a749eacaaa7100adeb8f72df19af558a54e2900cc050452770687ecf04088e1ce0a571c4e96af6650669095cab79914f3140cbc4eb63dca661
data/CHANGELOG.md CHANGED
@@ -13,6 +13,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
13
13
 
14
14
  ### Removed
15
15
 
16
+ ## [2.0.2] - 2022-05-23
17
+ ### Fixed
18
+ - Ship rubocop config files in gem
19
+ - rubocop-lts.yml
20
+ - rubocop-lts1_8.yml
21
+
16
22
  ## [2.0.1] - 2022-05-22
17
23
  ### Fixed
18
24
  - Documentation typos & gemspec URLs
@@ -21,6 +27,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
21
27
  ### Added
22
28
  - Initial even release supporting Ruby >= 1.9
23
29
 
30
+ ## [1.0.2] - 2022-05-23
31
+ ### Fixed
32
+ - Ship rubocop config files in gem
33
+ - rubocop-lts.yml
34
+ - rubocop-lts1_8.yml
35
+
24
36
  ## [1.0.1] - 2022-05-22
25
37
  ### Fixed
26
38
  - Documentation typos & gemspec URLs
@@ -29,7 +41,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
29
41
  ### Added
30
42
  - Initial odd release supporting Ruby ~> 1.9
31
43
 
44
+ <<<<<<< HEAD
32
45
  [Unreleased]: https://github.com/rubocop-lts/rubocop-lts/compare/v2.0.0...HEAD
33
46
  [2.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v1.0.1...v2.0.0
47
+ =======
48
+ [Unreleased]: https://github.com/rubocop-lts/rubocop-lts/compare/v1.0.2...HEAD
49
+ [1.0.2]: https://github.com/rubocop-lts/rubocop-lts/compare/v1.0.1...v1.0.2
50
+ >>>>>>> b11fc61 (🔖 Prepare for 1.0.2)
34
51
  [1.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v1.0.0...v1.0.1
35
52
  [1.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/f0fcf8e7dbb4d884a01c7191e7f26ef8bf3b22af...v1.0.0
data/README.md CHANGED
@@ -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
 
@@ -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
 
@@ -3,6 +3,6 @@
3
3
 
4
4
  module Rubocop
5
5
  module Lts
6
- VERSION = "2.0.1".freeze
6
+ VERSION = "2.0.2".freeze
7
7
  end
8
8
  end
data/rubocop-lts.yml ADDED
@@ -0,0 +1,16 @@
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
9
+
10
+ # The encoding comments can be removed once the project drops Ruby 1.9 support (and this gem!).
11
+ # Whole file UTF-8 Encoding is default in Ruby 2+, so the Encoding comment is usually not needed there.
12
+ # See:
13
+ # * https://www.rubydoc.info/gems/rubocop/0.49.0/RuboCop/Cop/Style/Encoding
14
+ Style/Encoding:
15
+ Enabled: true
16
+ EnforcedStyle: always
@@ -0,0 +1,34 @@
1
+ inherit_gem:
2
+ rubocop-ruby1_9: rubocop.yml
3
+
4
+ ###################################################################
5
+ # Rules that allow preservation of ruby 1.8.7 / ree compatibility #
6
+ ###################################################################
7
+
8
+ Style/Documentation:
9
+ Enabled: false
10
+
11
+ # Ruby 1.8.7 needs the . on chain of method calls at the end of a line
12
+ Style/DotPosition:
13
+ EnforcedStyle: trailing
14
+
15
+ Style/FrozenStringLiteralComment:
16
+ Enabled: true
17
+
18
+ # Ruby 1.8.7 doesn't have 1.9 style hash syntax
19
+ Style/HashSyntax:
20
+ EnforcedStyle: hash_rockets
21
+
22
+ # Ruby 1.8.7 doesn't have the -> lambda
23
+ Style/Lambda:
24
+ Enabled: false
25
+
26
+ Style/PercentLiteralDelimiters:
27
+ Enabled: false
28
+
29
+ Style/SymbolArray:
30
+ EnforcedStyle: brackets
31
+
32
+ Style/WordArray:
33
+ EnforcedStyle: brackets
34
+
metadata CHANGED
@@ -1,14 +1,14 @@
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: 2.0.2
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
14
  name: rubocop-ruby1_9
@@ -39,6 +39,8 @@ files:
39
39
  - SECURITY.md
40
40
  - lib/rubocop/lts.rb
41
41
  - lib/rubocop/lts/version.rb
42
+ - rubocop-lts.yml
43
+ - rubocop-lts1_8.yml
42
44
  - sig/rubocop/lts.rbs
43
45
  - spec/config/rspec/rspec_core.rb
44
46
  - spec/rubocop/lts_spec.rb
@@ -48,10 +50,10 @@ licenses:
48
50
  - MIT
49
51
  metadata:
50
52
  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
53
+ source_code_uri: https://github.com/rubocop-lts/rubocop-lts/tree/v2.0.2
54
+ changelog_uri: https://github.com/rubocop-lts/rubocop-lts/blob/v2.0.2/CHANGELOG.md
53
55
  bug_tracker_uri: https://github.com/rubocop-lts/rubocop-lts/issues
54
- documentation_uri: https://www.rubydoc.info/gems/rubocop-lts/2.0.1
56
+ documentation_uri: https://www.rubydoc.info/gems/rubocop-lts/2.0.2
55
57
  wiki_uri: https://github.com/rubocop-lts/rubocop-lts/wiki
56
58
  rubygems_mfa_required: 'true'
57
59
  post_install_message: