Rakefile in winescout-redis-0.0.3 vs Rakefile in winescout-redis-0.0.3.2

- old
+ new

@@ -5,13 +5,14 @@ require 'spec/rake/spectask' require 'tasks/redis.tasks' GEM = 'redis' -GEM_VERSION = '0.0.3' -AUTHORS = ['Ezra Zygmuntowicz', 'Taylor Weibley'] -EMAIL = "ez@engineyard.com" -HOMEPAGE = "http://github.com/ezmobius/redis-rb" +GEM_NAME = 'redis' +GEM_VERSION = '0.0.3.2' +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| s.name = GEM s.version = GEM_VERSION \ No newline at end of file