rubocop-ruby2_2 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: 75961193063df76fb27f663faf62c1385596dc9b2704f5d10a3336fff9667d66
4
- data.tar.gz: dad10c1ef45c9959ea32354b77e4dae5d2a33399ca57b78cab9ff305b8ef6a1a
3
+ metadata.gz: 40c20429dcd87620fd0d07b6fa1871f878d204963e235b38e97e4d39bc484440
4
+ data.tar.gz: f80e8818943bfa10aea28e1e3bd6247a3b74b7d98d0549df254dec57a72e00ec
5
5
  SHA512:
6
- metadata.gz: 6c44e5022331064eb3a824fa2a7301bc8d8c859bf8c5ec71e022ae9458a1d0d384ebc412f784e788200d5a276352016ff4b99f88a2ef720a589ea150642af9ce
7
- data.tar.gz: ddc977f07182375b99e103c93626ac1e7f0ef7cbfcf44fc7f7a5ae37f0691c644bc206a59ef0949fae869d774a40eea66b3945f63d50c99b0dfdf8c18ad04188
6
+ metadata.gz: dc4a4d4f198496ef14a8152936ef4955e4ab9e1ebdd1b976e0dbf99d0ee0f99ca6db64ed1d64e4b5b3f564ca5f24778ec246fdceaee0c51e6ff524c862f12e86
7
+ data.tar.gz: 7baa48ea191ab7b609abbf7971293baadc3d4a20f4b35db77e83b89ca257def320c19df291ebd52fdc69d6e1b1620b210fa8de31cf9d297a81dc180e5038a117
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_2/compare/v1.0.2...HEAD
35
+ [Unreleased]: https://github.com/rubocop-semver/rubocop-ruby2_2/compare/v1.0.3...HEAD
36
+ [1.0.3]: https://github.com/rubocop-semver/rubocop-ruby2_2/compare/v1.0.2...v1.0.3
32
37
  [1.0.2]: https://github.com/rubocop-semver/rubocop-ruby2_2/compare/v1.0.1...v1.0.2
33
38
  [1.0.1]: https://github.com/rubocop-semver/rubocop-ruby2_2/compare/v1.0.0...v1.0.1
34
39
  [1.0.0]: https://github.com/rubocop-semver/rubocop-ruby2_2/compare/b86f10e2f7a0ad4081b07782b3b924ef67acdeab...v1.0.0
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Rubocop
4
4
  module Ruby22
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.2
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_2
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_2
80
- source_code_uri: https://github.com/rubocop-semver/rubocop-ruby2_2/tree/v1.0.2
81
- changelog_uri: https://github.com/rubocop-semver/rubocop-ruby2_2/blob/v1.0.2/CHANGELOG.md
80
+ source_code_uri: https://github.com/rubocop-semver/rubocop-ruby2_2/tree/v1.0.3
81
+ changelog_uri: https://github.com/rubocop-semver/rubocop-ruby2_2/blob/v1.0.3/CHANGELOG.md
82
82
  bug_tracker_uri: https://github.com/rubocop-semver/rubocop-ruby2_2/issues
83
- documentation_uri: https://www.rubydoc.info/gems/rubocop-ruby2_2/1.0.2
83
+ documentation_uri: https://www.rubydoc.info/gems/rubocop-ruby2_2/1.0.3
84
84
  wiki_uri: https://github.com/rubocop-semver/rubocop-ruby2_2/wiki
85
85
  rubygems_mfa_required: 'true'
86
86
  post_install_message: