killbill-client 0.10.1 → 0.10.2

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
  SHA1:
3
- metadata.gz: 788d7065b7237d50be776ddc91dc1e3735e3d3bf
4
- data.tar.gz: ae5f33685d7efd5bef9bc05d940769462706b45e
3
+ metadata.gz: 48e0e8b9913839532f30f11ebb3e4b808720206c
4
+ data.tar.gz: 88a00d7d0bb47f99e9d3fdb40fa140c4caecf467
5
5
  SHA512:
6
- metadata.gz: 9d261e396f79d562f0ac4b154d0b578389adf48a86e6fc6ff3ef286b44b622416e6f897b0d93539283c9b40a50dccc77a5bc7fb3169d91ada93e4a20a4c6cb4d
7
- data.tar.gz: 2987504288ee8ef3958c3b531a2febe5a87ad01414a7768ed6a377a60fd75a43c7f7d51ed4389b35b5747913314394c08c4a8251312c995fc5c4425d9fc9767d
6
+ metadata.gz: 6939e9fc905f36356f21e0fa95e0c8366febff9f0ab5f5a88ec785a945254b8f57e6cc956017309b3c5d2b03e3b149ddf8d8bfad0696810c3f4d5752ca58e06e
7
+ data.tar.gz: deafcbb66621e51e6a94a269ff855f14a2f065c8088703ce61bc943c18cf79dfabad363b5a76dd7e055cd4e1b643fae38162f359d4e837ad1bdd54242d9ef710
@@ -40,8 +40,7 @@ module KillBillClient
40
40
  head.update options[:head] if options[:head]
41
41
  head.delete_if { |_, value| value.nil? }
42
42
 
43
- uri = base_uri + URI.escape(relative_uri)
44
-
43
+ uri = (options[:base_uri] || base_uri) + URI.escape(relative_uri)
45
44
 
46
45
  # Plugin properties are passed in the options but we want to send them as query parameters,
47
46
  # so remove with from global hash and insert them under :params
@@ -2,7 +2,7 @@ module KillBillClient
2
2
  module Version
3
3
  MAJOR = 0
4
4
  MINOR = 10
5
- PATCH = 1
5
+ PATCH = 2
6
6
  PRE = nil
7
7
 
8
8
  VERSION = [MAJOR, MINOR, PATCH, PRE].compact.join('.').freeze
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: killbill-client
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.10.1
4
+ version: 0.10.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Killbill core team
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-12-22 00:00:00.000000000 Z
11
+ date: 2015-01-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: json