ext/mkrf_conf.rb in spork-0.8.3 vs ext/mkrf_conf.rb in spork-0.8.4
- old
+ new
@@ -13,10 +13,11 @@
if RUBY_PLATFORM =~ /mswin|mingw/ and RUBY_VERSION < '1.9.1'
STDERR.puts "installing windows dependencies"
begin
inst.install "win32-process", "~> 0.6.1"
- rescue
+ rescue => e
+ STDERR.puts "Failed to install necessary dependency gem win32-process: #{e}"
exit(1)
end
end
f = File.open(File.join(File.dirname(__FILE__), "Rakefile"), "w") # create dummy rakefile to indicate success