gc_ruboconfig 2.3.12 → 2.3.13
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/rubocop.yml +5 -0
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 857fe1a01c5a76fde5a9239026a89d09995ed1fd1e3bbb96c3779be6f2302f9f
|
4
|
+
data.tar.gz: 941b4c0182bb597bbe922b4c44c4c7aed9b78264c0407df209db6ee52a4bd8b9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 591b7fd2a70631da186230e541f895697384d45308db6c2d4112ecce4f4572d17bdede57703ad45782ce76db619d96af2f3ed74021a91ae8e48f0a56528c327b
|
7
|
+
data.tar.gz: 89f465f869a22c5618755a190e5eeb258192167fef05b5557983522c9270c4aaeabbd80c7dd6086be158a323bc070592ce6457320ae175929a5f04db73a98980
|
data/rubocop.yml
CHANGED
@@ -133,3 +133,8 @@ RSpec/Pending:
|
|
133
133
|
# https://github.com/rubocop-hq/rubocop/issues/5953
|
134
134
|
Style/AccessModifierDeclarations:
|
135
135
|
Enabled: false
|
136
|
+
|
137
|
+
# Re-enable this when the following is resolved:
|
138
|
+
# https://github.com/rubocop-hq/ruby-style-guide/issues/556
|
139
|
+
Style/ModuleFunction:
|
140
|
+
Enabled: false
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: gc_ruboconfig
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.3.
|
4
|
+
version: 2.3.13
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- GoCardless
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2018-11-
|
11
|
+
date: 2018-11-14 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rubocop
|
@@ -72,7 +72,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
72
72
|
version: '0'
|
73
73
|
requirements: []
|
74
74
|
rubyforge_project:
|
75
|
-
rubygems_version: 2.7.
|
75
|
+
rubygems_version: 2.7.7
|
76
76
|
signing_key:
|
77
77
|
specification_version: 4
|
78
78
|
summary: GoCardless's shared Rubocop configuration, conforming to our house style
|