slyphon-zookeeper 0.3.0-java → 0.8.0-java

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,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: slyphon-zookeeper
3
3
  version: !ruby/object:Gem::Version
4
- hash: 19
4
+ hash: 63
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
- - 3
8
+ - 8
9
9
  - 0
10
- version: 0.3.0
10
+ version: 0.8.0
11
11
  platform: java
12
12
  authors:
13
13
  - Phillip Pearson
@@ -20,7 +20,7 @@ autorequire:
20
20
  bindir: bin
21
21
  cert_chain: []
22
22
 
23
- date: 2012-04-11 00:00:00 Z
23
+ date: 2012-04-23 00:00:00 Z
24
24
  dependencies:
25
25
  - !ruby/object:Gem::Dependency
26
26
  name: rspec
@@ -62,7 +62,7 @@ dependencies:
62
62
  requirements:
63
63
  - - "="
64
64
  - !ruby/object:Gem::Version
65
- hash: 62196363
65
+ hash: 3881781327
66
66
  segments:
67
67
  - 1
68
68
  - 0
@@ -170,6 +170,7 @@ files:
170
170
  - examples/cloud_config.rb
171
171
  - ext/.gitignore
172
172
  - ext/Rakefile
173
+ - ext/c_zookeeper.rb
173
174
  - ext/dbg.h
174
175
  - ext/depend
175
176
  - ext/extconf.rb
@@ -183,15 +184,20 @@ files:
183
184
  - lib/zookeeper/acls.rb
184
185
  - lib/zookeeper/callbacks.rb
185
186
  - lib/zookeeper/common.rb
187
+ - lib/zookeeper/common/queue_with_pipe.rb
186
188
  - lib/zookeeper/constants.rb
187
189
  - lib/zookeeper/em_client.rb
188
190
  - lib/zookeeper/exceptions.rb
189
191
  - lib/zookeeper/stat.rb
190
192
  - notes.txt
191
193
  - slyphon-zookeeper.gemspec
194
+ - spec/c_zookeeper_spec.rb
195
+ - spec/chrooted_connection_spec.rb
192
196
  - spec/default_watcher_spec.rb
193
197
  - spec/em_spec.rb
194
198
  - spec/log4j.properties
199
+ - spec/shared/all_success_return_values.rb
200
+ - spec/shared/connection_examples.rb
195
201
  - spec/spec_helper.rb
196
202
  - spec/support/progress_formatter.rb
197
203
  - spec/zookeeper_spec.rb
@@ -231,14 +237,18 @@ required_rubygems_version: !ruby/object:Gem::Requirement
231
237
  requirements: []
232
238
 
233
239
  rubyforge_project:
234
- rubygems_version: 1.8.10
240
+ rubygems_version: 1.8.15
235
241
  signing_key:
236
242
  specification_version: 3
237
243
  summary: twitter's zookeeper client
238
244
  test_files:
245
+ - spec/c_zookeeper_spec.rb
246
+ - spec/chrooted_connection_spec.rb
239
247
  - spec/default_watcher_spec.rb
240
248
  - spec/em_spec.rb
241
249
  - spec/log4j.properties
250
+ - spec/shared/all_success_return_values.rb
251
+ - spec/shared/connection_examples.rb
242
252
  - spec/spec_helper.rb
243
253
  - spec/support/progress_formatter.rb
244
254
  - spec/zookeeper_spec.rb