gc_ruboconfig 2.7.1 → 2.8.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/rubocop.yml +2 -2
- metadata +5 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e186a0a3a382e987eddf05e79e5ccc5fdd65dd478195e5c5332228f60ace6410
|
4
|
+
data.tar.gz: 265be592f436fb62bce243c11528d7cf6116bab337620c38c36a861153e089f5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2805428c89eeee8f31c6244ffc165a800d28ef4cdb13ed1c30c63731e35d27cf8225d795392af5ac546a655940f58f5f220f88af2ca320e27eef230bac170f1f
|
7
|
+
data.tar.gz: 8aede6bebe9e49f0909a4836d675438a93f4320063b38c57a2a058c87f98f1921b75535b55bd16ea14a2259ed1d1df452575052b451e948ef5a109f8ef716c68
|
data/rubocop.yml
CHANGED
@@ -73,10 +73,10 @@ Style/TrailingCommaInArguments:
|
|
73
73
|
Style/GuardClause:
|
74
74
|
Enabled: false
|
75
75
|
|
76
|
-
Layout/
|
76
|
+
Layout/FirstArrayElementIndentation:
|
77
77
|
EnforcedStyle: consistent
|
78
78
|
|
79
|
-
Layout/
|
79
|
+
Layout/FirstHashElementIndentation:
|
80
80
|
EnforcedStyle: consistent
|
81
81
|
|
82
82
|
Style/Lambda:
|
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.
|
4
|
+
version: 2.8.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- GoCardless
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2019-11-
|
11
|
+
date: 2019-11-28 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rubocop
|
@@ -16,14 +16,14 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - ">="
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: '0.
|
19
|
+
version: '0.77'
|
20
20
|
type: :runtime
|
21
21
|
prerelease: false
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
23
23
|
requirements:
|
24
24
|
- - ">="
|
25
25
|
- !ruby/object:Gem::Version
|
26
|
-
version: '0.
|
26
|
+
version: '0.77'
|
27
27
|
- !ruby/object:Gem::Dependency
|
28
28
|
name: rubocop-rspec
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
@@ -79,8 +79,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
79
79
|
- !ruby/object:Gem::Version
|
80
80
|
version: '0'
|
81
81
|
requirements: []
|
82
|
-
|
83
|
-
rubygems_version: 2.7.6
|
82
|
+
rubygems_version: 3.0.3
|
84
83
|
signing_key:
|
85
84
|
specification_version: 4
|
86
85
|
summary: GoCardless's shared Rubocop configuration, conforming to our house style
|