summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorAaron Patterson <aaron.patterson@gmail.com>2010-04-23 18:31:58 -0700
committerAaron Patterson <aaron.patterson@gmail.com>2010-04-23 18:31:58 -0700
commit432ae1baa61bd1c8e0ea489b811e5df3f51d846c (patch)
treef334129069f1f755322bd73a9f53133e93cca72b /Rakefile
parentb5b0c71e22b4e308e2bde4ebd56412626e0e5480 (diff)
downloadpsych-432ae1baa61bd1c8e0ea489b811e5df3f51d846c.tar.gz
adding hoe hacks to run tests without warnings
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Rakefile b/Rakefile
index 342fc83..e55841e 100644
--- a/Rakefile
+++ b/Rakefile
@@ -3,6 +3,11 @@
require 'rubygems'
require 'hoe'
+class Hoe
+ remove_const :RUBY_FLAGS
+ RUBY_FLAGS = "-I#{%w(lib ext bin test).join(File::PATH_SEPARATOR)}"
+end
+
gem 'rake-compiler', '>= 0.4.1'
require "rake/extensiontask"