Add dependency on hpricot
This commit is contained in:
parent
e343417c5f
commit
c4ebef0b33
2
Rakefile
2
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']
|
||||
|
|
Loading…
Reference in New Issue