]> git.saurik.com Git - redis.git/blobdiff - client-libraries/ruby/redis-rb.gemspec
max inline request raised again to 1024*1024*256 bytes
[redis.git] / client-libraries / ruby / redis-rb.gemspec
index 1b79e8fc0d67bb75e8717ca60f40ee3996e07aef..2cd25211805e0b2a847813dfb1fc25793f2f73cf 100644 (file)
@@ -1,17 +1,17 @@
 # -*- encoding: utf-8 -*-
 
 Gem::Specification.new do |s|
-  s.name = %q{redis-rb}
-  s.version = "0.0.3"
+  s.name = %q{redis}
+  s.version = "0.0.5"
 
   s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
-  s.authors = ["Ezra Zygmuntowicz", "Taylor Weibley"]
-  s.autorequire = %q{redis}
+  s.authors = ["Ezra Zygmuntowicz", "Taylor Weibley", "Matthew Clark"]
+  #s.autorequire = %q{redis}
   s.date = %q{2009-03-31}
   s.description = %q{Ruby client library for redis key value storage server}
   s.email = %q{ez@engineyard.com}
   s.extra_rdoc_files = ["LICENSE"]
-  s.files = ["LICENSE", "README.markdown", "Rakefile", "lib/redis.rb", "lib/dist_redis.rb", "lib/hash_ring.rb", "lib/server.rb", "lib/better_timeout.rb", "spec/redis_spec.rb", "spec/spec_helper.rb"]
+  s.files = ["LICENSE", "README.markdown", "Rakefile", "lib/redis.rb", "lib/dist_redis.rb", "lib/hash_ring.rb", "lib/pipeline.rb", "lib/server.rb", "spec/redis_spec.rb", "spec/spec_helper.rb"]
   s.has_rdoc = true
   s.homepage = %q{http://github.com/winescout/redis-rb}
   s.require_paths = ["lib"]