]> git.cworth.org Git - sup/blobdiff - Rakefile
added lots of documentation
[sup] / Rakefile
index 1eb3518c8f65d31e6fed0f771ec96cd8217be0c7..3313649e756017f11248d857b5a842be39c1055c 100644 (file)
--- a/Rakefile
+++ b/Rakefile
@@ -12,7 +12,7 @@ Hoe.new('sup', Redwood::VERSION) do |p|
   p.url = p.paragraphs_of('README.txt', 0).first.split(/\n/)[2].gsub(/^\s+/, "")
   p.changes = p.paragraphs_of('History.txt', 0..1).join("\n\n")
   p.email = "wmorgan-sup@masanjin.net"
-  p.extra_deps = [['ferret', '>= 0.10.13'], ['ncurses', '>= 0.9.1'], ['rmail', '>= 0.17'], 'highline']
+  p.extra_deps = [['ferret', '>= 0.10.13'], ['ncurses', '>= 0.9.1'], ['rmail', '>= 0.17'], 'highline', 'net-ssh']
 end
 
 rule 'ss?.png' => 'ss?-small.png' do |t|