]> git.saurik.com Git - redis.git/blobdiff - client-libraries/ruby/Rakefile
max inline request raised again to 1024*1024*256 bytes
[redis.git] / client-libraries / ruby / Rakefile
index 74b7d15bc676dd9b1e870baf7d8a84e0db9c67f0..9bed311a3e675a25989e1c997fde695b6217f58d 100644 (file)
@@ -7,8 +7,9 @@ require 'tasks/redis.tasks'
 
 
 GEM = 'redis'
-GEM_VERSION = '0.0.3'
-AUTHORS = ['Ezra Zygmuntowicz', 'Taylor Weibley']
+GEM_NAME = 'redis'
+GEM_VERSION = '0.0.3.4'
+AUTHORS = ['Ezra Zygmuntowicz', 'Taylor Weibley', 'Matthew Clark']
 EMAIL = "ez@engineyard.com"
 HOMEPAGE = "http://github.com/ezmobius/redis-rb"
 SUMMARY = "Ruby client library for redis key value storage server"
@@ -24,10 +25,7 @@ spec = Gem::Specification.new do |s|
   s.authors = AUTHORS
   s.email = EMAIL
   s.homepage = HOMEPAGE
-  
-  # Uncomment this to add a dependency
-  # s.add_dependency "foo"
-  
+  s.add_dependency "rspec"
   s.require_path = 'lib'
   s.autorequire = GEM
   s.files = %w(LICENSE README.markdown Rakefile) + Dir.glob("{lib,spec}/**/*")