console-launcher 0.0.3 → 0.0.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. data/bin/console-launcher +2 -2
  2. metadata +1 -1
@@ -210,8 +210,8 @@ def launch_viewer(index)
210
210
  pid = Process.fork
211
211
  if pid.nil? then
212
212
  # In child
213
- $stdout.reopen(Tempfile.new("RV-stdout"), 'w')
214
- $stderr.reopen(Tempfile.new("RV-stderr"), 'w')
213
+ $stdout.reopen(Tempfile.new("RV-stdout").path, 'w')
214
+ $stderr.reopen(Tempfile.new("RV-stderr").path, 'w')
215
215
  exec(command)
216
216
  else
217
217
  # In parent
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: console-launcher
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: