update RbConfig call. Fixes #164

This commit is contained in:
Thomas Reynolds 2011-11-26 23:12:15 -08:00
parent 7ab8f0cdd1
commit d12b3a95d2

View file

@ -3,7 +3,7 @@ require "guard/guard"
require "rbconfig"
require "net/http"
if Config::CONFIG['host_os'].downcase =~ %r{mingw}
if RbConfig::CONFIG['host_os'].downcase =~ %r{mingw}
require "win32/process"
end