Path to this page:
Subject: CVS commit: pkgsrc/sysutils/ruby-childprocess
From: Takahiro Kambe
Date: 2015-03-13 16:56:20
Message id: 20150313155620.D514298@cvs.netbsd.org
Log Message:
Update ruby-childprocess to 0.5.5.
* Longer sleep (increase stability but won't affect runtime).
* Work around JRuby problem.
* Spec environment unset in parent is unset in parent when set in grandparent.
* Remove environment variables not in ENV that are in ProcessBuilder
environment.
* Remove unnecessary stringification of ENV keys MSP-11414
Unlike @environment, which is a generic Hash, ENV is guarenteed to be
<String, String>, so remove the keys #to_s calls for ENV.
Files: