Rakefile in winescout-redis-rb-0.0.3.1 vs Rakefile in winescout-redis-rb-0.0.3.2
- old
+ new
@@ -5,12 +5,12 @@
require 'spec/rake/spectask'
require 'tasks/redis.tasks'
GEM = 'redis'
-GEM_NAME ='redis'
-GEM_VERSION = '0.0.3'
-AUTHORS = ['Ezra Zygmuntowicz', 'Taylor Weibley', 'Matthew Clark]
+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|
\ No newline at end of file