Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
grantr committed Mar 25, 2011
1 parent 98afb89 commit 5c1a525
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions rubberband.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@

Gem::Specification.new do |s|
s.name = %q{rubberband}
s.version = "0.0.9"
s.version = "0.0.10"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["grantr"]
s.date = %q{2011-02-23}
s.date = %q{2011-03-25}
s.description = %q{An ElasticSearch client with ThriftClient-like failover handling.}
s.email = %q{grantr@gmail.com}
s.extra_rdoc_files = [
Expand Down Expand Up @@ -63,7 +63,7 @@ Gem::Specification.new do |s|
s.homepage = %q{http://github.com/grantr/rubberband}
s.licenses = ["Apache v2.0"]
s.require_paths = ["lib"]
s.rubygems_version = %q{1.3.7}
s.rubygems_version = %q{1.6.2}
s.summary = %q{An ElasticSearch client.}
s.test_files = [
"spec/admin_spec.rb",
Expand All @@ -75,7 +75,6 @@ Gem::Specification.new do |s|
]

if s.respond_to? :specification_version then
current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
s.specification_version = 3

if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
Expand Down

0 comments on commit 5c1a525

Please sign in to comment.