]> git.saurik.com Git - redis.git/blobdiff - client-libraries/ruby/Rakefile
CPP client added thanks to Brian Hammond
[redis.git] / client-libraries / ruby / Rakefile
index 569b654f38e764fca158d5edd4f579294b980f78..bdc9f373b87a27d201e4e91988471eb9ecbd31c3 100644 (file)
@@ -7,10 +7,11 @@ require 'tasks/redis.tasks'
 
 
 GEM = 'redis'
-GEM_VERSION = '0.0.2'
-AUTHORS = ['Ezra Zygmuntowicz', 'Taylor Weibley']
-EMAIL = "ez@engineyard.com"
-HOMEPAGE = "http://github.com/ezmobius/redis-rb"
+GEM_NAME = 'redis'
+GEM_VERSION = '0.0.3.3'
+AUTHORS = ['Ezra Zygmuntowicz', 'Taylor Weibley', 'Matthew Clark']
+EMAIL = "matt.clark@punchstock.com"
+HOMEPAGE = "http://github.com/winescout/redis-rb"
 SUMMARY = "Ruby client library for redis key value storage server"
 
 spec = Gem::Specification.new do |s|