--- !ruby/object:Gem::Specification name: zookeeper version: !ruby/object:Gem::Version hash: 23 prerelease: segments: - 1 - 0 - 0 version: 1.0.0 platform: ruby authors: - Phillip Pearson - Eric Maland - Evan Weaver - Brian Wickman - Neil Conway - Jonathan D. Simms autorequire: bindir: bin cert_chain: [] date: 2012-05-09 00:00:00 Z dependencies: - !ruby/object:Gem::Dependency name: backports prerelease: false requirement: &id001 !ruby/object:Gem::Requirement none: false requirements: - - ~> - !ruby/object:Gem::Version hash: 25 segments: - 2 - 5 - 1 version: 2.5.1 type: :runtime version_requirements: *id001 description: |+ A low-level multi-Ruby wrapper around the ZooKeeper API bindings. For a friendlier interface, see http://github.com/slyphon/zk. Currently supported: MRI: {1.8.7, 1.9.2, 1.9.3}, JRuby: ~> 1.6.7, Rubinius: 2.0.testing, REE 1.8.7. This library uses version 3.3.5 of zookeeper bindings. email: - slyphon@gmail.com executables: [] extensions: - ext/extconf.rb extra_rdoc_files: [] files: - .dotfiles/rvmrc - .gitignore - .gitmodules - .travis.yml - CHANGELOG - Gemfile - LICENSE - Manifest - README.markdown - Rakefile - ext/.gitignore - ext/Rakefile - ext/c_zookeeper.rb - ext/dbg.h - ext/depend - ext/extconf.rb - ext/generate_gvl_code.rb - ext/zkc-3.3.5.tar.gz - ext/zkrb_wrapper.c - ext/zkrb_wrapper.h - ext/zkrb_wrapper_compat.c - ext/zkrb_wrapper_compat.h - ext/zookeeper_base.rb - ext/zookeeper_c.c - ext/zookeeper_lib.c - ext/zookeeper_lib.h - java/java_base.rb - lib/zookeeper.rb - lib/zookeeper/acls.rb - lib/zookeeper/callbacks.rb - lib/zookeeper/client.rb - lib/zookeeper/client_methods.rb - lib/zookeeper/common.rb - lib/zookeeper/common/queue_with_pipe.rb - lib/zookeeper/compatibility.rb - lib/zookeeper/constants.rb - lib/zookeeper/em_client.rb - lib/zookeeper/exceptions.rb - lib/zookeeper/forked.rb - lib/zookeeper/latch.rb - lib/zookeeper/rake_tasks.rb - lib/zookeeper/stat.rb - lib/zookeeper/version.rb - notes.txt - scripts/upgrade-1.0-sed-alike.rb - spec/c_zookeeper_spec.rb - spec/chrooted_connection_spec.rb - spec/default_watcher_spec.rb - spec/em_spec.rb - spec/forked_connection_spec.rb - spec/latch_spec.rb - spec/log4j.properties - spec/shared/all_success_return_values.rb - spec/shared/connection_examples.rb - spec/spec_helper.rb - spec/support/00_spawn_zookeeper.rb - spec/support/progress_formatter.rb - spec/support/zookeeper_spec_helpers.rb - spec/zookeeper_spec.rb - zookeeper.gemspec homepage: https://github.com/slyphon/zookeeper licenses: [] post_install_message: rdoc_options: [] require_paths: - lib - ext required_ruby_version: !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version hash: 3 segments: - 0 version: "0" required_rubygems_version: !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version hash: 3 segments: - 0 version: "0" requirements: [] rubyforge_project: rubygems_version: 1.8.15 signing_key: specification_version: 3 summary: Apache ZooKeeper driver for Rubies test_files: - spec/c_zookeeper_spec.rb - spec/chrooted_connection_spec.rb - spec/default_watcher_spec.rb - spec/em_spec.rb - spec/forked_connection_spec.rb - spec/latch_spec.rb - spec/log4j.properties - spec/shared/all_success_return_values.rb - spec/shared/connection_examples.rb - spec/spec_helper.rb - spec/support/00_spawn_zookeeper.rb - spec/support/progress_formatter.rb - spec/support/zookeeper_spec_helpers.rb - spec/zookeeper_spec.rb