Add dependency on hpricot
This commit is contained in:
parent
e343417c5f
commit
c4ebef0b33
2
Rakefile
2
Rakefile
|
@ -13,6 +13,8 @@ Hoe.new('webrat', Webrat::VERSION) do |p|
|
|||
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']
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue