shafferj-zookeeper_client 0.0.2 → 0.0.3
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.
metadata
CHANGED
|
@@ -1,20 +1,21 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: shafferj-zookeeper_client
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Phillip Pearson
|
|
8
|
+
- Justin Shaffer
|
|
8
9
|
autorequire:
|
|
9
10
|
bindir: bin
|
|
10
11
|
cert_chain: []
|
|
11
12
|
|
|
12
|
-
date: 2008-07-
|
|
13
|
+
date: 2008-07-20 00:00:00 -07:00
|
|
13
14
|
default_executable:
|
|
14
15
|
dependencies: []
|
|
15
16
|
|
|
16
17
|
description: zookeeper_client is a Ruby library to interface with the ZooKeeper replicated object store / lock server.
|
|
17
|
-
email:
|
|
18
|
+
email: justin@hotpotato.com
|
|
18
19
|
executables: []
|
|
19
20
|
|
|
20
21
|
extensions:
|
|
@@ -25,7 +26,7 @@ files:
|
|
|
25
26
|
- lib/zookeeper_client.rb
|
|
26
27
|
- ext/zookeeper_c/zookeeper_ruby.c
|
|
27
28
|
has_rdoc: false
|
|
28
|
-
homepage: http://github.com/
|
|
29
|
+
homepage: http://github.com/shafferj/zookeeper_client
|
|
29
30
|
post_install_message:
|
|
30
31
|
rdoc_options: []
|
|
31
32
|
|