zookeeper 0.4.0 → 0.4.1
Sign up to get free protection for your applications and to get access to all the features.
- data/CHANGELOG +2 -0
- data/Manifest +2 -1
- data/ext/zkc-3.3.2.tar.gz +0 -0
- data/zookeeper.gemspec +3 -3
- metadata +5 -5
- data/ext/zkc-3.3.1.tar.gz +0 -0
data/CHANGELOG
CHANGED
data/Manifest
CHANGED
@@ -5,7 +5,7 @@ README
|
|
5
5
|
Rakefile
|
6
6
|
examples/cloud_config.rb
|
7
7
|
ext/extconf.rb
|
8
|
-
ext/zkc-3.3.
|
8
|
+
ext/zkc-3.3.2.tar.gz
|
9
9
|
ext/zookeeper_c.c
|
10
10
|
ext/zookeeper_lib.c
|
11
11
|
ext/zookeeper_lib.h
|
@@ -21,3 +21,4 @@ test/test_close.rb
|
|
21
21
|
test/test_esoteric.rb
|
22
22
|
test/test_watcher1.rb
|
23
23
|
test/test_watcher2.rb
|
24
|
+
zookeeper.gemspec
|
Binary file
|
data/zookeeper.gemspec
CHANGED
@@ -2,16 +2,16 @@
|
|
2
2
|
|
3
3
|
Gem::Specification.new do |s|
|
4
4
|
s.name = %q{zookeeper}
|
5
|
-
s.version = "0.4.
|
5
|
+
s.version = "0.4.1"
|
6
6
|
|
7
7
|
s.required_rubygems_version = Gem::Requirement.new(">= 1.2") if s.respond_to? :required_rubygems_version=
|
8
8
|
s.authors = ["Phillip Pearson, Eric Maland, Evan Weaver, Brian Wickman"]
|
9
|
-
s.date = %q{2010-12-
|
9
|
+
s.date = %q{2010-12-14}
|
10
10
|
s.description = %q{An interface to the Zookeeper distributed configuration server.}
|
11
11
|
s.email = %q{}
|
12
12
|
s.extensions = ["ext/extconf.rb"]
|
13
13
|
s.extra_rdoc_files = ["CHANGELOG", "LICENSE", "README", "ext/zookeeper_c.c", "lib/zookeeper.rb"]
|
14
|
-
s.files = ["CHANGELOG", "LICENSE", "README", "Rakefile", "examples/cloud_config.rb", "ext/extconf.rb", "ext/zkc-3.3.
|
14
|
+
s.files = ["CHANGELOG", "LICENSE", "README", "Rakefile", "examples/cloud_config.rb", "ext/extconf.rb", "ext/zkc-3.3.2.tar.gz", "ext/zookeeper_c.c", "ext/zookeeper_lib.c", "ext/zookeeper_lib.h", "lib/zookeeper.rb", "lib/zookeeper/acls.rb", "lib/zookeeper/callbacks.rb", "lib/zookeeper/constants.rb", "lib/zookeeper/exceptions.rb", "lib/zookeeper/stat.rb", "test/test_basic.rb", "test/test_callback1.rb", "test/test_close.rb", "test/test_esoteric.rb", "test/test_watcher1.rb", "test/test_watcher2.rb", "Manifest", "zookeeper.gemspec"]
|
15
15
|
s.homepage = %q{http://blog.evanweaver.com/files/doc/fauna/zookeeper/}
|
16
16
|
s.rdoc_options = ["--line-numbers", "--inline-source", "--title", "Zookeeper", "--main", "README"]
|
17
17
|
s.require_paths = ["lib", "ext"]
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: zookeeper
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 13
|
5
5
|
prerelease: false
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 4
|
9
|
-
-
|
10
|
-
version: 0.4.
|
9
|
+
- 1
|
10
|
+
version: 0.4.1
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Phillip Pearson, Eric Maland, Evan Weaver, Brian Wickman
|
@@ -15,7 +15,7 @@ autorequire:
|
|
15
15
|
bindir: bin
|
16
16
|
cert_chain: []
|
17
17
|
|
18
|
-
date: 2010-12-
|
18
|
+
date: 2010-12-14 00:00:00 -08:00
|
19
19
|
default_executable:
|
20
20
|
dependencies: []
|
21
21
|
|
@@ -38,7 +38,7 @@ files:
|
|
38
38
|
- Rakefile
|
39
39
|
- examples/cloud_config.rb
|
40
40
|
- ext/extconf.rb
|
41
|
-
- ext/zkc-3.3.
|
41
|
+
- ext/zkc-3.3.2.tar.gz
|
42
42
|
- ext/zookeeper_c.c
|
43
43
|
- ext/zookeeper_lib.c
|
44
44
|
- ext/zookeeper_lib.h
|
data/ext/zkc-3.3.1.tar.gz
DELETED
Binary file
|