Rakefile in rango-0.2.pre vs Rakefile in rango-0.2
- old
+ new
@@ -4,9 +4,13 @@
# ENV setup for external commands
ENV["RUBYLIB"] = Dir["gems/gems/*/lib"].join(":")
$LOAD_PATH.clear.push(*Dir["gems/gems/*/lib"])
+# encoding
+Encoding.default_internal = "utf-8"
+Encoding.default_external = "utf-8"
+
# http://support.runcoderun.com/faqs/builds/how-do-i-run-rake-with-trace-enabled
Rake.application.options.trace = true
task :bundle do
# NOTE: the sense of the checkout is to avoid overwriting our changes in scripts