killbill-client 3.1.0 → 3.2.0

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
- SHA1:
3
- metadata.gz: 8b2f7c7a0eeb0c3f653b836d32d889c00208cfa9
4
- data.tar.gz: 736afa732515f2989f7a59abfb3d299b1563fc95
2
+ SHA256:
3
+ metadata.gz: 8e8ef20872ffaa7ed2ae3389efa305af47a71a5458a81f23399fcdc403b55fe8
4
+ data.tar.gz: b86df21f75c0e2791cc0a17253ff917ebea6543e338c6550ed94fb3086ab679b
5
5
  SHA512:
6
- metadata.gz: b5160736215a14db56df3d01cb975fcd39c5779cca3763eab7546c77436e334040353d3a69e3286c3cd92fa09b7070c62117edd90ea780362ba22a00db71ab13
7
- data.tar.gz: efc57a5df04a56e364be076de8b256072f4740da951509802c849ba02b9b92f2eaaf927cd13243580285eeb22558ce76f5b9bf2893add82e3557dbec9f263eb1
6
+ metadata.gz: 9cc5394ccd1288a6ba86cf422f7a9ca715499c737c1b578b86e31ee38f8a3eba1090bfa58ae58bfab6fae23866f4737f615c605292b505088fcf4c4fc64f226f
7
+ data.tar.gz: f9eca5b4bd522edebc5a0d3bccfb5e736e5f91b5323be764093ff553783d4e6012f3f5744090566d4050e85dac86786a25b94d0bc582aa39b15f54a70ed1954a
data/README.md CHANGED
@@ -11,7 +11,7 @@ Kill Bill compatibility
11
11
  | 0.x.y | 0.16.z |
12
12
  | 1.x.y | 0.18.z |
13
13
  | 2.x.y | 0.20.z |
14
- | 3.x.y | 0.21.z |
14
+ | 3.x.y | 0.22.z |
15
15
 
16
16
  Installation
17
17
  ------------
@@ -52,6 +52,7 @@ module KillBillClient
52
52
  attribute :currency
53
53
  attribute :quantity
54
54
  attribute :item_details
55
+ attribute :catalog_effective_date
55
56
  attribute :child_items
56
57
  attribute :audit_logs
57
58
  end
@@ -1,7 +1,7 @@
1
1
  module KillBillClient
2
2
  module Version
3
3
  MAJOR = 3
4
- MINOR = 1
4
+ MINOR = 2
5
5
  PATCH = 0
6
6
  PRE = nil
7
7
 
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: 3.1.0
4
+ version: 3.2.0
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: 2019-10-21 00:00:00.000000000 Z
11
+ date: 2019-12-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rake
@@ -214,8 +214,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
214
214
  - !ruby/object:Gem::Version
215
215
  version: '0'
216
216
  requirements: []
217
- rubyforge_project:
218
- rubygems_version: 2.6.13
217
+ rubygems_version: 3.0.6
219
218
  signing_key:
220
219
  specification_version: 4
221
220
  summary: Kill Bill client library.