]> git.cworth.org Git - sup/blobdiff - Rakefile
better logging
[sup] / Rakefile
index 0ea68f35807f3dac88a99fccf31af96fc64a017c..e88e86c9740256a31e75f07c3e8070b1c040d832 100644 (file)
--- a/Rakefile
+++ b/Rakefile
@@ -2,6 +2,7 @@
 
 require 'rubygems'
 require 'hoe'
+$:.unshift 'lib' # force loading from ./lib/ if it exists
 require 'sup'
 
 class Hoe
@@ -16,7 +17,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', 'iconv']
+  p.extra_deps = [['ferret', '>= 0.10.13'], ['ncurses', '>= 0.9.1'], ['rmail', '>= 0.17'], 'highline', 'net-ssh', ['trollop', '>= 1.7'], 'lockfile', 'mime-types']
 end
 
 rule 'ss?.png' => 'ss?-small.png' do |t|