--- !ruby/object:Gem::Specification name: oria version: !ruby/object:Gem::Version version: 0.0.2 platform: ruby authors: - Flip Sasser autorequire: bindir: bin cert_chain: [] date: 2009-11-22 00:00:00 -05:00 default_executable: oria dependencies: - !ruby/object:Gem::Dependency name: eventmachine type: :runtime version_requirement: version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: 0.12.10 version: - !ruby/object:Gem::Dependency name: json type: :runtime version_requirement: version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: 1.2.0 version: description: "\n Oria (oh-rye-uh) is an in-memory, Ruby-based Key-Value store. It's designed to handle moderate amounts of data quickly\n and easily without causing deployment issues or server headaches. It uses EventMachine to provide a networked interface\n to a semi-persistent KVS and asynchronously writes the in-memory data to YAML files.\n " email: flip@x451.com executables: - oria extensions: [] extra_rdoc_files: - LICENSE - README.markdown files: - LICENSE - README.markdown - Rakefile - VERSION - bin/oria - lib/oria.rb - lib/oria/client.rb - lib/oria/errors.rb - lib/oria/server.rb - oria.gemspec - spec/oria_spec.rb - spec/rcov.opts - spec/spec.opts - spec/spec_helper.rb has_rdoc: true homepage: http://github.com/flipsasser/oria licenses: [] post_install_message: rdoc_options: - --charset=UTF-8 require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: "0" version: required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: "0" version: requirements: [] rubyforge_project: rubygems_version: 1.3.5 signing_key: specification_version: 3 summary: A Ruby-based, in-memory KVS with one half of the peristence you want test_files: - spec/oria_spec.rb - spec/spec_helper.rb