Add dependency on hpricot

This commit is contained in:
Bryan Helmkamp 2008-04-04 15:24:11 +01:00
parent e343417c5f
commit c4ebef0b33
1 changed files with 2 additions and 0 deletions

View File

@ -12,6 +12,8 @@ Hoe.new('webrat', Webrat::VERSION) do |p|
p.description = p.paragraphs_of('README.txt', 2..5).join("\n\n")
p.url = p.paragraphs_of('README.txt', 0).first.split(/\n/)[1..-1]
p.changes = p.paragraphs_of('History.txt', 0..1).join("\n\n")
p.extra_deps << ["hpricot", ">= 0.6"]
p.remote_rdoc_dir = '' # Release to root
p.test_globs = ['test/**/*_test.rb']