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/0649d3844f50
branches:  trunk
changeset: 385380:0649d3844f50
user:      taca <taca%pkgsrc.org@localhost>
date:      Fri Sep 16 06:13:53 2022 +0000

description:
net/ruby-connection_pool: update to 2.3.0

2.3.0 (2022-09-15)

* Minimum Ruby version is now 2.5.0
* Add pool size to TimeoutError message

diffstat:

 net/ruby-connection_pool/Makefile |  4 ++--
 net/ruby-connection_pool/PLIST    |  9 +--------
 net/ruby-connection_pool/distinfo |  8 ++++----
 3 files changed, 7 insertions(+), 14 deletions(-)

diffs (48 lines):

diff -r 696ec95bc945 -r 0649d3844f50 net/ruby-connection_pool/Makefile
--- a/net/ruby-connection_pool/Makefile Fri Sep 16 06:10:24 2022 +0000
+++ b/net/ruby-connection_pool/Makefile Fri Sep 16 06:13:53 2022 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2021/05/09 04:37:23 taca Exp $
+# $NetBSD: Makefile,v 1.5 2022/09/16 06:13:53 taca Exp $
 
-DISTNAME=      connection_pool-2.2.5
+DISTNAME=      connection_pool-2.3.0
 CATEGORIES=    net
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
diff -r 696ec95bc945 -r 0649d3844f50 net/ruby-connection_pool/PLIST
--- a/net/ruby-connection_pool/PLIST    Fri Sep 16 06:10:24 2022 +0000
+++ b/net/ruby-connection_pool/PLIST    Fri Sep 16 06:13:53 2022 +0000
@@ -1,18 +1,11 @@
-@comment $NetBSD: PLIST,v 1.3 2021/05/09 04:37:23 taca Exp $
+@comment $NetBSD: PLIST,v 1.4 2022/09/16 06:13:53 taca Exp $
 ${GEM_HOME}/cache/${GEM_NAME}.gem
-${GEM_LIBDIR}/.github/workflows/ci.yml
-${GEM_LIBDIR}/.gitignore
 ${GEM_LIBDIR}/Changes.md
-${GEM_LIBDIR}/Gemfile
 ${GEM_LIBDIR}/LICENSE
 ${GEM_LIBDIR}/README.md
-${GEM_LIBDIR}/Rakefile
 ${GEM_LIBDIR}/connection_pool.gemspec
 ${GEM_LIBDIR}/lib/connection_pool.rb
 ${GEM_LIBDIR}/lib/connection_pool/timed_stack.rb
 ${GEM_LIBDIR}/lib/connection_pool/version.rb
 ${GEM_LIBDIR}/lib/connection_pool/wrapper.rb
-${GEM_LIBDIR}/test/helper.rb
-${GEM_LIBDIR}/test/test_connection_pool.rb
-${GEM_LIBDIR}/test/test_connection_pool_timed_stack.rb
 ${GEM_HOME}/specifications/${GEM_NAME}.gemspec
diff -r 696ec95bc945 -r 0649d3844f50 net/ruby-connection_pool/distinfo
--- a/net/ruby-connection_pool/distinfo Fri Sep 16 06:10:24 2022 +0000
+++ b/net/ruby-connection_pool/distinfo Fri Sep 16 06:13:53 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.6 2021/10/26 11:06:50 nia Exp $
+$NetBSD: distinfo,v 1.7 2022/09/16 06:13:53 taca Exp $
 
-BLAKE2s (connection_pool-2.2.5.gem) = e5fa2301c84ff91d3f9380d726628d70545928c34017bfc81434afd37b31833d
-SHA512 (connection_pool-2.2.5.gem) = 3bc4e4d241cd4b1adb00d341aafe7795bbf0eff459ace962670d83c20c0eaa0d42f49a1f5e61c2327ff4fcbf3abfbc6f6c910f7a31d4a0f62bc55c782ab20e45
-Size (connection_pool-2.2.5.gem) = 14848 bytes
+BLAKE2s (connection_pool-2.3.0.gem) = 34c9b3ffdd02c6eba13ae1bedd9c63761ebf0a2c585984600bea75567ed7200d
+SHA512 (connection_pool-2.3.0.gem) = c8524d81bda58caf3bcea06808a893711d8638abeb8f0a1ff8f26c1d8693c59ca138ac6c71494f53087e160009ba75746d7db3170fdc1b49fc14e73087700a90
+Size (connection_pool-2.3.0.gem) = 11264 bytes



Home | Main Index | Thread Index | Old Index