# -*- encoding: utf-8 -*- # stub: em-redis 0.1.1 ruby lib Gem::Specification.new do |s| s.name = "em-redis".freeze s.version = "0.1.1".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Jonathan Broad".freeze] s.date = "2009-12-15" s.description = "An EventMachine[http://rubyeventmachine.com/] based library for interacting with the very cool Redis[http://code.google.com/p/redis/] data store by Salvatore 'antirez' Sanfilippo.\nModeled after eventmachine's implementation of the memcached protocol, and influenced by Ezra Zygmuntowicz's {redis-rb}[http://github.com/ezmobius/redis-rb/tree/master] library (distributed as part of Redis).\n\nThis library is only useful when used as part of an application that relies on\nEvent Machine's event loop. It implements an EM-based client protocol, which\nleverages the non-blocking nature of the EM interface to acheive significant\nparallelization without threads.\n\nWARNING: this library is my first attempt to write an evented client protocol,\nand isn't currently used in production anywhere. All that bit in the license\nabout not being warranted to work for any particular purpose really applies.".freeze s.email = "jonathan@relativepath.org".freeze s.extra_rdoc_files = ["History.txt".freeze, "README.rdoc".freeze] s.files = ["History.txt".freeze, "Manifest.txt".freeze, "README.rdoc".freeze, "Rakefile".freeze, "em-redis.gemspec".freeze, "lib/em-redis.rb".freeze, "lib/em-redis/redis_protocol.rb".freeze, "spec/live_redis_protocol_spec.rb".freeze, "spec/redis_protocol_spec.rb".freeze, "spec/test_helper.rb".freeze] s.rdoc_options = ["--main".freeze, "README.rdoc".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "An EventMachine[http://rubyeventmachine".freeze s.specification_version = 3 s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) end