From ecef76b5ed5fb76c1d30010f6b5ebc11a7d625b2 Mon Sep 17 00:00:00 2001 From: Guillermo Iguaran Date: Thu, 18 Aug 2011 20:49:55 -0500 Subject: [PATCH] Bump version to 0.2.1 --- lib/fakeredis/version.rb | 2 +- lib/redis/connection/memory.rb | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/fakeredis/version.rb b/lib/fakeredis/version.rb index 0e4ac05..2d51120 100644 --- a/lib/fakeredis/version.rb +++ b/lib/fakeredis/version.rb @@ -1,3 +1,3 @@ module FakeRedis - VERSION = "0.2.0" + VERSION = "0.2.1" end diff --git a/lib/redis/connection/memory.rb b/lib/redis/connection/memory.rb index 6d55d2b..e17a651 100644 --- a/lib/redis/connection/memory.rb +++ b/lib/redis/connection/memory.rb @@ -116,7 +116,6 @@ def read # * mapped_mset # * mapped_msetnx # * move - # * multi # * subscribe # * psubscribe # * publish