gc_ruboconfig 4.4.1 → 4.4.2
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/rails.yml +4 -4
- data/rubocop.yml +4 -0
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d7d9b1cc35875579149b6af6e38baa084ca3b0f00750f8f7b15ce157e09f8f0d
|
|
4
|
+
data.tar.gz: fb36e650ba6c23aa825305aae9f5dd95f8c2be78a117a60cb1c89a0b89166921
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: cbc6b5491d7f4b7bebe2f4879351e64140eb0b803ee023b49e85a66acf2937628a8d2ae5164cbede618347882fad86c431176f212b5c64e1f9a4b124a0e84c5d
|
|
7
|
+
data.tar.gz: 99785d5c13064d3164c5ce7c2979e9077537e16952ee20f9656677718edd63ba0b12631d45dc45d5d1c9205041011bc40744c2f6ba90f6b64d7301e9e48dd749
|
data/rails.yml
CHANGED
|
@@ -142,16 +142,16 @@ Rails/TopLevelHashWithIndifferentAccess: # new in 2.16
|
|
|
142
142
|
Rails/WhereMissing: # new in 2.16
|
|
143
143
|
Enabled: true
|
|
144
144
|
|
|
145
|
-
|
|
145
|
+
RSpecRails/HaveHttpStatus: # new in 2.12
|
|
146
146
|
Enabled: true
|
|
147
147
|
|
|
148
|
-
|
|
148
|
+
RSpecRails/AvoidSetupHook:
|
|
149
149
|
Enabled: true
|
|
150
150
|
|
|
151
|
-
|
|
151
|
+
RSpecRails/HttpStatus:
|
|
152
152
|
EnforcedStyle: numeric
|
|
153
153
|
|
|
154
|
-
|
|
154
|
+
RSpecRails/InferredSpecType: # new in 2.14
|
|
155
155
|
Enabled: false
|
|
156
156
|
|
|
157
157
|
Rails/ActionOrder: # new in 2.17
|
data/rubocop.yml
CHANGED
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: 4.4.
|
|
4
|
+
version: 4.4.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- GoCardless
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2024-04-10 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rubocop
|