evan / echoe

A Rubygems packaging tool that provides Rake tasks for documentation, extension compiling, testing, and deployment
http://fauna.github.com/fauna/echoe
Academic Free License v3.0
82 stars 17 forks source link

Problems under windows: /tmp #4

Closed protobits closed 14 years ago

protobits commented 14 years ago

On extensions.rb there is: $stdout.reopen(File.new('/tmp/stdout.echoe', 'w')) $stderr.reopen(File.new('/tmp/stderr.echoe', 'w')) and "/tmp" is not valid. It should be Dir.tmpdir

ghost commented 14 years ago

Pretty sure I've fixed this.

protobits commented 14 years ago

Ok. I guess you can close it. I can't verify it for the moment.