summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorAaron Patterson <aaron.patterson@gmail.com>2010-04-09 10:21:21 -0700
committerAaron Patterson <aaron.patterson@gmail.com>2010-04-09 10:21:21 -0700
commit774977e39b4a31b32f7ea607b2af223507e59f59 (patch)
tree3b3f42e40d81e4e03f8ffdb4c39aede70ae7aa51 /Rakefile
parent6faec131cb140948003fff0a89064f737e3b1b4d (diff)
downloadpsych-774977e39b4a31b32f7ea607b2af223507e59f59.zip
implementing some deprecated api methods
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index f23126a..342fc83 100644
--- a/Rakefile
+++ b/Rakefile
@@ -26,7 +26,7 @@ Hoe.spec 'psych' do
end
end
-Hoe.add_include_dirs('.')
+Hoe.add_include_dirs('.:lib/psych')
task :test => :compile