Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id 369D61A923A for ; Sat, 11 Dec 2021 13:30:59 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id C29CA84EF2; Sat, 11 Dec 2021 13:30:58 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 05E2A84E76 for ; Sat, 11 Dec 2021 13:30:58 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id qbv63yNtwEad for ; Sat, 11 Dec 2021 13:30:57 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 7236584C71 for ; Sat, 11 Dec 2021 13:30:57 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 6B6A3FAEC; Sat, 11 Dec 2021 13:30:57 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1639229457164560" MIME-Version: 1.0 Date: Sat, 11 Dec 2021 13:30:57 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/databases/ruby-arel-helpers To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20211211133057.6B6A3FAEC@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1639229457164560 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Sat Dec 11 13:30:57 UTC 2021 Modified Files: pkgsrc/databases/ruby-arel-helpers: Makefile distinfo Log Message: databases/ruby-arel-helpers: update to 2.13.0 2.13.0 (2021-12-06) * In QueryBuilder, delegate #empty? and #size to @query (@net1957, #47) To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 pkgsrc/databases/ruby-arel-helpers/Makefile \ pkgsrc/databases/ruby-arel-helpers/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1639229457164560 Content-Disposition: inline Content-Length: 1636 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/databases/ruby-arel-helpers/Makefile diff -u pkgsrc/databases/ruby-arel-helpers/Makefile:1.8 pkgsrc/databases/ruby-arel-helpers/Makefile:1.9 --- pkgsrc/databases/ruby-arel-helpers/Makefile:1.8 Mon Aug 30 16:08:37 2021 +++ pkgsrc/databases/ruby-arel-helpers/Makefile Sat Dec 11 13:30:57 2021 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.8 2021/08/30 16:08:37 taca Exp $ +# $NetBSD: Makefile,v 1.9 2021/12/11 13:30:57 taca Exp $ -DISTNAME= arel-helpers-2.12.1 +DISTNAME= arel-helpers-2.13.0 CATEGORIES= databases MAINTAINER= minskim@NetBSD.org Index: pkgsrc/databases/ruby-arel-helpers/distinfo diff -u pkgsrc/databases/ruby-arel-helpers/distinfo:1.8 pkgsrc/databases/ruby-arel-helpers/distinfo:1.9 --- pkgsrc/databases/ruby-arel-helpers/distinfo:1.8 Tue Oct 26 10:09:56 2021 +++ pkgsrc/databases/ruby-arel-helpers/distinfo Sat Dec 11 13:30:57 2021 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.8 2021/10/26 10:09:56 nia Exp $ +$NetBSD: distinfo,v 1.9 2021/12/11 13:30:57 taca Exp $ -BLAKE2s (arel-helpers-2.12.1.gem) = 877b6cd30c9792de0a27705c7fce04fa165138b86a36f8dea9ec7031a7645c72 -SHA512 (arel-helpers-2.12.1.gem) = 6d10bd57d74ccf1780927aa1fdccb4697a2e9cdbdf93bcc392b9453890043a8a6a4b57bef25d43f1f7d1597ef92d938afa9c67c54140b9e0b36b7b23c2de1837 -Size (arel-helpers-2.12.1.gem) = 16896 bytes +BLAKE2s (arel-helpers-2.13.0.gem) = 96945cd60465b21e0ff4b2242830dc32d416b05fa8aafc7cac780b86e1a7fea3 +SHA512 (arel-helpers-2.13.0.gem) = 31e88e136a85f49e6b8b6d7c244bf98744cdf0546f0916ff1b403904330a1d2acc4a4d97ba5eb59190b9c0592176e4872d0463b4d4662b63a99f9d3bbcc29c15 +Size (arel-helpers-2.13.0.gem) = 16896 bytes --_----------=_1639229457164560--