Skip to content

Commit

Permalink
Regenerated gemspec for version 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
emk committed Apr 22, 2009
1 parent 4eebb43 commit 74f884d
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion sinatra-url-for.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Gem::Specification.new do |s|
s.name = %q{sinatra-url-for}
s.version = "0.2.0"
s.version = "0.2.1"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Eric Kidd"]
Expand All @@ -22,8 +22,14 @@ Gem::Specification.new do |s|
s.specification_version = 2

if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
s.add_runtime_dependency(%q<sinatra>, [">= 0.9.1.1"])
s.add_development_dependency(%q<rspec>, [">= 1.1.11"])
else
s.add_dependency(%q<sinatra>, [">= 0.9.1.1"])
s.add_dependency(%q<rspec>, [">= 1.1.11"])
end
else
s.add_dependency(%q<sinatra>, [">= 0.9.1.1"])
s.add_dependency(%q<rspec>, [">= 1.1.11"])
end
end

0 comments on commit 74f884d

Please sign in to comment.