summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndre Arko <andre@arko.net>2010-03-13 17:01:46 -0800
committerAndre Arko <andre@arko.net>2010-03-13 17:01:46 -0800
commit792b4fcbc263be2e392c74df8e4874a8341ff85f (patch)
treee7e1fda26559b9759f11eb5ee6bf6d7a8d62bb81
parentb75659321b965815cd43fd0f2f4846ad1ac6488e (diff)
downloadbundler-792b4fcbc263be2e392c74df8e4874a8341ff85f.tar.gz
Fix Rakefile encoding for 1.9
-rw-r--r--Rakefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Rakefile b/Rakefile
index d3190fa2ee..c4090be80b 100644
--- a/Rakefile
+++ b/Rakefile
@@ -1,3 +1,4 @@
+# coding:utf-8
$:.unshift File.expand_path("../lib", __FILE__)
require 'rubygems'