diff options
author | Aaron Patterson <aaron.patterson@gmail.com> | 2010-03-26 17:32:43 -0700 |
---|---|---|
committer | Aaron Patterson <aaron.patterson@gmail.com> | 2010-03-26 17:32:43 -0700 |
commit | 32a3daf4bb3be8bcdb26535b606f1589822f35d9 (patch) | |
tree | 5d8e83ebd91171d706058641d714cd8d2c2d1a40 /Rakefile | |
parent | 2195fb15a7b6c4f3ea17885b184f386e6cc82787 (diff) | |
parent | 17a884389fa40807e51cc5d4cad0313f0d2762bd (diff) | |
download | psych-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-- | Rakefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -27,6 +27,8 @@ Hoe.spec 'psych' do end end +Hoe.add_include_dirs('.') + task :test => :compile # vim: syntax=ruby |