gc_ruboconfig 2.3.7 → 2.3.9
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/rubocop.yml +3 -0
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 93f7f4581a5e73e317e8ca724c4f2c3f535781cdf33ffaaf5cc2d63a3e21e058
|
4
|
+
data.tar.gz: d240d29bc51f920c140c61ff50515a1ae2cb399f3959542e83476b17890fc39a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c2778080feff755af43ff474be13ca4c7f8cf6471435aa9dcfa34aed337d6cbf51d194f2e4c1a1859b75dad3f6989fe53a9ce1e05587b62284a8036c73521413
|
7
|
+
data.tar.gz: b91907474f830bc3cdc0d02ae57f362170b2a33558c3a171e61fe75035cb7dbd6b0db4f63a13190544a5c7a511f225b98df342c0d20f64877dc289388244a354
|
data/rubocop.yml
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
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.9
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- GoCardless
|
@@ -30,14 +30,14 @@ dependencies:
|
|
30
30
|
requirements:
|
31
31
|
- - "~>"
|
32
32
|
- !ruby/object:Gem::Version
|
33
|
-
version: '1.
|
33
|
+
version: '1.25'
|
34
34
|
type: :runtime
|
35
35
|
prerelease: false
|
36
36
|
version_requirements: !ruby/object:Gem::Requirement
|
37
37
|
requirements:
|
38
38
|
- - "~>"
|
39
39
|
- !ruby/object:Gem::Version
|
40
|
-
version: '1.
|
40
|
+
version: '1.25'
|
41
41
|
description:
|
42
42
|
email:
|
43
43
|
- developers@gocardless.com
|
@@ -66,7 +66,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
66
66
|
version: '0'
|
67
67
|
requirements: []
|
68
68
|
rubyforge_project:
|
69
|
-
rubygems_version: 2.7.
|
69
|
+
rubygems_version: 2.7.3
|
70
70
|
signing_key:
|
71
71
|
specification_version: 4
|
72
72
|
summary: GoCardless's shared Rubocop configuration, conforming to our house style
|