Skip to content

Commit

Permalink
Bump again.
Browse files Browse the repository at this point in the history
  • Loading branch information
soveran committed Nov 5, 2010
1 parent 64529eb commit c60d5ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/redis.rb
@@ -1,7 +1,7 @@
require 'socket' require 'socket'


class Redis class Redis
VERSION = "2.1.0" VERSION = "2.1.1"


class ProtocolError < RuntimeError class ProtocolError < RuntimeError
def initialize(reply_type) def initialize(reply_type)
Expand Down
2 changes: 1 addition & 1 deletion redis.gemspec
Expand Up @@ -2,7 +2,7 @@


Gem::Specification.new do |s| Gem::Specification.new do |s|
s.name = %q{redis} s.name = %q{redis}
s.version = "2.1.0" s.version = "2.1.1"


s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Ezra Zygmuntowicz", "Taylor Weibley", "Matthew Clark", "Brian McKinney", "Salvatore Sanfilippo", "Luca Guidi", "Michel Martens", "Damian Janowski"] s.authors = ["Ezra Zygmuntowicz", "Taylor Weibley", "Matthew Clark", "Brian McKinney", "Salvatore Sanfilippo", "Luca Guidi", "Michel Martens", "Damian Janowski"]
Expand Down

0 comments on commit c60d5ab

Please sign in to comment.