From 432ae1baa61bd1c8e0ea489b811e5df3f51d846c Mon Sep 17 00:00:00 2001 From: Aaron Patterson Date: Fri, 23 Apr 2010 18:31:58 -0700 Subject: adding hoe hacks to run tests without warnings --- Rakefile | 5 +++++ 1 file changed, 5 insertions(+) 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" -- cgit v1.2.3