Received: by mail.netbsd.org (Postfix, from userid 605) id 3C52F84D63; Wed, 14 Mar 2018 14:06:12 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id B9FFC84D2D for ; Wed, 14 Mar 2018 14:06:11 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id Ue0wAsXPdyAx for ; Wed, 14 Mar 2018 14:06:11 +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 1A38684D21 for ; Wed, 14 Mar 2018 14:06:11 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 0E1D9FB40; Wed, 14 Mar 2018 14:06:11 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1521036371289580" MIME-Version: 1.0 Date: Wed, 14 Mar 2018 14:06:11 +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: <20180314140611.0E1D9FB40@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. --_----------=_1521036371289580 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Wed Mar 14 14:06:10 UTC 2018 Modified Files: pkgsrc/devel/ruby-minitest: Makefile distinfo Log Message: devel/ruby-minitest: update to 5.11.3 === 5.11.3 / 2018-01-26 * 1 bug fix: * Pushed #error? up to Reportable module. (composerinteralia) === 5.11.2 / 2018-01-25 * 1 minor enhancement: * Reversed Test < Result. Back to < Runnable and using Reportable for shared code. * 2 bug fixes: * Fixed Result#location for instances of Test. (alexisbernard) * Fixed deprecation message for Runnable#marshal_dump. (y-yagi) === 5.11.1 / 2018-01-02 * 1 bug fix: * Fixed Result (a superclass of Test) overriding Runnable's name accessors. (y-yagi, MSP-Greg) === 5.11.0 / 2018-01-01 * 2 major enhancements: * Added Minitest::Result and Minitest::Result.from(runnable). * Changed Minitest::Test to subclass Result and refactored methods up. * 7 minor enhancements: * Added --no-plugins and MT_NO_PLUGINS to bypass MT plugin autoloading. Helps with bad actors installed globally. * Added bench_performance_{logarithmic,power} for spec-style benchmarks. (rickhull) * Added deprecation warning for Runnable#marshal_dump. * Minitest.run_one_method now checks for instance of Result, not exact same class. * Minitest::Test.run returns a Result version of self, not self. * ProgressReporter#prerecord now explicitly prints klass.name. Allows for fakers. * 4 bug fixes: * Object.stub no longer calls the passed block if stubbed with a callable. * Object.stub now passes blocks down to the callable result. * Pushed Minitest::Test#time & #time_it up to Runnable. * Test nil equality directly in assert_equal. Fixes #679. (voxik) === 5.11.0b1 / 2017-12-20 * 2 major enhancements: * Added Minitest::Result and Minitest::Result.from(runnable). * Changed Minitest::Test to subclass Result and refactored methods up. * 6 minor enhancements: * Added --no-plugins and MT_NO_PLUGINS to bypass MT plugin autoloading. Helps with bad actors installed globally. * Added bench_performance_{logarithmic,power} for spec-style benchmarks. (rickhull) * Minitest.run_one_method now checks for instance of Result, not exact same class. * Minitest::Test.run returns a Result version of self, not self. * ProgressReporter#prerecord now explicitly prints klass.name. Allows for fakers. * Removed Runnable.marshal_dump/load. * 4 bug fixes: * Object.stub no longer calls the passed block if stubbed with a callable. * Object.stub now passes blocks down to the callable result. * Pushed Minitest::Test#time & #time_it up to Runnable. * Test nil equality directly in assert_equal. Fixes #679. (voxik) To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 pkgsrc/devel/ruby-minitest/Makefile cvs rdiff -u -r1.16 -r1.17 pkgsrc/devel/ruby-minitest/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1521036371289580 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.17 pkgsrc/devel/ruby-minitest/Makefile:1.18 --- pkgsrc/devel/ruby-minitest/Makefile:1.17 Thu Jan 4 13:16:32 2018 +++ pkgsrc/devel/ruby-minitest/Makefile Wed Mar 14 14:06:10 2018 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.17 2018/01/04 13:16:32 taca Exp $ +# $NetBSD: Makefile,v 1.18 2018/03/14 14:06:10 taca Exp $ -DISTNAME= minitest-5.11.1 +DISTNAME= minitest-5.11.3 CATEGORIES= devel MAINTAINER= pkgsrc-users@NetBSD.org Index: pkgsrc/devel/ruby-minitest/distinfo diff -u pkgsrc/devel/ruby-minitest/distinfo:1.16 pkgsrc/devel/ruby-minitest/distinfo:1.17 --- pkgsrc/devel/ruby-minitest/distinfo:1.16 Thu Jan 4 13:16:32 2018 +++ pkgsrc/devel/ruby-minitest/distinfo Wed Mar 14 14:06:10 2018 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.16 2018/01/04 13:16:32 taca Exp $ +$NetBSD: distinfo,v 1.17 2018/03/14 14:06:10 taca Exp $ -SHA1 (minitest-5.11.1.gem) = e57b5a94fa57213af5a6140130c1d94d429b2105 -RMD160 (minitest-5.11.1.gem) = 565cd15e74a46d437510cfcdd7cd7df124d4a42d -SHA512 (minitest-5.11.1.gem) = b25a7f3952f546fe2ab7a87f3fa6d1980e3642b25e7c7b6bfbd94cf2063458613f0a73e71e773323e0277b375827ffe629701d0a17fbb30c6bd00095eda447c0 -Size (minitest-5.11.1.gem) = 79360 bytes +SHA1 (minitest-5.11.3.gem) = f0b6775138582d3cc229450de23aac2d8d0af374 +RMD160 (minitest-5.11.3.gem) = afe2070bef7e72c684f1a4ca06dcf9cda445d04f +SHA512 (minitest-5.11.3.gem) = 387537aff51f8e8f9cc2feddadf6813d11f0ba623ae3d5929d7b7a88e180b60c961dfa1d2ba0f3a4ad7d2c1af250245376fa62b23f68c8b57812c7e86efba0c7 +Size (minitest-5.11.3.gem) = 79360 bytes --_----------=_1521036371289580--