Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) by www.NetBSD.org (Postfix) with ESMTP id 67A0863E322 for ; Wed, 13 Jun 2012 14:34:40 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 3D24614A32F; Wed, 13 Jun 2012 14:34:40 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 14D6214A30E for ; Wed, 13 Jun 2012 14:34:37 +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 xQLqHRkr-Cb1 for ; Wed, 13 Jun 2012 14:34:36 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id 4C7F214A30B for ; Wed, 13 Jun 2012 14:34:36 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 0A3C8175DD; Wed, 13 Jun 2012 14:34:36 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Date: Wed, 13 Jun 2012 14:34:35 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/devel/ruby-test-unit To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20120613143436.0A3C8175DD@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: taca Date: Wed Jun 13 14:34:35 UTC 2012 Modified Files: pkgsrc/devel/ruby-test-unit: Makefile distinfo Log Message: Update ruby-test-unit to 2.5.0. 2.5.0 - 2012-06-06 It's a bug fix release. Fixes * Fixed a backward incompatibility of TestUnitMediator#run_suite introduced in 2.4.9. [GitHub#28] [Reported by Vladislav Rassokhin] Thanks * Vladislav Rassokhin 2.4.9 - 2012-06-03 It's a bug fix release. Improvements * Test::Unit.run? -> Test::Unit::AutoRunner.need_auto_run?. Test::Unit.run? is marked as deprecated but it is still available. * [experimental] Added top level "run" method for "ruby -rtest-unit -e run test/test_*.rb". Is this API OK or dirty? * Made failure output more readable on no color mode. * Supported showing ASCII-8BIT diff in failure message. * [ui][console] Supported ENV["TERM"] == "xterm-256color" as color available terminal. [GitHub#26] [Reported by Michael Grosser] * [ui][console] Supported "-256color" suffix ENV["TERM"] terminal as 256 color supported terminal. Fixes * Fixed a bug that --workdir doesn't work. * Consumed processed command line parameters in ARGV as --help says. [RubyForge#29554] [Reported by Bob Saveland] * Added missing require "test/unit/diff". [GitHub#25] [Reported by Stephan Kulow] Thanks * Bob Saveland * Stephan Kulow * Michael Grosser To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/ruby-test-unit/Makefile \ pkgsrc/devel/ruby-test-unit/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.