X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=Rakefile;h=3313649e756017f11248d857b5a842be39c1055c;hb=dfa70e1012e5290a5f970b6c7a957b33e87b7c4e;hp=1eb3518c8f65d31e6fed0f771ec96cd8217be0c7;hpb=bd0c43c067eca78ea602dbaf018e3a284e18cd4c;p=sup diff --git a/Rakefile b/Rakefile index 1eb3518..3313649 100644 --- 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|