From c4ebef0b33b07b52bd02bfc6cb582e94c69eb6ac Mon Sep 17 00:00:00 2001 From: Bryan Helmkamp Date: Fri, 4 Apr 2008 15:24:11 +0100 Subject: [PATCH] Add dependency on hpricot --- Rakefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Rakefile b/Rakefile index 2e04b83..6618fbf 100644 --- a/Rakefile +++ b/Rakefile @@ -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']