gc_ruboconfig 2.29.0 → 2.30.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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/rubocop.yml +3 -0
  3. metadata +7 -7
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: fbb0165c8bc13ba413b094c1d4981755e69d3271fc05759b38c5f86da713c197
4
- data.tar.gz: 39c0a8e089e581848af3b3f21f036d4a6abeea184467efcd03784bba9a2d28d8
3
+ metadata.gz: 7570c08ee0a1adcdd100830685a4f92e21256ddbe09bcf85804442df4878230b
4
+ data.tar.gz: acb43c4dde4f46a169c387c1abdf1a46e4d8191b9b5c03a12cb5f969925a9160
5
5
  SHA512:
6
- metadata.gz: 8284b1e20246f9fd64df8c5bc000e2d9fe9fbb8bac452ee34c800e8b89acdadbffeae99b900667623b724fb6801234702025cc1d6cc38beb8cb80495665963d9
7
- data.tar.gz: 7b0669366271ccf55545e06c634aca415092341392e0d7f11954abb47d72a22a07096964841a5878af3b50d042b5415b7fb7ba429147cfbd7d593ddb68dffdac
6
+ metadata.gz: c3a76b4a30445545d5ba80acd8d0953f7a1405fb4adb1d7e69eb610c46b03dae48b0382a3035139748ce1ee95e812f4cd21ef925914e7752f68367bd6803421a
7
+ data.tar.gz: 771c13dc11c8b1d52b73345b0be732838e53af2e2b016095abaf5980870243664e1cbba2b22ea329f34c1bbb1e86e3db3768f2442f7ea49bdbfbd0bd260c957e
data/rubocop.yml CHANGED
@@ -185,6 +185,9 @@ RSpec/StubbedMock:
185
185
  RSpec/IdenticalEqualityAssertion:
186
186
  Enabled: true
187
187
 
188
+ RSpec/FactoryBot/SyntaxMethods:
189
+ Enabled: false
190
+
188
191
  # Re-enable this when the following is resolved:
189
192
  # https://github.com/rubocop-hq/rubocop/issues/5953
190
193
  Style/AccessModifierDeclarations:
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.29.0
4
+ version: 2.30.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - GoCardless
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-10-19 00:00:00.000000000 Z
11
+ date: 2022-01-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rubocop
@@ -52,7 +52,7 @@ dependencies:
52
52
  - - ">="
53
53
  - !ruby/object:Gem::Version
54
54
  version: '1.11'
55
- description:
55
+ description:
56
56
  email:
57
57
  - developers@gocardless.com
58
58
  executables: []
@@ -64,7 +64,7 @@ homepage: https://github.com/gocardless/ruboconfig
64
64
  licenses:
65
65
  - MIT
66
66
  metadata: {}
67
- post_install_message:
67
+ post_install_message:
68
68
  rdoc_options: []
69
69
  require_paths:
70
70
  - lib
@@ -79,8 +79,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
79
79
  - !ruby/object:Gem::Version
80
80
  version: '0'
81
81
  requirements: []
82
- rubygems_version: 3.2.22
83
- signing_key:
82
+ rubygems_version: 3.0.3
83
+ signing_key:
84
84
  specification_version: 4
85
85
  summary: GoCardless's shared Rubocop configuration, conforming to our house style
86
86
  test_files: []