pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/ruby-connection_pool net/ruby-connection_pool: upd...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c93d8bbdd369
branches:  trunk
changeset: 452350:c93d8bbdd369
user:      taca <taca%pkgsrc.org@localhost>
date:      Sun May 09 04:37:23 2021 +0000

description:
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]

diffstat:

 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(-)

diffs (40 lines):

diff -r 565491c48d97 -r c93d8bbdd369 net/ruby-connection_pool/Makefile
--- a/net/ruby-connection_pool/Makefile Sun May 09 04:30:22 2021 +0000
+++ b/net/ruby-connection_pool/Makefile Sun May 09 04:37:23 2021 +0000
@@ -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@localhost
diff -r 565491c48d97 -r c93d8bbdd369 net/ruby-connection_pool/PLIST
--- a/net/ruby-connection_pool/PLIST    Sun May 09 04:30:22 2021 +0000
+++ b/net/ruby-connection_pool/PLIST    Sun May 09 04:37:23 2021 +0000
@@ -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 -r 565491c48d97 -r c93d8bbdd369 net/ruby-connection_pool/distinfo
--- a/net/ruby-connection_pool/distinfo Sun May 09 04:30:22 2021 +0000
+++ b/net/ruby-connection_pool/distinfo Sun May 09 04:37:23 2021 +0000
@@ -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



Home | Main Index | Thread Index | Old Index