zookeeper 1.0.0 → 1.0.2
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.
- data/lib/zookeeper/compatibility.rb +2 -0
- data/lib/zookeeper/version.rb +1 -1
- data/spec/compatibilty_spec.rb +8 -0
- metadata +5 -3
data/lib/zookeeper/version.rb
CHANGED
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: 19
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 1
|
8
8
|
- 0
|
9
|
-
-
|
10
|
-
version: 1.0.
|
9
|
+
- 2
|
10
|
+
version: 1.0.2
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Phillip Pearson
|
@@ -101,6 +101,7 @@ files:
|
|
101
101
|
- scripts/upgrade-1.0-sed-alike.rb
|
102
102
|
- spec/c_zookeeper_spec.rb
|
103
103
|
- spec/chrooted_connection_spec.rb
|
104
|
+
- spec/compatibilty_spec.rb
|
104
105
|
- spec/default_watcher_spec.rb
|
105
106
|
- spec/em_spec.rb
|
106
107
|
- spec/forked_connection_spec.rb
|
@@ -151,6 +152,7 @@ summary: Apache ZooKeeper driver for Rubies
|
|
151
152
|
test_files:
|
152
153
|
- spec/c_zookeeper_spec.rb
|
153
154
|
- spec/chrooted_connection_spec.rb
|
155
|
+
- spec/compatibilty_spec.rb
|
154
156
|
- spec/default_watcher_spec.rb
|
155
157
|
- spec/em_spec.rb
|
156
158
|
- spec/forked_connection_spec.rb
|