rewind-ruby-style 1.0.3 → 1.0.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/rubocop.yml +4 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 888823b08c2b0edaca969d29d4479ba83dfe85126138a3940e0f4c27b60c4031
|
4
|
+
data.tar.gz: 0c3f804718f309255c878fd8e94f6638526dcfc51e3d96c423c5de73df2f11bd
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d1dbd66970e3750a52f1630c1df7d86848763f45bf6f31cbe0dab36c5f5e7ddfefa5586000eb16435233848ca9a47051794c124f93d008f5ea720b107034c961
|
7
|
+
data.tar.gz: 887709ff61262937385c64bbbf7a834547919cb6b0d9cefa500bed10e9ac58a649740721301dee471c0ee761289a24a57a249c0cfbdbbc031eb68349ff5abf70
|
data/rubocop.yml
CHANGED
@@ -274,6 +274,9 @@ Style/MethodCallWithArgsParentheses:
|
|
274
274
|
- puts
|
275
275
|
Exclude:
|
276
276
|
- Gemfile
|
277
|
+
- Gemfile.*
|
278
|
+
- '**/**/Gemfile'
|
279
|
+
- '**/**/Gemfile.*'
|
277
280
|
|
278
281
|
Style/MethodDefParentheses:
|
279
282
|
EnforcedStyle: require_parentheses
|
@@ -1027,4 +1030,4 @@ Lint/OrderedMagicComments:
|
|
1027
1030
|
Enabled: true
|
1028
1031
|
|
1029
1032
|
Lint/DeprecatedOpenSSLConstant:
|
1030
|
-
Enabled: true
|
1033
|
+
Enabled: true
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rewind-ruby-style
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Rewind Devops
|
@@ -43,7 +43,7 @@ homepage: https://github.com/rewindio/ruby-style-configs/
|
|
43
43
|
licenses:
|
44
44
|
- MIT
|
45
45
|
metadata:
|
46
|
-
source_code_uri: https://github.com/rewindio/ruby-style-configs/tree/v1.0.
|
46
|
+
source_code_uri: https://github.com/rewindio/ruby-style-configs/tree/v1.0.4
|
47
47
|
post_install_message:
|
48
48
|
rdoc_options: []
|
49
49
|
require_paths:
|