Received: by mail.netbsd.org (Postfix, from userid 605) id 47AE584DDA; Thu, 16 Jan 2020 15:35:44 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id BAEDF84DE6 for ; Thu, 16 Jan 2020 15:35:43 +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 yYACTgWINsYK for ; Thu, 16 Jan 2020 15:35:43 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 37F3D84D62 for ; Thu, 16 Jan 2020 15:35:43 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 3587EFBF4; Thu, 16 Jan 2020 15:35:43 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1579188943179260" MIME-Version: 1.0 Date: Thu, 16 Jan 2020 15:35:43 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/devel/ruby-minitest To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20200116153543.3587EFBF4@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. --_----------=_1579188943179260 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Thu Jan 16 15:35:43 UTC 2020 Modified Files: pkgsrc/devel/ruby-minitest: Makefile distinfo Log Message: devel/ruby-minitest: update to 5.14.0 Update ruby-minitest to 5.14.0. === 5.14.0 / 2020-01-11 * 2 minor enhancements: * Block-assertions (eg assert_output) now error if raised inside the block. (casperisfine) * Changed assert_raises to only catch Assertion since that covers Skip and friends. * 3 bug fixes: * Added example for value wrapper with block to Expectations module. (stomar) * Fixed use of must/wont_be_within_delta on Expectation instance. (stomar) * Renamed UnexpectedError#exception to #error to avoid problems with reraising. (casperisfine) To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 pkgsrc/devel/ruby-minitest/Makefile cvs rdiff -u -r1.18 -r1.19 pkgsrc/devel/ruby-minitest/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1579188943179260 Content-Disposition: inline Content-Length: 1629 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/ruby-minitest/Makefile diff -u pkgsrc/devel/ruby-minitest/Makefile:1.19 pkgsrc/devel/ruby-minitest/Makefile:1.20 --- pkgsrc/devel/ruby-minitest/Makefile:1.19 Wed Oct 30 15:16:50 2019 +++ pkgsrc/devel/ruby-minitest/Makefile Thu Jan 16 15:35:43 2020 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.19 2019/10/30 15:16:50 taca Exp $ +# $NetBSD: Makefile,v 1.20 2020/01/16 15:35:43 taca Exp $ -DISTNAME= minitest-5.13.0 +DISTNAME= minitest-5.14.0 CATEGORIES= devel MAINTAINER= pkgsrc-users@NetBSD.org Index: pkgsrc/devel/ruby-minitest/distinfo diff -u pkgsrc/devel/ruby-minitest/distinfo:1.18 pkgsrc/devel/ruby-minitest/distinfo:1.19 --- pkgsrc/devel/ruby-minitest/distinfo:1.18 Wed Oct 30 15:16:50 2019 +++ pkgsrc/devel/ruby-minitest/distinfo Thu Jan 16 15:35:43 2020 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.18 2019/10/30 15:16:50 taca Exp $ +$NetBSD: distinfo,v 1.19 2020/01/16 15:35:43 taca Exp $ -SHA1 (minitest-5.13.0.gem) = ba67a1291e866820203cee5dd84c6e8a9bde8391 -RMD160 (minitest-5.13.0.gem) = cee28686e160e55ffebe401e141d50c9c2252d85 -SHA512 (minitest-5.13.0.gem) = bdd0d665cfd6f6e36dcb1f2f069f5154a468f68eb4c41f5c39e3a3397644141d5e05024023b20fafbceb983b019b00a0ec6da98432f505cc8fd1cebc11cc1fca -Size (minitest-5.13.0.gem) = 83968 bytes +SHA1 (minitest-5.14.0.gem) = 8bca35248271e2c3529d19795e323da12b4b10c8 +RMD160 (minitest-5.14.0.gem) = 471931ad82d08cf37a98d3ce78ed437a9e0b48f9 +SHA512 (minitest-5.14.0.gem) = 4d65cbc96fe96bd79fd1dce36ce3b72d8e01efc12dcfeb6264075bb36430110f1c8fb519e0885e3449379fb5237cbdf7e24803ef49034e46ddf1d3a24c56b45f +Size (minitest-5.14.0.gem) = 84992 bytes --_----------=_1579188943179260--