gocardless_pro 3.8.1 → 4.0.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: 36a10c0998933d28e80b9ae681560749659595e0d7814c944584f34a59dcbdae
4
- data.tar.gz: aa8bd84d003ff79c11f9e6225da3b17b76fa77be9f90bd036989bab64f549305
3
+ metadata.gz: 75bcb7e9efa1e9d911d3852d642983681e1cb1dd8b28e74ad129bfd7b5b372b2
4
+ data.tar.gz: bc72dd6e1bd11e013cb457ab3cc88334015b1cf1b7b930438f5729ff97cb3a90
5
5
  SHA512:
6
- metadata.gz: 9f673bf3f8200158079eb4b010d108a5c04a497d27f2e5a517cfacfcae3b6d37bb98bfa3040c84437a6e09016964a29e90e81ac6a8fa4e518bfd2ecf473d9ad6
7
- data.tar.gz: 7cd71c7ac0875b209facfe7a47884b39e6fd5ce4b8d59f2553cb15b05e1af76911a94f00da7c6c66ef95cc4820ae50374c74e0ae8fe8879afcd6b8781a3f032f
6
+ metadata.gz: efbd04a30e04ec6116493a241f826db82c37011211772c4ac65c539d537322e26d1b971dec6d2716bb00282f77063091c71e86b7f124c7549ff75130c272b230
7
+ data.tar.gz: 3ae8dd6970d7fc089128ff1e39e54766eb41a80d71f9b3cdda3745b4c7f0b4ac46f11595852029beecae7357d64a1992429a862911b6600f40e2d6da59738392
@@ -253,7 +253,7 @@ module GoCardlessPro
253
253
  'User-Agent' => "#{user_agent}",
254
254
  'Content-Type' => 'application/json',
255
255
  'GoCardless-Client-Library' => 'gocardless-pro-ruby',
256
- 'GoCardless-Client-Version' => '3.8.1'
256
+ 'GoCardless-Client-Version' => '4.0.0'
257
257
  }
258
258
  }
259
259
  end
@@ -17,10 +17,7 @@ module GoCardlessPro
17
17
  #
18
18
  # See [Billing Requests:
19
19
  # Overview](https://developer.gocardless.com/getting-started/billing-requests/overview/)
20
- # for how-to's, explanations and tutorials. <p
21
- # class="notice"><strong>Important</strong>: All properties associated with
22
- # `subscription_request` and `instalment_schedule_request` are only
23
- # supported for ACH and PAD schemes.</p>
20
+ # for how-to's, explanations and tutorials.
24
21
  class BillingRequestWithAction
25
22
  attr_reader :bank_authorisations, :billing_requests
26
23
 
@@ -3,5 +3,5 @@ end
3
3
 
4
4
  module GoCardlessPro
5
5
  # Current version of the GC gem
6
- VERSION = '3.8.1'
6
+ VERSION = '4.0.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.8.1
4
+ version: 4.0.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-05-20 00:00:00.000000000 Z
11
+ date: 2025-05-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday