From 149dd204b27c4f23a9103f50cd62bd85c740dfe8 Mon Sep 17 00:00:00 2001 From: William Morgan Date: Wed, 4 Jun 2008 12:14:49 -0700 Subject: [PATCH] add fastthread dep to Rakefile --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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| -- 2.45.2