Skip to content

Commit

Permalink
adding dependancy on hpricot
Browse files Browse the repository at this point in the history
git-svn-id: svn+ssh://rubyforge.org/var/svn/mechanize/trunk@295 f1cf478b-080f-0410-abad-959bfeec9ea8
  • Loading branch information
aaronp committed Sep 1, 2006
1 parent 86a98b4 commit 7b415c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ spec = Gem::Specification.new do |s|
s.extra_rdoc_files = ["README", "EXAMPLES", "CHANGELOG", "LICENSE", "NOTES"]
s.rdoc_options << "--main" << 'README' << "--title" << "'WWW::Mechanize RDoc'"
s.rubyforge_project = PKG_NAME
s.add_dependency('ruby-web', '>= 1.1.0')
s.add_dependency('hpricot')
s.add_dependency('mime-types')
end

Expand Down

0 comments on commit 7b415c7

Please sign in to comment.