gocardless_pro 2.53.0 → 2.54.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a756c78b49607a4ae5cb72705f7cc22ba22e95747300b0bf90a6eb5ca968167e
4
- data.tar.gz: a2799c33e5170f82ee1e5ceb2f3822b22fd1883f0d59821cf6ce78d086fefb22
3
+ metadata.gz: '0785e0ba3bd331adfc4a66689db74d9002d3ef91b1167300cdd3dd6868f645aa'
4
+ data.tar.gz: a9627b7713acc48be5544ac07548557cba21c816c8de681355b1b0a71e92b73a
5
5
  SHA512:
6
- metadata.gz: 651462b430bc83218c6ad299d241b4cba1dfbf66d66410e96e1a05a5a207e13ad93a521d3e572e2cd4053f1b53d3764533cb32b5cf7175041d218219ff98845c
7
- data.tar.gz: c4aa1196ed99686d372b8e7e7d1eefc0e2d6fd0deedd0fe42a6b75801d441ee1c883e1512dd168c9ab5d6a4a3337557c9d073531e57c7c7f36487b13ad585c02
6
+ metadata.gz: c65cf5d68e95ad31daed9bb9c0e887c04632869fed3731c48f724099f2febd024a06415fee1f16f216d56475dbd55afb92ef1c08e0a54dc1d951d5c8d2398e1b
7
+ data.tar.gz: 3ce5ba13536d9f71947daf1998b60f21838a9438348c64215929737f66bbb956141e947ce048c1ca2b95e6ac19427c4824b8e7769e2b4dd3013f0dae970b2694
@@ -218,7 +218,7 @@ module GoCardlessPro
218
218
  'User-Agent' => "#{user_agent}",
219
219
  'Content-Type' => 'application/json',
220
220
  'GoCardless-Client-Library' => 'gocardless-pro-ruby',
221
- 'GoCardless-Client-Version' => '2.53.0',
221
+ 'GoCardless-Client-Version' => '2.54.0',
222
222
  },
223
223
  }
224
224
  end
@@ -13,11 +13,6 @@ module GoCardlessPro
13
13
  # Performs a bank details lookup. As part of the lookup, a modulus check and
14
14
  # reachability check are performed.
15
15
  #
16
- # In case an account holder name is provided (and an account number, a sort code
17
- # or an iban
18
- # are already present) an account holder name verification will also be
19
- # performed.
20
- #
21
16
  # If your request returns an [error](#api-usage-errors) or the
22
17
  # `available_debit_schemes`
23
18
  # attribute is an empty array, you will not be able to collect payments from the
@@ -3,5 +3,5 @@ end
3
3
 
4
4
  module GoCardlessPro
5
5
  # Current version of the GC gem
6
- VERSION = '2.53.0'
6
+ VERSION = '2.54.0'
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gocardless_pro
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.53.0
4
+ version: 2.54.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - GoCardless
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-01-10 00:00:00.000000000 Z
11
+ date: 2024-01-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday