From ee62543c3842357841d4aa3cda7cd3b757a72785 Mon Sep 17 00:00:00 2001 From: jana4u Date: Thu, 22 Mar 2012 13:15:38 +0100 Subject: [PATCH] add magic comments to .rake files --- lib/magic_encoding.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/magic_encoding.rb b/lib/magic_encoding.rb index feaa492..5e4b796 100644 --- a/lib/magic_encoding.rb +++ b/lib/magic_encoding.rb @@ -21,6 +21,7 @@ def self.process(options) extensions = { 'rb' => '# {text}', + 'rake' => '# {text}', 'haml' => '-# {text}', }