gocardless_pro 2.47.0 → 2.48.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/gocardless_pro/client.rb +1 -1
- data/lib/gocardless_pro/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a259c52338d06dac655a59f69aba53fa2c590a039167d6f9cf66fc090f2c0589
|
4
|
+
data.tar.gz: f73d29637aee11636991a04cf99f1c093c07128db249abb09d318e3c1b62d3bc
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4c3feb1806b7381405e750632f25b2b2c45e9c0b5cdd668283bb3bfcfbfaba5400fe33542da56d91f932e9711d5e0cebbf60d17d1b18374d323b9b64121f6327
|
7
|
+
data.tar.gz: d853bf591d92e942a91b5d0dff9d4f34d340cf7187ee55932ba0135c25d75a45bb5a7504ace21b2a8540fd42132f2ade3321d5c3c1be3b249d3f99d53a517b19
|
@@ -213,7 +213,7 @@ module GoCardlessPro
|
|
213
213
|
'User-Agent' => "#{user_agent}",
|
214
214
|
'Content-Type' => 'application/json',
|
215
215
|
'GoCardless-Client-Library' => 'gocardless-pro-ruby',
|
216
|
-
'GoCardless-Client-Version' => '2.
|
216
|
+
'GoCardless-Client-Version' => '2.48.0',
|
217
217
|
},
|
218
218
|
}
|
219
219
|
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.
|
4
|
+
version: 2.48.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- GoCardless
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-
|
11
|
+
date: 2023-08-17 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: faraday
|