From: William Morgan Date: Wed, 4 Jun 2008 19:14:49 +0000 (-0700) Subject: add fastthread dep to Rakefile X-Git-Url: https://git.notmuchmail.org/git?a=commitdiff_plain;h=149dd204b27c4f23a9103f50cd62bd85c740dfe8;p=sup add fastthread dep to Rakefile --- diff --git a/Rakefile b/Rakefile index 4bbfb53..8b020df 100644 --- a/Rakefile +++ b/Rakefile @@ -24,7 +24,7 @@ Hoe.new('sup', 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.7'], 'lockfile', 'mime-types', 'gettext'] + p.extra_deps = [['ferret', '>= 0.10.13'], ['ncurses', '>= 0.9.1'], ['rmail', '>= 0.17'], 'highline', 'net-ssh', ['trollop', '>= 1.7'], 'lockfile', 'mime-types', 'gettext', 'fastthread'] end rule 'ss?.png' => 'ss?-small.png' do |t|