Skip to content
This repository has been archived by the owner on Jan 29, 2023. It is now read-only.

Commit

Permalink
Version bump to 0.5.7
Browse files Browse the repository at this point in the history
  • Loading branch information
freels committed Oct 6, 2010
1 parent f0d032f commit 7e6fecc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
0.5.6
0.5.7
6 changes: 3 additions & 3 deletions kestrel-client.gemspec
Expand Up @@ -5,7 +5,7 @@

Gem::Specification.new do |s|
s.name = %q{kestrel-client}
s.version = "0.5.6"
s.version = "0.5.7"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Matt Freels", "Rael Dornfest"]
Expand Down Expand Up @@ -52,7 +52,7 @@ Gem::Specification.new do |s|
s.homepage = %q{http://github.com/freels/kestrel-client}
s.rdoc_options = ["--charset=UTF-8"]
s.require_paths = ["lib"]
s.rubygems_version = %q{1.3.6}
s.rubygems_version = %q{1.3.7}
s.summary = %q{Ruby Kestrel client}
s.test_files = [
"spec/kestrel/client/blocking_spec.rb",
Expand All @@ -72,7 +72,7 @@ Gem::Specification.new do |s|
current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
s.specification_version = 3

if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
s.add_runtime_dependency(%q<memcached>, [">= 0.19.6"])
else
s.add_dependency(%q<memcached>, [">= 0.19.6"])
Expand Down

0 comments on commit 7e6fecc

Please sign in to comment.