rubocop-ruby2_1 1.0.2 → 1.0.3

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: 9ad87962197495981d8be3065a8ba37c02b9d508d3f6ce40963bb15430caffcb
4
- data.tar.gz: 82dbd57d5b687d2e1dacc8c8d46d18e8d437dd69ec1400a48d4a9baad2b4a1f2
3
+ metadata.gz: fa4d47be39af30a4c6934cb3e67499814ae38da038b8526ec01b600e12bc9a24
4
+ data.tar.gz: cae72b5145e0c4ecdf96e2a73c3541812250c64bd51fa8167e6e8c901be3fecf
5
5
  SHA512:
6
- metadata.gz: 9257d033e8627e5d360ca3049ecf7b708c7b77bb29a217e29dcfaafb182400e7e7c45378e3f068ad85f73fb15f4007284765245803e638fe699ee6de87bc613d
7
- data.tar.gz: 65d9eef19bb122c5f64bda3f176f17840ed4938b008b99dab9340113eb0daecafdae52643869546a28f74d1b6145fafe863b6f6f02535d40bd428fbcb213290a
6
+ metadata.gz: 3db60e7cb3c0a81a23783898055066f3f662730b6744280b785470356e04d60c7ae97a3e1d3c7da25402f1d1706c3d4daae49a36041d80d3a261e4fd8433b093
7
+ data.tar.gz: be2a24b17e00b14c85f06e3bcf56a07dc5db3ef8aef0ddc995cf790fcb127970b55b7811b19d56a931e9cb8063514ac20073fe37911b4f90a85524eb834e8e71
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
@@ -28,7 +32,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
28
32
  ### Added
29
33
  * Initial release
30
34
 
31
- [Unreleased]: https://github.com/rubocop-semver/rubocop-ruby2_1/compare/v1.0.2...HEAD
35
+ [Unreleased]: https://github.com/rubocop-semver/rubocop-ruby2_1/compare/v1.0.3...HEAD
36
+ [1.0.3]: https://github.com/rubocop-semver/rubocop-ruby2_1/compare/v1.0.2...v1.0.3
32
37
  [1.0.2]: https://github.com/rubocop-semver/rubocop-ruby2_1/compare/v1.0.1...v1.0.2
33
38
  [1.0.1]: https://github.com/rubocop-semver/rubocop-ruby2_1/compare/v1.0.0...v1.0.1
34
39
  [1.0.0]: https://github.com/rubocop-semver/rubocop-ruby2_1/compare/e23c1cb798e1198c7b2dcca40a586b5ad6294348...v1.0.0
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Rubocop
4
4
  module Ruby21
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.1
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_1
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_1
80
- source_code_uri: https://github.com/rubocop-semver/rubocop-ruby2_1/tree/v1.0.2
81
- changelog_uri: https://github.com/rubocop-semver/rubocop-ruby2_1/blob/v1.0.2/CHANGELOG.md
80
+ source_code_uri: https://github.com/rubocop-semver/rubocop-ruby2_1/tree/v1.0.3
81
+ changelog_uri: https://github.com/rubocop-semver/rubocop-ruby2_1/blob/v1.0.3/CHANGELOG.md
82
82
  bug_tracker_uri: https://github.com/rubocop-semver/rubocop-ruby2_1/issues
83
- documentation_uri: https://www.rubydoc.info/gems/rubocop-ruby2_1/1.0.2
83
+ documentation_uri: https://www.rubydoc.info/gems/rubocop-ruby2_1/1.0.3
84
84
  wiki_uri: https://github.com/rubocop-semver/rubocop-ruby2_1/wiki
85
85
  rubygems_mfa_required: 'true'
86
86
  post_install_message: