killbill-client 0.26.0 → 0.27.0

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
  SHA1:
3
- metadata.gz: 4c05cca45d6b7e61f60a468ebbc61658fe6bcf8f
4
- data.tar.gz: 09a5cb5b091bbd1db3e64a6ef26eff5651ed2b19
3
+ metadata.gz: a49812d05b67bdf2b846de1f68ba81fa8c387147
4
+ data.tar.gz: 0be346ac35f5f5d606884c6040e12b8029f40dcb
5
5
  SHA512:
6
- metadata.gz: d3684e3a7b23f59c0df340c6b86eb2cf9b75f8e290d4d0609784a80b69480f78c50677619fa15b4ae539c85f11754925ef07f67cec59ad1b4d6abf603623f94b
7
- data.tar.gz: 4df324054c188d5544d8bfd140f2c1dc2c61c6cbbae5058aea500aead6ff587be23c86e7b922d440203334ff7fee3c582bee67de052c622053f1d9241f336390
6
+ metadata.gz: 94caeff2d6d6ed26d673311383262ceecc3c71eff63955e00158e1b3259cdaa1d4b3cb27cd06a1246563de06e5fa0288f330e54bd646620c6ca02d2991bb9202
7
+ data.tar.gz: 472d4a199426482d19f5a3d25c6c2607ca096ef19eca988b85c8da5a9480f2420bb190b050aa7277d2c37c627447913ce93119c0c048bd7f9e2510fab37361f1
@@ -29,6 +29,7 @@ module KillBillClient
29
29
  module Model
30
30
  class PluginInfoAttributes < Resource
31
31
  attribute :bundle_symbolic_name
32
+ attribute :plugin_key
32
33
  attribute :plugin_name
33
34
  attribute :version
34
35
  attribute :state
@@ -1,7 +1,7 @@
1
1
  module KillBillClient
2
2
  module Version
3
3
  MAJOR = 0
4
- MINOR = 26
4
+ MINOR = 27
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: 0.26.0
4
+ version: 0.27.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: 2015-12-12 00:00:00.000000000 Z
11
+ date: 2015-12-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: json