1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37
|
NAME
systemu
SYNOPSIS
univeral capture of stdout and stderr and handling of child process pid for windows, *nix, etc.
URIS
http://github.com/ahoward/systemu
http://rubyforge.org/projects/codeforpeople/
INSTALL
gem install systemu
HISTORY
2.0.0
- versioning issue. new gem release.
1.3.1
- updates for ruby 1.9.1
1.3.0
- move to github
1.2.0
- fixed handling of background thread management - needed
Thread.current.abort_on_exception = true
- fixed reporting of child pid, it was reported as the parent's pid before
SAMPLES
<%= samples %>
|