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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/rails.yml +4 -4
  3. data/rubocop.yml +4 -0
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 9a9b6fe2d7d4e960d22e060bf7a4b1b65f9abb120acd5a4701e01ff51d7ed814
4
- data.tar.gz: c8e8325c289f666a5f85db494f0f34a57088af20d588c0b2e604dc01f086336b
3
+ metadata.gz: d7d9b1cc35875579149b6af6e38baa084ca3b0f00750f8f7b15ce157e09f8f0d
4
+ data.tar.gz: fb36e650ba6c23aa825305aae9f5dd95f8c2be78a117a60cb1c89a0b89166921
5
5
  SHA512:
6
- metadata.gz: da11d52fd6559f2aab6054c278876129bbaada8f77cc153a67cf052acc0a491f19897b2eac9735917a5011b82e5b569d7c7fe3dabcf8e46afe48ec9b632e8602
7
- data.tar.gz: 4c6db3701e9a233a2f5695ef6fc1d546e983d51750b3d9651727cd3c11148ac7e18828cf28b97d136923fbef686369eb8cb074410c688a5f01394a6bbd72e7a5
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
- RSpec/Rails/HaveHttpStatus: # new in 2.12
145
+ RSpecRails/HaveHttpStatus: # new in 2.12
146
146
  Enabled: true
147
147
 
148
- RSpec/Rails/AvoidSetupHook:
148
+ RSpecRails/AvoidSetupHook:
149
149
  Enabled: true
150
150
 
151
- RSpec/Rails/HttpStatus:
151
+ RSpecRails/HttpStatus:
152
152
  EnforcedStyle: numeric
153
153
 
154
- RSpec/Rails/InferredSpecType: # new in 2.14
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
@@ -675,3 +675,7 @@ FactoryBot/ConsistentParenthesesStyle: # new in 2.14
675
675
  Style/AndOr:
676
676
  Enabled: true
677
677
  EnforcedStyle: always
678
+
679
+ # Autocorrect is a little simplified and can lead to confusion
680
+ RSpec/ExampleWording:
681
+ Enabled: false
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.1
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: 2023-12-04 00:00:00.000000000 Z
11
+ date: 2024-04-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rubocop