From 3a922f69f9f7ce7edb6349e7e3149326276c86d8 Mon Sep 17 00:00:00 2001 From: Leonard Chin Date: Wed, 24 Mar 2010 11:22:50 +0900 Subject: Add "." to Hoe include_dirs for Ruby 1.9.2 Ruby 1.9.2 no longer includes "." in $LOAD_PATH for security reasons --- Rakefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Rakefile') 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 -- cgit v1.2.1