Sha256: 5eb1d5b49d62e36af96cb03cc660dc0704961e61d7be20657ac2451eb409f473
Contents?: true
Size: 1.83 KB
Versions: 0
Compression: gzip
Compressed size: 680 Bytes
Stored size: 680 Bytes
Contents
--- !ruby/object:Gem::Specification name: consistent-hashing version: !ruby/object:Gem::Version version: 0.2.1 prerelease: platform: ruby authors: - Dominik Liebler autorequire: bindir: bin cert_chain: [] date: 2013-04-27 00:00:00.000000000 Z dependencies: - !ruby/object:Gem::Dependency name: avl_tree requirement: &70246971619540 !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: 1.1.3 type: :runtime prerelease: false version_requirements: *70246971619540 description: a Consistent Hashing implementation in pure Ruby using an AVL Tree email: liebler.dominik@googlemail.com executables: [] extensions: [] extra_rdoc_files: - History.txt files: - lib/consistent_hashing/avl_tree.rb - lib/consistent_hashing/ring.rb - lib/consistent_hashing/virtual_point.rb - lib/consistent_hashing.rb - test/consistent_hashing/test_avl_tree.rb - test/consistent_hashing/test_ring.rb - test/consistent_hashing/test_virtual_point.rb - test/test_consistent_hashing.rb - benchmark/benchmark.rb - README.md - History.txt - Rakefile - version.txt homepage: https://github.com/domnikl/consistent-hashing licenses: [] post_install_message: rdoc_options: - --main - README.md require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' required_rubygems_version: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' requirements: [] rubyforge_project: consistent-hashing rubygems_version: 1.8.16 signing_key: specification_version: 3 summary: '' test_files: - test/consistent_hashing/test_avl_tree.rb - test/consistent_hashing/test_ring.rb - test/consistent_hashing/test_virtual_point.rb - test/test_consistent_hashing.rb