commit 943689cab234710d22cfc868a3924d1ad09f5554
parent 5e7dae5ccc291e8d42b53ad3b6597f199fca2495
Author: William Morgan <wmorgan-sup@masanjin.net>
Date: Wed, 9 Jan 2008 10:37:40 -0800
(minor) update Rakefile with vim and emacs syntax pragmas
Diffstat:
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/Rakefile b/Rakefile
@@ -1,5 +1,3 @@
-# -*- ruby -*-
-
require 'rubygems'
require 'hoe'
$:.unshift 'lib' # force loading from ./lib/ if it exists
@@ -45,4 +43,5 @@ task :upload_webpage_images => (SCREENSHOTS + SCREENSHOTS_SMALL) do |t|
sh "scp -C #{t.prerequisites * ' '} wmorgan@rubyforge.org:/var/www/gforge-projects/sup/"
end
-# vim: syntax=Ruby
+# vim: syntax=ruby
+# -*- ruby -*-