lib/redis.rb in redis-2.0.12 vs lib/redis.rb in redis-2.0.13
- old
+ new
@@ -1,8 +1,8 @@
require 'socket'
class Redis
- VERSION = "2.0.12"
+ VERSION = "2.0.13"
class ProtocolError < RuntimeError
def initialize(reply_type)
super(<<-EOS.gsub(/(?:^|\n)\s*/, " "))
Got '#{reply_type}' as initial reply byte.