gc_ruboconfig 2.3.12 → 2.3.13

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 +5 -0
  3. metadata +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 898de9e7ed2832af47232710bbfb6a793993f6e430fffa85d331367884a19c84
4
- data.tar.gz: 399ac55e53144aafc2749ed4c75e93b3d085fffca8fcb232cc55e6f28d22f4c0
3
+ metadata.gz: 857fe1a01c5a76fde5a9239026a89d09995ed1fd1e3bbb96c3779be6f2302f9f
4
+ data.tar.gz: 941b4c0182bb597bbe922b4c44c4c7aed9b78264c0407df209db6ee52a4bd8b9
5
5
  SHA512:
6
- metadata.gz: a6b53297ddd1c0ff59c5e7f75e4f7d7da65eeab6bbbf7c1ddba7f3920af6b64274469540a06baf31605ac3cd38f13523299f04a423ac93b4d32bac279d8eaecb
7
- data.tar.gz: 874246f36d49e777c24d37178a6f0f36a32b7a92032dbc668c4c46e3d4c38ab5f31bb8a20dc041562d2f9f651a674729c6613b5128859031ee60e2e760c72eb3
6
+ metadata.gz: 591b7fd2a70631da186230e541f895697384d45308db6c2d4112ecce4f4572d17bdede57703ad45782ce76db619d96af2f3ed74021a91ae8e48f0a56528c327b
7
+ data.tar.gz: 89f465f869a22c5618755a190e5eeb258192167fef05b5557983522c9270c4aaeabbd80c7dd6086be158a323bc070592ce6457320ae175929a5f04db73a98980
data/rubocop.yml CHANGED
@@ -133,3 +133,8 @@ RSpec/Pending:
133
133
  # https://github.com/rubocop-hq/rubocop/issues/5953
134
134
  Style/AccessModifierDeclarations:
135
135
  Enabled: false
136
+
137
+ # Re-enable this when the following is resolved:
138
+ # https://github.com/rubocop-hq/ruby-style-guide/issues/556
139
+ Style/ModuleFunction:
140
+ 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: 2.3.12
4
+ version: 2.3.13
5
5
  platform: ruby
6
6
  authors:
7
7
  - GoCardless
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-11-13 00:00:00.000000000 Z
11
+ date: 2018-11-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rubocop
@@ -72,7 +72,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
72
72
  version: '0'
73
73
  requirements: []
74
74
  rubyforge_project:
75
- rubygems_version: 2.7.6
75
+ rubygems_version: 2.7.7
76
76
  signing_key:
77
77
  specification_version: 4
78
78
  summary: GoCardless's shared Rubocop configuration, conforming to our house style