killbill-client 1.1.0 → 1.1.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
  SHA1:
3
- metadata.gz: d524b522d967389b15689ae165caed6c0a01dfaf
4
- data.tar.gz: 04d0b19fbb503cb3c6cc23eb7634b3171af89bfd
3
+ metadata.gz: 29c1acdaacaae2f33efee2dc09b852d1f88824ac
4
+ data.tar.gz: 6576c1126f8151b3876b2293e454f21e3f102d96
5
5
  SHA512:
6
- metadata.gz: c296fb2a05dfbaed883f39d7f567706028e66d67019525caa7fdb55edaea86008786cbe4e35fa2eb359a7bae0bf79a42235b01a96ba6ccc1d66ae1e6834771fc
7
- data.tar.gz: f2656590d9c4b94ff82ca5c67fd5d3b2d86c2d7437845362ed3ec100a404bea4d629743a48e52db60272cdfb840a01bf1dedb6b305cfbddd6bfca18b92441aea
6
+ metadata.gz: f85991ca2a654a8df7bf5bb15131c60c293db21524ca3a4b2d579551b1fb837c237fbbf0746e420a781d2cb28f7f498bf37dba8130d1f8f02b45862fc7fa75c7
7
+ data.tar.gz: 4be545250d303954f09ed8e848b4ed9ea73f616f1858ea4f0c8759819532e3f1f058df8f260241e327a1e9d292b79c49cf28de3a7854ad9f6da4b537afae926d
@@ -90,10 +90,10 @@ module KillBillClient
90
90
  raw_node_res = info.plugins_info.find do |e|
91
91
  if e.plugin_key == plugin_key
92
92
  if KillBillClient.logger
93
- KillBillClient.log :info, 'NodesInfo -> check for plugin command completion version_check=%s, state_check=%s' % [(plugin_version.nil? && e.is_selected_for_start) || plugin_version == e.plugin_version, state.nil? || e.state == state]
93
+ KillBillClient.log :info, 'NodesInfo -> check for plugin command completion version_check=%s, state_check=%s' % [(plugin_version.nil? && e.is_selected_for_start) || plugin_version == e.version, state.nil? || e.state == state]
94
94
  end
95
95
  end
96
- e.plugin_key == plugin_key && ((plugin_version.nil? && e.is_selected_for_start) || plugin_version == e.plugin_version) && (state.nil? || e.state == state)
96
+ e.plugin_key == plugin_key && ((plugin_version.nil? && e.is_selected_for_start) || plugin_version == e.version) && (state.nil? || e.state == state)
97
97
  end
98
98
  node_res = is_negate ? !raw_node_res : raw_node_res
99
99
  res = res & node_res
@@ -1,8 +1,8 @@
1
1
  module KillBillClient
2
2
  module Version
3
3
  MAJOR = 1
4
- MINOR = 1
5
- PATCH = 0
4
+ MINOR = 1
5
+ PATCH = 1
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: 1.1.0
4
+ version: 1.1.1
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: 2016-11-13 00:00:00.000000000 Z
11
+ date: 2016-11-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: json