Skip to content

Commit

Permalink
Regenerated gemspec for version 0.2.31
Browse files Browse the repository at this point in the history
  • Loading branch information
langalex committed May 4, 2010
1 parent 9fc2979 commit 4b614d8
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions couch_potato.gemspec
Expand Up @@ -5,11 +5,11 @@

Gem::Specification.new do |s|
s.name = %q{couch_potato}
s.version = "0.2.30"
s.version = "0.2.31"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Alexander Lang"]
s.date = %q{2010-04-07}
s.date = %q{2010-05-04}
s.description = %q{Ruby persistence layer for CouchDB}
s.email = %q{alex@upstream-berlin.com}
s.extra_rdoc_files = [
Expand Down Expand Up @@ -138,16 +138,13 @@ Gem::Specification.new do |s|

if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
s.add_runtime_dependency(%q<json>, [">= 0"])
s.add_runtime_dependency(%q<validatable>, [">= 0"])
s.add_runtime_dependency(%q<couchrest>, [">= 0.24"])
else
s.add_dependency(%q<json>, [">= 0"])
s.add_dependency(%q<validatable>, [">= 0"])
s.add_dependency(%q<couchrest>, [">= 0.24"])
end
else
s.add_dependency(%q<json>, [">= 0"])
s.add_dependency(%q<validatable>, [">= 0"])
s.add_dependency(%q<couchrest>, [">= 0.24"])
end
end
Expand Down

0 comments on commit 4b614d8

Please sign in to comment.