pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/ruby-connection_pool



Module Name:    pkgsrc
Committed By:   taca
Date:           Sun May  9 04:37:23 UTC 2021

Modified Files:
        pkgsrc/net/ruby-connection_pool: Makefile PLIST distinfo

Log Message:
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]


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/net/ruby-connection_pool/Makefile \
    pkgsrc/net/ruby-connection_pool/distinfo
cvs rdiff -u -r1.2 -r1.3 pkgsrc/net/ruby-connection_pool/PLIST

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/net/ruby-connection_pool/Makefile
diff -u pkgsrc/net/ruby-connection_pool/Makefile:1.3 pkgsrc/net/ruby-connection_pool/Makefile:1.4
--- pkgsrc/net/ruby-connection_pool/Makefile:1.3        Sun Jun  7 09:21:41 2020
+++ pkgsrc/net/ruby-connection_pool/Makefile    Sun May  9 04:37:23 2021
@@ -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
Index: pkgsrc/net/ruby-connection_pool/distinfo
diff -u pkgsrc/net/ruby-connection_pool/distinfo:1.3 pkgsrc/net/ruby-connection_pool/distinfo:1.4
--- pkgsrc/net/ruby-connection_pool/distinfo:1.3        Sun Jun  7 09:21:41 2020
+++ pkgsrc/net/ruby-connection_pool/distinfo    Sun May  9 04:37:23 2021
@@ -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

Index: pkgsrc/net/ruby-connection_pool/PLIST
diff -u pkgsrc/net/ruby-connection_pool/PLIST:1.2 pkgsrc/net/ruby-connection_pool/PLIST:1.3
--- pkgsrc/net/ruby-connection_pool/PLIST:1.2   Sun Jun  7 09:21:41 2020
+++ pkgsrc/net/ruby-connection_pool/PLIST       Sun May  9 04:37:23 2021
@@ -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



Home | Main Index | Thread Index | Old Index