From 943689cab234710d22cfc868a3924d1ad09f5554 Mon Sep 17 00:00:00 2001 From: William Morgan Date: Wed, 9 Jan 2008 10:37:40 -0800 Subject: [PATCH] (minor) update Rakefile with vim and emacs syntax pragmas --- Rakefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Rakefile b/Rakefile index 2f2b992..1932f62 100644 --- 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 -*- -- 2.45.2