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 +4 -4
- data/CHANGELOG.md +6 -1
- data/lib/rubocop/ruby2_2/version.rb +1 -1
- data/rubocop.yml +9 -0
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 40c20429dcd87620fd0d07b6fa1871f878d204963e235b38e97e4d39bc484440
|
|
4
|
+
data.tar.gz: f80e8818943bfa10aea28e1e3bd6247a3b74b7d98d0549df254dec57a72e00ec
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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.
|
|
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
|
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.
|
|
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.
|
|
81
|
-
changelog_uri: https://github.com/rubocop-semver/rubocop-ruby2_2/blob/v1.0.
|
|
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.
|
|
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:
|