Skip to content

Commit

Permalink
Added builder as a dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremydurham committed Feb 11, 2009
1 parent b48c4ef commit 981b534
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions serviceproxy.gemspec
Expand Up @@ -26,12 +26,15 @@ Gem::Specification.new do |s|
if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
s.add_runtime_dependency(%q<nokogiri>, [">= 0"])
s.add_runtime_dependency(%q<hpricot>, [">= 0"])
s.add_runtime_dependency(%q<builder>, [">= 0"])
else
s.add_dependency(%q<nokogiri>, [">= 0"])
s.add_dependency(%q<hpricot>, [">= 0"])
s.add_dependency(%q<builder>, [">= 0"])
end
else
s.add_dependency(%q<nokogiri>, [">= 0"])
s.add_dependency(%q<hpricot>, [">= 0"])
s.add_dependency(%q<builder>, [">= 0"])
end
end

0 comments on commit 981b534

Please sign in to comment.