Rakefile in redis-session-store-0.1.3 vs Rakefile in redis-session-store-0.1.4

- old
+ new

@@ -2,10 +2,10 @@ require 'rake/gempackagetask' require 'rubygems/specification' spec = Gem::Specification.new do |s| s.name = 'redis-session-store' - s.version = '0.1.3' + s.version = '0.1.4' s.platform = Gem::Platform::RUBY s.has_rdoc = true s.extra_rdoc_files = ["LICENSE"] s.summary = "A drop-in replacement for e.g. MemCacheStore to store Rails sessions (and Rails sessions only) in Redis." s.description = s.summary