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.
This commit is contained in:
taca 2015-03-13 15:56:20 +00:00
parent 459dd6b4f4
commit 7e220736cd
2 changed files with 6 additions and 6 deletions

View file

@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.3 2014/07/16 08:37:20 rodent Exp $
# $NetBSD: Makefile,v 1.4 2015/03/13 15:56:20 taca Exp $
DISTNAME= childprocess-0.5.3
DISTNAME= childprocess-0.5.5
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME}
CATEGORIES= ruby sysutils

View file

@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.1 2014/07/04 12:30:02 rodent Exp $
$NetBSD: distinfo,v 1.2 2015/03/13 15:56:20 taca Exp $
SHA1 (childprocess-0.5.3.gem) = c8856f74b8d16b231cab53454fef7155c018b05c
RMD160 (childprocess-0.5.3.gem) = 503dbbdeef6488a68df279a12a48337b3b2ea3f3
Size (childprocess-0.5.3.gem) = 28160 bytes
SHA1 (childprocess-0.5.5.gem) = 05babe70355bc92aada93f4baa16690540e179e6
RMD160 (childprocess-0.5.5.gem) = 7602257104d0b1fb0fe859ee1ffdce0cc77dff59
Size (childprocess-0.5.5.gem) = 28672 bytes