summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorAaron Patterson <aaron.patterson@gmail.com>2010-03-26 17:32:43 -0700
committerAaron Patterson <aaron.patterson@gmail.com>2010-03-26 17:32:43 -0700
commit32a3daf4bb3be8bcdb26535b606f1589822f35d9 (patch)
tree5d8e83ebd91171d706058641d714cd8d2c2d1a40 /Rakefile
parent2195fb15a7b6c4f3ea17885b184f386e6cc82787 (diff)
parent17a884389fa40807e51cc5d4cad0313f0d2762bd (diff)
downloadpsych-32a3daf4bb3be8bcdb26535b606f1589822f35d9.tar.gz
Merge branch 'master' of github.com:tenderlove/psych
* 'master' of github.com:tenderlove/psych: Clean up some more 1.9.2 warnings Add "." to Hoe include_dirs for Ruby 1.9.2 Update Manifest Cleanup for using "rake gem"
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Rakefile b/Rakefile
index dc3d4a8..edcffca 100644
--- a/Rakefile
+++ b/Rakefile
@@ -27,6 +27,8 @@ Hoe.spec 'psych' do
end
end
+Hoe.add_include_dirs('.')
+
task :test => :compile
# vim: syntax=ruby