gc_ruboconfig 2.10.0 → 2.11.0
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/rubocop.yml +6 -0
- metadata +5 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c732eddc5b670e9755a54d4a1e1d6c2880b234f01bea36e73b6813ceac5afd0b
|
|
4
|
+
data.tar.gz: 2564dd866cc8511e690e3bd6350a423fac79be12a382221cb4d23194868aa9c8
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: db0b3299b8c9b204fec68dac7ab6e26c3e1fe3ec70384d8f38d633d0432cdb4e2fbc19c7c54fa99b8feaf12a38deac68c262f03e5e075c478243312db51c92a0
|
|
7
|
+
data.tar.gz: 29ccca7fac65d4a89028d9eca6bed561cb90108e0349f228dc613fe09bb5097937df9e793ce5775c938a22cda1e60d896e7bce8cf41dc458d7a61c4d5d827fe7
|
data/rubocop.yml
CHANGED
|
@@ -116,6 +116,9 @@ Layout/SpaceBeforeBlockBraces:
|
|
|
116
116
|
EnforcedStyle: space
|
|
117
117
|
EnforcedStyleForEmptyBraces: space
|
|
118
118
|
|
|
119
|
+
Layout/SpaceAroundMethodCallOperator:
|
|
120
|
+
Enabled: true
|
|
121
|
+
|
|
119
122
|
RSpec/NotToNot:
|
|
120
123
|
EnforcedStyle: to_not
|
|
121
124
|
|
|
@@ -152,3 +155,6 @@ Style/HashTransformKeys:
|
|
|
152
155
|
|
|
153
156
|
Style/HashTransformValues:
|
|
154
157
|
Enabled: true
|
|
158
|
+
|
|
159
|
+
Style/ExponentialNotation:
|
|
160
|
+
Enabled: true
|
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.11.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- GoCardless
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2020-
|
|
11
|
+
date: 2020-04-20 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.82'
|
|
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.82'
|
|
27
27
|
- !ruby/object:Gem::Dependency
|
|
28
28
|
name: rubocop-rspec
|
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -79,7 +79,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
79
79
|
- !ruby/object:Gem::Version
|
|
80
80
|
version: '0'
|
|
81
81
|
requirements: []
|
|
82
|
-
rubygems_version: 3.
|
|
82
|
+
rubygems_version: 3.1.2
|
|
83
83
|
signing_key:
|
|
84
84
|
specification_version: 4
|
|
85
85
|
summary: GoCardless's shared Rubocop configuration, conforming to our house style
|