X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=Rakefile;fp=Rakefile;h=0ea68f35807f3dac88a99fccf31af96fc64a017c;hb=81f806e535dd0ee10edbc114482f9a624b276e86;hp=cc4a12a1b844a490ac8bc14f09cb85cdb91edfdd;hpb=b8031c969d41de07c9ae65e5b5eab17c5a663d95;p=sup diff --git a/Rakefile b/Rakefile index cc4a12a..0ea68f3 100644 --- a/Rakefile +++ b/Rakefile @@ -16,7 +16,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..0).join("\n\n") p.email = "wmorgan-sup@masanjin.net" - p.extra_deps = [['ferret', '>= 0.10.13'], ['ncurses', '>= 0.9.1'], ['rmail', '>= 0.17'], 'highline', 'net-ssh', ['trollop', '>= 1.5'], 'lockfile'] + p.extra_deps = [['ferret', '>= 0.10.13'], ['ncurses', '>= 0.9.1'], ['rmail', '>= 0.17'], 'highline', 'net-ssh', ['trollop', '>= 1.5'], 'lockfile', 'iconv'] end rule 'ss?.png' => 'ss?-small.png' do |t|