pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/ruby-minitest devel/ruby-minitest: update to 5.1...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/167f39608ff8
branches:  trunk
changeset: 373531:167f39608ff8
user:      taca <taca%pkgsrc.org@localhost>
date:      Thu Jan 04 13:16:32 2018 +0000

description:
devel/ruby-minitest: update to 5.11.1.

=== 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)

diffstat:

 devel/ruby-minitest/Makefile |   5 +++--
 devel/ruby-minitest/distinfo |  10 +++++-----
 2 files changed, 8 insertions(+), 7 deletions(-)

diffs (33 lines):

diff -r 46f6113a0df6 -r 167f39608ff8 devel/ruby-minitest/Makefile
--- a/devel/ruby-minitest/Makefile      Thu Jan 04 13:15:52 2018 +0000
+++ b/devel/ruby-minitest/Makefile      Thu Jan 04 13:16:32 2018 +0000
@@ -1,11 +1,12 @@
-# $NetBSD: Makefile,v 1.16 2017/07/31 14:11:12 taca Exp $
+# $NetBSD: Makefile,v 1.17 2018/01/04 13:16:32 taca Exp $
 
-DISTNAME=      minitest-5.10.3
+DISTNAME=      minitest-5.11.1
 CATEGORIES=    devel
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      https://github.com/seattlerb/minitest
 COMMENT=       Complete suite of testing facilities for Ruby
+LICENSE=       mit
 
 .include "../../lang/ruby/gem.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 46f6113a0df6 -r 167f39608ff8 devel/ruby-minitest/distinfo
--- a/devel/ruby-minitest/distinfo      Thu Jan 04 13:15:52 2018 +0000
+++ b/devel/ruby-minitest/distinfo      Thu Jan 04 13:16:32 2018 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.15 2017/07/31 14:11:12 taca Exp $
+$NetBSD: distinfo,v 1.16 2018/01/04 13:16:32 taca Exp $
 
-SHA1 (minitest-5.10.3.gem) = 2e26c271ac0627e634036c2c20deadee338df523
-RMD160 (minitest-5.10.3.gem) = 6848f2a6729b0afabafdaa790461e6c7eaef30a8
-SHA512 (minitest-5.10.3.gem) = 6a3b1c86471fd7bb6ca078de9f253aeb9533f8da027998c34cd7fb8165a1d3bb565c1f8df958bb0eef6b7e22658894175c5f54f475585f2c05bb667e812b7aa3
-Size (minitest-5.10.3.gem) = 76288 bytes
+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



Home | Main Index | Thread Index | Old Index