rubocop-ruby2_0 1.0.2 → 1.0.3

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: 15dcff5f0530f99aebd6812feeae8c468afd7a4dcf4644ca6035f8d5d9fbe477
4
- data.tar.gz: 2331193a3ae831ab29a77e13c031312a351d1d0789a747e753a16d49ca5843fe
3
+ metadata.gz: ab54d9566148928d2e4f5ec1e510bb9eb3f0906f54cf851f50485b85feff1dfb
4
+ data.tar.gz: 1e7ff3288f03086479f515eef3128dc4b98ac282b83b6855308755c282bfc17f
5
5
  SHA512:
6
- metadata.gz: 81a0cbe98e204d42de1cd373a8bae1510ad5652d3004eb724790ddc6db7f77aabc784406a37c9d5c3aae2ad67cb638c6272f1c35317e57d9bb8f28ff6b46d3e4
7
- data.tar.gz: 8cbd180d0209930eeffe920ce16a739c9a02bb156ebdfd609df9a9609ac1ee5d42cd6459ba42e18b1f3b94087feff3433adf6fa337fe9f6cdc41579e5b879c91
6
+ metadata.gz: 072e70c6586c31ff52d6ca9d6bd0b98011213090d66a4ad06018801d29447c41d05f2bbf858f7be0334a6a0fb7741a4ea3283cc9808fee12223004779c524e35
7
+ data.tar.gz: d991ec75c63ab387f731c58ae36c0e39937e3af604bb63453bac2b2c8ffb7dd71bb52b5cb0e9f6ef7d7b59e0adb233a46a0507bd8ab5b270ad874167b96db3b5
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
+ ## [1.0.3] 2022-05-03
17
+ ### Added
18
+ * Style/BracesAroundHashParameters configured to help transition to Ruby 2.7+
19
+
16
20
  ## [1.0.2] 2022-05-03
17
21
  ### Fixed
18
22
  * Added missing rubocop.yml for inherit_gem directive
@@ -25,7 +29,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
25
29
  ### Added
26
30
  * Initial release
27
31
 
28
- [Unreleased]: https://github.com/rubocop-semver/rubocop-ruby2_0/compare/v1.0.2...HEAD
32
+ [Unreleased]: https://github.com/rubocop-semver/rubocop-ruby2_0/compare/v1.0.3...HEAD
33
+ [1.0.3]: https://github.com/rubocop-semver/rubocop-ruby2_0/compare/v1.0.2...v1.0.3
29
34
  [1.0.2]: https://github.com/rubocop-semver/rubocop-ruby2_0/compare/v1.0.1...v1.0.2
30
35
  [1.0.1]: https://github.com/rubocop-semver/rubocop-ruby2_0/compare/v1.0.0...v1.0.1
31
36
  [1.0.0]: https://github.com/rubocop-semver/rubocop-ruby2_0/compare/8fb0f104adf43c5a0e3487b390f91881f79e4d89...v1.0.0
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Rubocop
4
4
  module Ruby20
5
- VERSION = "1.0.2".freeze
5
+ VERSION = "1.0.3".freeze
6
6
  end
7
7
  end
data/rubocop.yml CHANGED
@@ -1,2 +1,11 @@
1
1
  AllCops:
2
2
  TargetRubyVersion: 2.0
3
+
4
+ # Removed as of 0.80.0
5
+ # braces setting is for compatibility with Ruby 2.7+
6
+ # See:
7
+ # * https://github.com/rubocop/rubocop/issues/7641
8
+ # * https://github.com/rubocop/rubocop/pull/7643
9
+ Style/BracesAroundHashParameters:
10
+ Enabled: true
11
+ EnforcedStyle: context_dependent
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rubocop-ruby2_0
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.2
4
+ version: 1.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Peter Boling
@@ -77,10 +77,10 @@ licenses:
77
77
  - MIT
78
78
  metadata:
79
79
  homepage_uri: https://github.com/rubocop-semver/rubocop-ruby2_0
80
- source_code_uri: https://github.com/rubocop-semver/rubocop-ruby2_0/tree/v1.0.2
81
- changelog_uri: https://github.com/rubocop-semver/rubocop-ruby2_0/blob/v1.0.2/CHANGELOG.md
80
+ source_code_uri: https://github.com/rubocop-semver/rubocop-ruby2_0/tree/v1.0.3
81
+ changelog_uri: https://github.com/rubocop-semver/rubocop-ruby2_0/blob/v1.0.3/CHANGELOG.md
82
82
  bug_tracker_uri: https://github.com/rubocop-semver/rubocop-ruby2_0/issues
83
- documentation_uri: https://www.rubydoc.info/gems/rubocop-ruby2_0/1.0.2
83
+ documentation_uri: https://www.rubydoc.info/gems/rubocop-ruby2_0/1.0.3
84
84
  wiki_uri: https://github.com/rubocop-semver/rubocop-ruby2_0/wiki
85
85
  rubygems_mfa_required: 'true'
86
86
  post_install_message: