Received: by mail.netbsd.org (Postfix, from userid 605) id 3FF1A84D6D; Sat, 16 May 2020 14:16:57 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id BB76484D59 for ; Sat, 16 May 2020 14:16:56 +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 NHzcozLqIS6y for ; Sat, 16 May 2020 14:16:56 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 0985084D33 for ; Sat, 16 May 2020 14:16:56 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 07790FB27; Sat, 16 May 2020 14:16:56 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1589638616187040" MIME-Version: 1.0 Date: Sat, 16 May 2020 14:16:56 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/devel/ruby-activejob60 To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20200516141656.07790FB27@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1589638616187040 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="UTF-8" Module Name: pkgsrc Committed By: taca Date: Sat May 16 14:16:55 UTC 2020 Modified Files: pkgsrc/devel/ruby-activejob60: distinfo Log Message: devel/ruby-activejob60: update to 6.0.3 Update ruby-activejob60 to 6.0.3. ## Rails 6.0.3 (May 06, 2020) ## * While using `perform_enqueued_jobs` test helper enqueued jobs must be stored for the later check with `assert_enqueued_with`. *Dmitry Polushkin* * Add queue name support to Que adapter *Brad Nauta*, *Wojciech Wnętrzak* To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/ruby-activejob60/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1589638616187040 Content-Disposition: inline Content-Length: 1130 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/ruby-activejob60/distinfo diff -u pkgsrc/devel/ruby-activejob60/distinfo:1.1 pkgsrc/devel/ruby-activejob60/distinfo:1.2 --- pkgsrc/devel/ruby-activejob60/distinfo:1.1 Fri Mar 20 16:48:47 2020 +++ pkgsrc/devel/ruby-activejob60/distinfo Sat May 16 14:16:55 2020 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.1 2020/03/20 16:48:47 taca Exp $ +$NetBSD: distinfo,v 1.2 2020/05/16 14:16:55 taca Exp $ -SHA1 (activejob-6.0.2.2.gem) = db7b98cfe0e015b7f5cd0dda13f2d9df0cd44201 -RMD160 (activejob-6.0.2.2.gem) = 6efd0f27e6c1bd4d314cf3a080fd438997a22854 -SHA512 (activejob-6.0.2.2.gem) = 8feb4e528232eda4200d771cd12c5e85538d16fce2e0354b6c7dc952930a5c97207c6d54a466ac5b2db6599e8419793c6666cebd54da0f9b183f3b358afbc1c3 -Size (activejob-6.0.2.2.gem) = 31232 bytes +SHA1 (activejob-6.0.3.gem) = e9eb1e9729354e83903c7b011eed85e93b66b974 +RMD160 (activejob-6.0.3.gem) = b063c426da12fd28ef67b3bace31772eec4e4eb1 +SHA512 (activejob-6.0.3.gem) = 82f9c6e5d2b1233e45edd09cc5d21a29c70eae164313a7f8eca6eb343a986204555c05726b328ea4e49c2a62ca0cf07cea96b9e29d7f758b61d9aa8a9a4e824d +Size (activejob-6.0.3.gem) = 31744 bytes --_----------=_1589638616187040--