X-Git-Url: https://git.saurik.com/redis.git/blobdiff_plain/ed9b544e10b84cd43348ddfab7068b610a5df1f7..6208b3a7:/client-libraries/ruby/Rakefile diff --git a/client-libraries/ruby/Rakefile b/client-libraries/ruby/Rakefile index 569b654f..74b7d15b 100644 --- a/client-libraries/ruby/Rakefile +++ b/client-libraries/ruby/Rakefile @@ -7,7 +7,7 @@ require 'tasks/redis.tasks' GEM = 'redis' -GEM_VERSION = '0.0.2' +GEM_VERSION = '0.0.3' AUTHORS = ['Ezra Zygmuntowicz', 'Taylor Weibley'] EMAIL = "ez@engineyard.com" HOMEPAGE = "http://github.com/ezmobius/redis-rb"