lib/redis.rb in redis-2.0.10 vs lib/redis.rb in redis-2.0.11

- old
+ new

@@ -1,8 +1,8 @@ require 'socket' class Redis - VERSION = "2.0.10" + VERSION = "2.0.11" class ProtocolError < RuntimeError def initialize(reply_type) super(<<-EOS.gsub(/(?:^|\n)\s*/, " ")) Got '#{reply_type}' as initial reply byte.