gocardless_pro 2.17.0 → 2.17.1

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: 0bfcd1ca2617f19c9c12af0782efab8800c71afea93e862c525969880ebf5146
4
- data.tar.gz: b0994f0488619cd68a8f298227e10e49b72e4726b2b00b10ad2ba2b302588962
3
+ metadata.gz: cb41d5906c1d6d6a9fc78abc852058cf63715020e3c957c7a0a8bcc8e907d74e
4
+ data.tar.gz: c85a921b9ea881ed5acc7d56c20b4f75f5c51e1c5e305d4de8c7d0079798adbf
5
5
  SHA512:
6
- metadata.gz: 2a383006d902557455bbe40336137b1ee7736ee6c078b2405ecde7f7eac783e1baedd94121f127f99788d23f2ce03fe15c3f3e3496b46c9c4c6a85fb458e7f20
7
- data.tar.gz: fee7013ea27c5c719b6ed3a6db5b3d3882b7743e9862de1389db99be42383099469f1877927f1dd369919201c71856d2bbcb589d25377fff0e0223bd72c9380b
6
+ metadata.gz: 54114ab5751f18ea4c0b010ca600db89523de93353f309cd0e247dbc13a7339f1cf14d7869f44db7d7b0a7571233a54bd9bc0130c9c4eb796bf186bda5e659eb
7
+ data.tar.gz: a2c5a5cdc5321d2e8a00f82adaba6b56540f3aa86d55cf950862f92fbc1cd971e5bad955b4701d69c4babb2fa5ac83a01a53f5da3427117ec7c11d652c47730e
@@ -143,7 +143,7 @@ module GoCardlessPro
143
143
  'User-Agent' => user_agent.to_s,
144
144
  'Content-Type' => 'application/json',
145
145
  'GoCardless-Client-Library' => 'gocardless-pro-ruby',
146
- 'GoCardless-Client-Version' => '2.17.0',
146
+ 'GoCardless-Client-Version' => '2.17.1',
147
147
  },
148
148
  }
149
149
  end
@@ -59,6 +59,10 @@ module GoCardlessPro
59
59
  @links = links || {}
60
60
  end
61
61
 
62
+ def creditor
63
+ @links['creditor']
64
+ end
65
+
62
66
  def instalment_schedule
63
67
  @links['instalment_schedule']
64
68
  end
@@ -4,5 +4,5 @@ end
4
4
 
5
5
  module GoCardlessPro
6
6
  # Current version of the GC gem
7
- VERSION = '2.17.0'.freeze
7
+ VERSION = '2.17.1'.freeze
8
8
  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.17.0
4
+ version: 2.17.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - GoCardless
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-02-06 00:00:00.000000000 Z
11
+ date: 2020-02-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday
@@ -262,7 +262,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
262
262
  - !ruby/object:Gem::Version
263
263
  version: '0'
264
264
  requirements: []
265
- rubygems_version: 3.0.3
265
+ rubygems_version: 3.0.6
266
266
  signing_key:
267
267
  specification_version: 4
268
268
  summary: A gem for calling the GoCardless Pro API