summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorLeonard Chin <l.g.chin@gmail.com>2010-03-24 11:22:50 +0900
committerLeonard Chin <l.g.chin@gmail.com>2010-03-24 11:22:50 +0900
commit3a922f69f9f7ce7edb6349e7e3149326276c86d8 (patch)
treebc244c8830fa1e39c488ed3dd1d30df25b9a7ef8 /Rakefile
parentb909d7eba1c3570ec144adb8713d9c8f60e56b7f (diff)
downloadpsych-3a922f69f9f7ce7edb6349e7e3149326276c86d8.tar.gz
Add "." to Hoe include_dirs for Ruby 1.9.2
Ruby 1.9.2 no longer includes "." in $LOAD_PATH for security reasons
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Rakefile b/Rakefile
index 7068c40..efcad25 100644
--- a/Rakefile
+++ b/Rakefile
@@ -26,6 +26,8 @@ Hoe.spec 'psych' do
end
end
+Hoe.add_include_dirs('.')
+
task :test => :compile
# vim: syntax=ruby