From 684d66fd200603cea753a79e509a005bf13be75a Mon Sep 17 00:00:00 2001 From: taca Date: Sun, 9 May 2021 04:37:23 +0000 Subject: [PATCH] net/ruby-connection_pool: update to 2.2.5 2.2.5 (2021-04-15) * Fix argument forwarding on Ruby 2.7 [#149] 2.2.4 (2021-04-12) * Add reload to close all connections, recreating them afterwards [Andrew Marshall, #140] * Add then as a way to use a pool or a bare connection with the same code path [#138] --- net/ruby-connection_pool/Makefile | 4 ++-- net/ruby-connection_pool/PLIST | 4 ++-- net/ruby-connection_pool/distinfo | 10 +++++----- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/net/ruby-connection_pool/Makefile b/net/ruby-connection_pool/Makefile index ded0f90d162f..2910f2039604 100644 --- a/net/ruby-connection_pool/Makefile +++ b/net/ruby-connection_pool/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.3 2020/06/07 09:21:41 taca Exp $ +# $NetBSD: Makefile,v 1.4 2021/05/09 04:37:23 taca Exp $ -DISTNAME= connection_pool-2.2.3 +DISTNAME= connection_pool-2.2.5 CATEGORIES= net MAINTAINER= pkgsrc-users@NetBSD.org diff --git a/net/ruby-connection_pool/PLIST b/net/ruby-connection_pool/PLIST index e5f3c5ac4df6..6416ad1024fc 100644 --- a/net/ruby-connection_pool/PLIST +++ b/net/ruby-connection_pool/PLIST @@ -1,7 +1,7 @@ -@comment $NetBSD: PLIST,v 1.2 2020/06/07 09:21:41 taca Exp $ +@comment $NetBSD: PLIST,v 1.3 2021/05/09 04:37:23 taca Exp $ ${GEM_HOME}/cache/${GEM_NAME}.gem +${GEM_LIBDIR}/.github/workflows/ci.yml ${GEM_LIBDIR}/.gitignore -${GEM_LIBDIR}/.travis.yml ${GEM_LIBDIR}/Changes.md ${GEM_LIBDIR}/Gemfile ${GEM_LIBDIR}/LICENSE diff --git a/net/ruby-connection_pool/distinfo b/net/ruby-connection_pool/distinfo index 9b6e0e9aa0be..cbeee80ee222 100644 --- a/net/ruby-connection_pool/distinfo +++ b/net/ruby-connection_pool/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.3 2020/06/07 09:21:41 taca Exp $ +$NetBSD: distinfo,v 1.4 2021/05/09 04:37:23 taca Exp $ -SHA1 (connection_pool-2.2.3.gem) = 781d76a88ac2edede131d85c4d2863f267ecf157 -RMD160 (connection_pool-2.2.3.gem) = 492e7204587d9108b7902d2d6271f1a1462658da -SHA512 (connection_pool-2.2.3.gem) = a5e54b11073723d5cf5150a47c38b37ef8e58e9adb056eeedc4427207ed1ae5d1844cab925bbbcc8a2a9dd3fe9373593ab735ce4de588b89db97800fb74757ac -Size (connection_pool-2.2.3.gem) = 13824 bytes +SHA1 (connection_pool-2.2.5.gem) = a3c0bc371f84408cbecd95074ebe4a640d78e121 +RMD160 (connection_pool-2.2.5.gem) = 5a142387f4fd740970b3572d59262779ccfbc8ec +SHA512 (connection_pool-2.2.5.gem) = 3bc4e4d241cd4b1adb00d341aafe7795bbf0eff459ace962670d83c20c0eaa0d42f49a1f5e61c2327ff4fcbf3abfbc6f6c910f7a31d4a0f62bc55c782ab20e45 +Size (connection_pool-2.2.5.gem) = 14848 bytes