]> git.cworth.org Git - sup/blobdiff - Rakefile
update webpage for 0.3
[sup] / Rakefile
index 176031d4c1f61d53dae7db679f4edd4b9415a19e..2f2b992ab3ad0480e5fd4b7660a97291498af530 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,14 +17,14 @@ 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']]
+  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|
 end
 
 ## is there really no way to make a rule for this?
-WWW_FILES = %w(www/index.html README.txt doc/Philosophy.txt doc/FAQ.txt doc/UserGuide.txt www/main.css)
+WWW_FILES = %w(www/index.html README.txt doc/Philosophy.txt doc/FAQ.txt doc/NewUserGuide.txt www/main.css)
 
 SCREENSHOTS = FileList["www/ss?.png"]
 SCREENSHOTS_SMALL = []