gocardless_pro 3.6.0 → 3.7.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: dc192d2230d8b35d8e0d5d7aecbfce3fc0fcd3516d973b3cef282771e8c16026
4
- data.tar.gz: 7db1089cd74597a29b745f2b1275d4fef842317e2672b7fe0ebe3bdf4ae91f1d
3
+ metadata.gz: ae0ea22dd4b670953304572b2a6a581af2ebf4c0e527e326e5a49ea61a60b402
4
+ data.tar.gz: b0f1e3fe0ebac8518f08a99d810306561fbf1bf8ddab7b62c35851f0200e0fed
5
5
  SHA512:
6
- metadata.gz: 48cc431b2261bd308a6675d01127dcd11d57c3699872098da4eba888921e09c372b1e157565bd91416dc53f8c0a6d60587e7c183499f71c90caaef395c134b22
7
- data.tar.gz: 2d8d59d8c86123537449a90a0a9fb927cbcba5f3b79afb9cd4111be21688a7a9f64aef4acc5e1f45dca34184d114d343389e2bc878a77c98ee7c115cf50339fc
6
+ metadata.gz: ac60edc33ac56076650205bac66dd77015635f89fca725e8704db3eeb5904634710638b0e3ae7438009cf819d74ce096fbd817f7219e26d25f31daa3538d786a
7
+ data.tar.gz: 461a8ea1135dc677860bc144d11234146df2422b0034d674089c64c4d67213bfd49b93633f9a0a465b096b1cabee449e46e0c1429ecc5942fdc96e96edddbfb8
@@ -248,7 +248,7 @@ module GoCardlessPro
248
248
  'User-Agent' => "#{user_agent}",
249
249
  'Content-Type' => 'application/json',
250
250
  'GoCardless-Client-Library' => 'gocardless-pro-ruby',
251
- 'GoCardless-Client-Version' => '3.6.0'
251
+ 'GoCardless-Client-Version' => '3.7.0'
252
252
  }
253
253
  }
254
254
  end
@@ -17,7 +17,7 @@ module GoCardlessPro
17
17
  # Not all institutions support both Payment Initiation (PIS) and Account
18
18
  # Information (AIS) services.
19
19
  class Institution
20
- attr_reader :autocompletes_collect_bank_account, :country_code, :icon_url, :id, :logo_url, :name, :status
20
+ attr_reader :autocompletes_collect_bank_account, :country_code, :icon_url, :id, :limits, :logo_url, :name, :status
21
21
 
22
22
  # Initialize a institution resource instance
23
23
  # @param object [Hash] an object returned from the API
@@ -28,6 +28,7 @@ module GoCardlessPro
28
28
  @country_code = object['country_code']
29
29
  @icon_url = object['icon_url']
30
30
  @id = object['id']
31
+ @limits = object['limits']
31
32
  @logo_url = object['logo_url']
32
33
  @name = object['name']
33
34
  @status = object['status']
@@ -3,5 +3,5 @@ end
3
3
 
4
4
  module GoCardlessPro
5
5
  # Current version of the GC gem
6
- VERSION = '3.6.0'
6
+ VERSION = '3.7.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: 3.6.0
4
+ version: 3.7.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - GoCardless
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-04-22 00:00:00.000000000 Z
11
+ date: 2025-04-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday