Skip to content

Commit

Permalink
Regenerated gemspec for version 2.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
rossmeissl committed Dec 10, 2009
1 parent dacb308 commit 9ba33e4
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion verbs.gemspec
Expand Up @@ -5,7 +5,7 @@

Gem::Specification.new do |s|
s.name = %q{verbs}
s.version = "2.0.3"
s.version = "2.0.4"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Andy Rossmeissl"]
Expand Down Expand Up @@ -47,9 +47,15 @@ Gem::Specification.new do |s|
s.specification_version = 3

if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
s.add_runtime_dependency(%q<andand>, [">= 1.3.1"])
s.add_runtime_dependency(%q<activesupport>, [">= 2.3.5"])
else
s.add_dependency(%q<andand>, [">= 1.3.1"])
s.add_dependency(%q<activesupport>, [">= 2.3.5"])
end
else
s.add_dependency(%q<andand>, [">= 1.3.1"])
s.add_dependency(%q<activesupport>, [">= 2.3.5"])
end
end

0 comments on commit 9ba33e4

Please sign in to comment.