Skip to content

Commit

Permalink
net/ruby-connection_pool: update to 2.2.5
Browse files Browse the repository at this point in the history
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]
  • Loading branch information
taca committed May 9, 2021
1 parent 27db4ef commit 684d66f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions net/ruby-connection_pool/Makefile
Original file line number Diff line number Diff line change
@@ -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= [email protected]
Expand Down
4 changes: 2 additions & 2 deletions net/ruby-connection_pool/PLIST
Original file line number Diff line number Diff line change
@@ -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
Expand Down
10 changes: 5 additions & 5 deletions net/ruby-connection_pool/distinfo
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 684d66f

Please sign in to comment.