zookeeper 1.5.0 → 1.5.1

Sign up to get free protection for your applications and to get access to all the features.
data/java/java_base.rb CHANGED
@@ -187,7 +187,7 @@ class JavaBase
187
187
  @req_registry.clear_watchers!
188
188
 
189
189
  replace_jzk!(opts)
190
- wait_until_connected
190
+ wait_until_connected(timeout)
191
191
  end
192
192
 
193
193
  state
@@ -1,4 +1,4 @@
1
1
  module Zookeeper
2
- VERSION = '1.5.0'
2
+ VERSION = '1.5.1'
3
3
  DRIVER_VERSION = '3.4.5'
4
4
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: zookeeper
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.5.0
4
+ version: 1.5.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Phillip Pearson
@@ -14,7 +14,7 @@ authors:
14
14
  autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
- date: 2021-09-27 00:00:00.000000000 Z
17
+ date: 2021-11-16 00:00:00.000000000 Z
18
18
  dependencies: []
19
19
  description: |+
20
20
  A low-level multi-Ruby wrapper around the ZooKeeper API bindings. For a
@@ -57,6 +57,7 @@ files:
57
57
  - ext/generate_gvl_code.rb
58
58
  - ext/patches/zkc-3.3.5-network.patch
59
59
  - ext/patches/zkc-3.4.5-buffer-overflow.patch
60
+ - ext/patches/zkc-3.4.5-config.patch
60
61
  - ext/patches/zkc-3.4.5-fetch-and-add.patch
61
62
  - ext/patches/zkc-3.4.5-logging.patch
62
63
  - ext/patches/zkc-3.4.5-out-of-order-ping.patch