Skip to content

Commit

Permalink
Update ruby-daemons to 1.2.3.
Browse files Browse the repository at this point in the history
== Release 1.2.3: June 25, 2015

* fix: ApplicationGroup now waits on subprocesses in start_all (thanks to tobithiel)
  • Loading branch information
taca committed Sep 13, 2015
1 parent 45c8620 commit ccf2e4c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
4 changes: 2 additions & 2 deletions misc/ruby-daemons/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.12 2015/06/07 15:57:05 taca Exp $
# $NetBSD: Makefile,v 1.13 2015/09/13 14:43:40 taca Exp $

DISTNAME= daemons-1.2.2
DISTNAME= daemons-1.2.3
CATEGORIES= misc

MAINTAINER= [email protected]
Expand Down
3 changes: 2 additions & 1 deletion misc/ruby-daemons/PLIST
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.8 2015/03/13 14:36:09 taca Exp $
@comment $NetBSD: PLIST,v 1.9 2015/09/13 14:43:40 taca Exp $
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_LIBDIR}/LICENSE
${GEM_LIBDIR}/README.md
Expand All @@ -14,6 +14,7 @@ ${GEM_LIBDIR}/examples/run/ctrl_hanging.rb
${GEM_LIBDIR}/examples/run/ctrl_keep_pid_files.rb
${GEM_LIBDIR}/examples/run/ctrl_monitor.rb
${GEM_LIBDIR}/examples/run/ctrl_monitor_multiple.rb
${GEM_LIBDIR}/examples/run/ctrl_monitor_nocrash.rb
${GEM_LIBDIR}/examples/run/ctrl_multiple.rb
${GEM_LIBDIR}/examples/run/ctrl_normal.rb
${GEM_LIBDIR}/examples/run/ctrl_ontop.rb
Expand Down
8 changes: 4 additions & 4 deletions misc/ruby-daemons/distinfo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.13 2015/06/07 15:57:05 taca Exp $
$NetBSD: distinfo,v 1.14 2015/09/13 14:43:40 taca Exp $

SHA1 (daemons-1.2.2.gem) = 9983adfdfcbe76bb29be5313dff6dde4c0b9c86a
RMD160 (daemons-1.2.2.gem) = 96499e5e5dd6fff7b71b57d1dd018c1663538ca5
Size (daemons-1.2.2.gem) = 24576 bytes
SHA1 (daemons-1.2.3.gem) = 25b1365b6af6200cb206cc56c341278d7a5dee6a
RMD160 (daemons-1.2.3.gem) = 258e8c24a49de41f583e0acf62fd9f1097408d16
Size (daemons-1.2.3.gem) = 24576 bytes

0 comments on commit ccf2e4c

Please sign in to comment.