]> git.cworth.org Git - sup/commitdiff
add fastthread dep to Rakefile
authorWilliam Morgan <wmorgan-sup@masanjin.net>
Wed, 4 Jun 2008 19:14:49 +0000 (12:14 -0700)
committerWilliam Morgan <wmorgan-sup@masanjin.net>
Wed, 4 Jun 2008 19:15:02 +0000 (12:15 -0700)
Rakefile

index 4bbfb53d1bedbf6c9aef654ef9374ddf794c238e..8b020df64837d13453c4f78e3ef90e0c476ef93e 100644 (file)
--- 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|