summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authormurphy <murphy@rubychan.de>2010-01-20 02:01:55 +0000
committermurphy <murphy@rubychan.de>2010-01-20 02:01:55 +0000
commite83a90e1d07ca0661d35e41dcadd0ab118c72199 (patch)
treecf025aa4d180203e4a4c6c8f2798e0857e7f3b58 /Rakefile
parent22e7efdcd35647c265b9f74861a2e9bd3665b799 (diff)
downloadcoderay-e83a90e1d07ca0661d35e41dcadd0ab118c72199.tar.gz
Fix rake tasks for Ruby 1.9 (include . in load path)
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Rakefile b/Rakefile
index 6796f16..93fcd29 100644
--- a/Rakefile
+++ b/Rakefile
@@ -1,3 +1,4 @@
+$: << File.dirname(__FILE__) unless $:.include? '.'
require 'rake_helpers/ftp.rb'
verbose false