pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/ruby-minitest Update ruby-minitest to 5.7.0.
details: https://anonhg.NetBSD.org/pkgsrc/rev/6fa9ac5a811f
branches: trunk
changeset: 652515:6fa9ac5a811f
user: taca <taca%pkgsrc.org@localhost>
date: Wed Jun 03 14:48:36 2015 +0000
description:
Update ruby-minitest to 5.7.0.
=== 5.7.0 / 2015-05-27
* 1 major enhancement:
* assert_raises now matches subclasses of the expected exception types. (jeremyevans)
* 3 minor enhancements:
* Added :block type for minitest/spec's #infect_an_assertion. (jeremyevans)
* Inline verification error messages in minitest/mock for GC performance. (zamith)
* assert_raises defaults to RuntimeError if not specified. (jeremyevans)
* 4 bug fixes:
* Added 'class' to minitest/mock's overridden_methods list. (zamith)
* Added file/line to infect_an_assertion's class_eval call. (jeremyevans)
* Cleared UnexpectedError's mesg w/ generic string.
* Fixed non-proc-oriented expectations when used on proc target. (jeremyevans)
=== 5.6.1 / 2015-04-27
* 2 bug fixes:
* Added Minitest.clock_time and switched all Time.now to it. (tenderlove)
* Moved Minitest::Expectations#_ into Minitest::Spec::DSL.
=== 5.6.0 / 2015-04-13
* 4 major enhancements:
* Added Minitest::Expectation value monad.
* Added Minitest::Expectations#_ that returns an Expectation. Aliased to value.
* All expectations are added to Minitest::Expectation.
* At some point, the methods on Object will be deprecated and then removed.
* 4 minor enhancements:
* Added a note about bundle exec pitfall in ruby 2.2+. (searls)
* Lazily start the parallel executor. (tenderlove)
* Make mocks more debugger-friendly (edward)
* Print out the current test run on interrupt. (riffraff)
* 3 bug fixes:
* Fix failing test under Windows. (kimhmadsen)
* Record mocked calls before they happen so mocks can raise exceptions easier (tho I'm not a fan). (corecode)
* Tried to clarify mocks vs stubs terminology better. (kkirsche)
diffstat:
devel/ruby-minitest/Makefile | 4 ++--
devel/ruby-minitest/PLIST | 6 +++---
devel/ruby-minitest/distinfo | 8 ++++----
3 files changed, 9 insertions(+), 9 deletions(-)
diffs (42 lines):
diff -r d2df9e2a534d -r 6fa9ac5a811f devel/ruby-minitest/Makefile
--- a/devel/ruby-minitest/Makefile Wed Jun 03 14:47:11 2015 +0000
+++ b/devel/ruby-minitest/Makefile Wed Jun 03 14:48:36 2015 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.5 2015/02/01 14:49:16 taca Exp $
+# $NetBSD: Makefile,v 1.6 2015/06/03 14:48:36 taca Exp $
-DISTNAME= minitest-5.5.1
+DISTNAME= minitest-5.7.0
CATEGORIES= devel
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
diff -r d2df9e2a534d -r 6fa9ac5a811f devel/ruby-minitest/PLIST
--- a/devel/ruby-minitest/PLIST Wed Jun 03 14:47:11 2015 +0000
+++ b/devel/ruby-minitest/PLIST Wed Jun 03 14:48:36 2015 +0000
@@ -1,10 +1,10 @@
-@comment $NetBSD: PLIST,v 1.3 2014/03/14 16:09:53 taca Exp $
+@comment $NetBSD: PLIST,v 1.4 2015/06/03 14:48:36 taca Exp $
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_LIBDIR}/.autotest
${GEM_LIBDIR}/.gemtest
-${GEM_LIBDIR}/History.txt
+${GEM_LIBDIR}/History.rdoc
${GEM_LIBDIR}/Manifest.txt
-${GEM_LIBDIR}/README.txt
+${GEM_LIBDIR}/README.rdoc
${GEM_LIBDIR}/Rakefile
${GEM_LIBDIR}/design_rationale.rb
${GEM_LIBDIR}/lib/hoe/minitest.rb
diff -r d2df9e2a534d -r 6fa9ac5a811f devel/ruby-minitest/distinfo
--- a/devel/ruby-minitest/distinfo Wed Jun 03 14:47:11 2015 +0000
+++ b/devel/ruby-minitest/distinfo Wed Jun 03 14:48:36 2015 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.5 2015/02/01 14:49:16 taca Exp $
+$NetBSD: distinfo,v 1.6 2015/06/03 14:48:36 taca Exp $
-SHA1 (minitest-5.5.1.gem) = a84ff1285d5f70c3b5792d120c77918abb5dd9ef
-RMD160 (minitest-5.5.1.gem) = b3ce2b5e9e20ae4f87309c1d6900fafe8d848de1
-Size (minitest-5.5.1.gem) = 68608 bytes
+SHA1 (minitest-5.7.0.gem) = a7462bef2abbdf05aab0e5b2244ccd5c5441223a
+RMD160 (minitest-5.7.0.gem) = e92a7439cb3830beb83d5fe1d8b02fbd2c34205b
+Size (minitest-5.7.0.gem) = 71680 bytes
Home |
Main Index |
Thread Index |
Old Index