gc_ruboconfig 2.4.0 → 2.5.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: 2dd583e5ef961fe8d908d859f2376baa267705dc4b36c4646a36a392bc7eaf8d
|
4
|
+
data.tar.gz: 2b80adced91bfd0d470a56a6fbcc502908e8ea030f374e547056eb8426c5fe7b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4cf8b3d9f92bf5e59e1331c468e5984f4f5594d901d22ddb77b3f66d41ae62c66c2204ac8c4bb19af251468265eccf3f7bd3da268bd91afab8f9f7e196531d70
|
7
|
+
data.tar.gz: 55705a0720f71858ee8c2bde296e2a317da823263168ae318261a17420a576259b222762db5a32557c13d3eff29eee22b01a3986dd044dc35989f0e4cd72b2d0
|
data/rubocop.yml
CHANGED
@@ -48,13 +48,13 @@ Layout/DotPosition:
|
|
48
48
|
EnforcedStyle: trailing
|
49
49
|
|
50
50
|
Style/Encoding:
|
51
|
-
Enabled:
|
51
|
+
Enabled: false
|
52
52
|
|
53
53
|
Style/FormatString:
|
54
54
|
EnforcedStyle: sprintf
|
55
55
|
|
56
56
|
Style/FrozenStringLiteralComment:
|
57
|
-
Enabled:
|
57
|
+
Enabled: true
|
58
58
|
|
59
59
|
Style/TrailingCommaInHashLiteral:
|
60
60
|
EnforcedStyleForMultiline: comma
|
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.5.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
|
+
date: 2019-10-01 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.75'
|
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.75'
|
27
27
|
- !ruby/object:Gem::Dependency
|
28
28
|
name: rubocop-rspec
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
@@ -65,8 +65,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
65
65
|
- !ruby/object:Gem::Version
|
66
66
|
version: '0'
|
67
67
|
requirements: []
|
68
|
-
|
69
|
-
rubygems_version: 2.7.6
|
68
|
+
rubygems_version: 3.0.3
|
70
69
|
signing_key:
|
71
70
|
specification_version: 4
|
72
71
|
summary: GoCardless's shared Rubocop configuration, conforming to our house style
|