Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a73dce5405 | ||
|
|
2abddb42b3 | ||
|
|
d961a32cfe |
@@ -1,7 +1,7 @@
|
||||
PATH
|
||||
remote: .
|
||||
specs:
|
||||
foreman (0.35.0)
|
||||
foreman (0.36.0)
|
||||
term-ansicolor (~> 1.0.5)
|
||||
thor (>= 0.13.6)
|
||||
|
||||
|
||||
@@ -31,7 +31,9 @@ private
|
||||
reader, writer = IO.pipe
|
||||
pid = fork do
|
||||
trap("INT", "IGNORE")
|
||||
writer.sync = true
|
||||
$stdout.reopen writer
|
||||
$stderr.reopen writer
|
||||
reader.close
|
||||
exec Foreman.runner, replace_command_env(command)
|
||||
end
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
module Foreman
|
||||
|
||||
VERSION = "0.35.0"
|
||||
VERSION = "0.36.0"
|
||||
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user