databases/ruby-sequel: update to 5.63.0
5.63.0 (2022-12-01) * Make validates_associated plugin avoid database type errors for non-integer association keys (jeremyevans) (#1968) * Make tactical_eager_loading plugin work better with table inheritance plugins (rolftimmermans, jeremyevans) (#1962) * Add support for pool_class: :timed_queue on Ruby 3.2+, using a Queue for available connections (jeremyevans) * Allow :pool_class Database option to be specified as a string to more easily choose a different pool type (jeremyevans) * Use compare_by_identity hashes for Thread-keyed hashes in threaded connection pools (jeremyevans) * Skip use of JRuby workaround on JRuby 9.3.9.0+ in named_timezones extension as JRuby fixed the related bug (jeremyevans)
This commit is contained in:
parent
3f69074293
commit
651d7a2fbd
3 changed files with 9 additions and 7 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.105 2022/11/11 13:13:39 taca Exp $
|
||||
# $NetBSD: Makefile,v 1.106 2022/12/03 06:27:57 taca Exp $
|
||||
|
||||
DISTNAME= sequel-5.62.0
|
||||
DISTNAME= sequel-5.63.0
|
||||
CATEGORIES= databases
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.101 2022/11/11 13:13:39 taca Exp $
|
||||
@comment $NetBSD: PLIST,v 1.102 2022/12/03 06:27:57 taca Exp $
|
||||
bin/sequel${RUBY_SUFFIX}
|
||||
${GEM_HOME}/cache/${GEM_NAME}.gem
|
||||
${GEM_LIBDIR}/CHANGELOG
|
||||
|
@ -87,6 +87,7 @@ ${GEM_LIBDIR}/doc/release_notes/5.6.0.txt
|
|||
${GEM_LIBDIR}/doc/release_notes/5.60.0.txt
|
||||
${GEM_LIBDIR}/doc/release_notes/5.61.0.txt
|
||||
${GEM_LIBDIR}/doc/release_notes/5.62.0.txt
|
||||
${GEM_LIBDIR}/doc/release_notes/5.63.0.txt
|
||||
${GEM_LIBDIR}/doc/release_notes/5.7.0.txt
|
||||
${GEM_LIBDIR}/doc/release_notes/5.8.0.txt
|
||||
${GEM_LIBDIR}/doc/release_notes/5.9.0.txt
|
||||
|
@ -155,6 +156,7 @@ ${GEM_LIBDIR}/lib/sequel/connection_pool/sharded_single.rb
|
|||
${GEM_LIBDIR}/lib/sequel/connection_pool/sharded_threaded.rb
|
||||
${GEM_LIBDIR}/lib/sequel/connection_pool/single.rb
|
||||
${GEM_LIBDIR}/lib/sequel/connection_pool/threaded.rb
|
||||
${GEM_LIBDIR}/lib/sequel/connection_pool/timed_queue.rb
|
||||
${GEM_LIBDIR}/lib/sequel/core.rb
|
||||
${GEM_LIBDIR}/lib/sequel/database.rb
|
||||
${GEM_LIBDIR}/lib/sequel/database/connecting.rb
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.104 2022/11/11 13:13:39 taca Exp $
|
||||
$NetBSD: distinfo,v 1.105 2022/12/03 06:27:57 taca Exp $
|
||||
|
||||
BLAKE2s (sequel-5.62.0.gem) = f5324a9593cf0945ab38126449aaf9e784544cb263e99ee1b31ddffb32aee122
|
||||
SHA512 (sequel-5.62.0.gem) = 3ea93dc9ee3fb43f486dd7ea11ee38df7f8d28fdce375821458fa1a240d1a95e885e5c9c67003fc0d9ac5ad805d711d285fc85a42292997c960ff15fcfe804ab
|
||||
Size (sequel-5.62.0.gem) = 806400 bytes
|
||||
BLAKE2s (sequel-5.63.0.gem) = 4e0db4ccc1f87f1a09d5a0b67b569224ddc1bc7ed66c0ae9d37cf02bb0144420
|
||||
SHA512 (sequel-5.63.0.gem) = cfbb48b35ad0fb9352546a8ded941a0c8b5e398c81eb8f5573d0571fe4ef84cca5539191cb9236974de44c44ef6802112e985da419931d66f3ec92299d7cbd51
|
||||
Size (sequel-5.63.0.gem) = 808960 bytes
|
||||
|
|
Loading…
Reference in a new issue