killbill-client 0.24.0 → 0.24.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 +4 -4
- data/lib/killbill_client/api/net_http_adapter.rb +1 -1
- data/lib/killbill_client/version.rb +1 -1
- metadata +32 -39
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 8d43db6b59dc3181aef8cae3cb8ba1378e37ec2c
|
|
4
|
+
data.tar.gz: bad7b49dbcec3cb699bcabd678dfb4972b9fcdf4
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7e5c9b405d689f286e24fa96a710a61e18aa9dee684980b517d88156f3d34a0d0dcd8c63218ff43bee8db9598e1091b8943f1cc3b3f9e05f104badf62021ef70
|
|
7
|
+
data.tar.gz: 359e56d0ef556dcc7a920cab2c8f6b4595cb1fc68df6fb16f92c643e297ad621bdb90ad357ff7ad5b75a395d83209f557b9688924bfedd99179960d0ea49e9a7
|
|
@@ -137,7 +137,7 @@ module KillBillClient
|
|
|
137
137
|
headers = request.to_hash
|
|
138
138
|
headers['authorization'] &&= ['Basic [FILTERED]']
|
|
139
139
|
KillBillClient.log :debug, headers.inspect
|
|
140
|
-
if request.body && !request.body.empty?
|
|
140
|
+
if request.body && !request.body.empty? && request['Content-Type'].include?('application/json')
|
|
141
141
|
KillBillClient.log :debug, request.body
|
|
142
142
|
end
|
|
143
143
|
start_time = Time.now
|
metadata
CHANGED
|
@@ -1,65 +1,65 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: killbill-client
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.24.
|
|
4
|
+
version: 0.24.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Killbill core team
|
|
8
|
-
autorequire:
|
|
8
|
+
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2015-12-
|
|
11
|
+
date: 2015-12-07 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: json
|
|
15
|
-
|
|
15
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
16
16
|
requirements:
|
|
17
|
-
- -
|
|
17
|
+
- - '>='
|
|
18
18
|
- !ruby/object:Gem::Version
|
|
19
19
|
version: 1.2.0
|
|
20
|
-
|
|
21
|
-
prerelease: false
|
|
22
|
-
version_requirements: !ruby/object:Gem::Requirement
|
|
20
|
+
requirement: !ruby/object:Gem::Requirement
|
|
23
21
|
requirements:
|
|
24
|
-
- -
|
|
22
|
+
- - '>='
|
|
25
23
|
- !ruby/object:Gem::Version
|
|
26
24
|
version: 1.2.0
|
|
25
|
+
prerelease: false
|
|
26
|
+
type: :runtime
|
|
27
27
|
- !ruby/object:Gem::Dependency
|
|
28
28
|
name: rake
|
|
29
|
-
|
|
29
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
30
30
|
requirements:
|
|
31
|
-
- -
|
|
31
|
+
- - '>='
|
|
32
32
|
- !ruby/object:Gem::Version
|
|
33
33
|
version: 10.0.0
|
|
34
|
-
|
|
35
|
-
prerelease: false
|
|
36
|
-
version_requirements: !ruby/object:Gem::Requirement
|
|
34
|
+
requirement: !ruby/object:Gem::Requirement
|
|
37
35
|
requirements:
|
|
38
|
-
- -
|
|
36
|
+
- - '>='
|
|
39
37
|
- !ruby/object:Gem::Version
|
|
40
38
|
version: 10.0.0
|
|
39
|
+
prerelease: false
|
|
40
|
+
type: :development
|
|
41
41
|
- !ruby/object:Gem::Dependency
|
|
42
42
|
name: rspec
|
|
43
|
-
|
|
43
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
44
44
|
requirements:
|
|
45
|
-
- -
|
|
45
|
+
- - ~>
|
|
46
46
|
- !ruby/object:Gem::Version
|
|
47
47
|
version: 2.12.0
|
|
48
|
-
|
|
49
|
-
prerelease: false
|
|
50
|
-
version_requirements: !ruby/object:Gem::Requirement
|
|
48
|
+
requirement: !ruby/object:Gem::Requirement
|
|
51
49
|
requirements:
|
|
52
|
-
- -
|
|
50
|
+
- - ~>
|
|
53
51
|
- !ruby/object:Gem::Version
|
|
54
52
|
version: 2.12.0
|
|
53
|
+
prerelease: false
|
|
54
|
+
type: :development
|
|
55
55
|
description: An API client library for Kill Bill.
|
|
56
56
|
email: killbilling-users@googlegroups.com
|
|
57
57
|
executables: []
|
|
58
58
|
extensions: []
|
|
59
59
|
extra_rdoc_files: []
|
|
60
60
|
files:
|
|
61
|
-
-
|
|
62
|
-
-
|
|
61
|
+
- .gitignore
|
|
62
|
+
- .travis.yml
|
|
63
63
|
- Gemfile
|
|
64
64
|
- README.md
|
|
65
65
|
- Rakefile
|
|
@@ -185,33 +185,26 @@ homepage: http://www.killbilling.org
|
|
|
185
185
|
licenses:
|
|
186
186
|
- Apache License (2.0)
|
|
187
187
|
metadata: {}
|
|
188
|
-
post_install_message:
|
|
188
|
+
post_install_message:
|
|
189
189
|
rdoc_options:
|
|
190
|
-
-
|
|
191
|
-
-
|
|
190
|
+
- --exclude
|
|
191
|
+
- .
|
|
192
192
|
require_paths:
|
|
193
193
|
- lib
|
|
194
194
|
required_ruby_version: !ruby/object:Gem::Requirement
|
|
195
195
|
requirements:
|
|
196
|
-
- -
|
|
196
|
+
- - '>='
|
|
197
197
|
- !ruby/object:Gem::Version
|
|
198
198
|
version: 1.8.6
|
|
199
199
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
200
200
|
requirements:
|
|
201
|
-
- -
|
|
201
|
+
- - '>='
|
|
202
202
|
- !ruby/object:Gem::Version
|
|
203
203
|
version: '0'
|
|
204
204
|
requirements: []
|
|
205
|
-
rubyforge_project:
|
|
206
|
-
rubygems_version: 2.
|
|
207
|
-
signing_key:
|
|
205
|
+
rubyforge_project:
|
|
206
|
+
rubygems_version: 2.1.9
|
|
207
|
+
signing_key:
|
|
208
208
|
specification_version: 4
|
|
209
209
|
summary: Kill Bill client library.
|
|
210
|
-
test_files:
|
|
211
|
-
- spec/killbill_client/base_uri_spec.rb
|
|
212
|
-
- spec/killbill_client/model_relation_spec.rb
|
|
213
|
-
- spec/killbill_client/remote/api_spec.rb
|
|
214
|
-
- spec/killbill_client/remote/model_spec.rb
|
|
215
|
-
- spec/killbill_client/resource_spec.rb
|
|
216
|
-
- spec/killbill_client/resources_spec.rb
|
|
217
|
-
- spec/spec_helper.rb
|
|
210
|
+
test_files: []
|