]> git.cworth.org Git - sup/commitdiff
(minor) update Rakefile with vim and emacs syntax pragmas
authorWilliam Morgan <wmorgan-sup@masanjin.net>
Wed, 9 Jan 2008 18:37:40 +0000 (10:37 -0800)
committerWilliam Morgan <wmorgan-sup@masanjin.net>
Wed, 9 Jan 2008 18:37:40 +0000 (10:37 -0800)
Rakefile

index 2f2b992ab3ad0480e5fd4b7660a97291498af530..1932f62c3a7204cc4bdbd82aa84eb300e31b8b3e 100644 (file)
--- 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 -*-