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

Commit

Permalink
Regenerated gemspec for version 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cypher committed Apr 11, 2009
1 parent b73d3a2 commit 9868824
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion rack-dickbarblocker.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{rack-dickbarblocker}
s.version = "0.1.0"
s.version = "0.1.1"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Markus Prinz"]
Expand Down Expand Up @@ -33,8 +33,11 @@ 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<rack>, [">= 0.9.1"])
else
s.add_dependency(%q<rack>, [">= 0.9.1"])
end
else
s.add_dependency(%q<rack>, [">= 0.9.1"])
end
end

0 comments on commit 9868824

Please sign in to comment.