summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2012-12-16 16:51:26 +0000
committertaca <taca@pkgsrc.org>2012-12-16 16:51:26 +0000
commit5969d08b3eebda1fef15e828503a185bbf1d1ac2 (patch)
tree277a48ba5d7a24b7aca6a355d3318ca6976ed06f /devel
parent0718684c4835ba9950158728a110530ba9a63451 (diff)
downloadpkgsrc-5969d08b3eebda1fef15e828503a185bbf1d1ac2.tar.gz
Update ruby-test-unit to 2.5.3.
2.5.3: It's an release for minitest compatibility and bug fix. Improvements * Supported diff in invalid encoding. * Added some assersion methods just for minitest compatibility. Added methods are assert_includes(), refute_*() and refute(). If you are test-unit user, please don't use them. [GitHub#40] [Suggested by Michael Grosser] * Added --attribute option to select target tests by attribute. [test-unit-users-en:00098] [Suggested by Piotr Nestorow] Fixes * Allowed use of test for inheritance in ActionController::TestCase. [GitHub#42] [Patch by David Rasch] * Ensured evaluating at_exist block in top level. In IRB context, exit() specifies irb_exit(). [test-unit-users-en:00089] [Reported by Daniel Berger] * Fixed a bug that decoration style description is ignored. "decoration style description" are using description method above "def test_name" or with Symbol specifying test_name. [GitHub#45] [Reported by Piotr Nestorow] Thanks * Michael Grosser * David Rasch * Daniel Berger * Piotr Nestorow
Diffstat (limited to 'devel')
-rw-r--r--devel/ruby-test-unit/Makefile4
-rw-r--r--devel/ruby-test-unit/PLIST4
-rw-r--r--devel/ruby-test-unit/distinfo8
3 files changed, 9 insertions, 7 deletions
diff --git a/devel/ruby-test-unit/Makefile b/devel/ruby-test-unit/Makefile
index a106d1c3b73..10fc3b6e2da 100644
--- a/devel/ruby-test-unit/Makefile
+++ b/devel/ruby-test-unit/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.10 2012/08/29 16:47:15 taca Exp $
+# $NetBSD: Makefile,v 1.11 2012/12/16 16:51:26 taca Exp $
-DISTNAME= test-unit-2.5.2
+DISTNAME= test-unit-2.5.3
CATEGORIES= devel
MAINTAINER= pkgsrc-users@NetBSD.org
diff --git a/devel/ruby-test-unit/PLIST b/devel/ruby-test-unit/PLIST
index 040c3b0cbdd..76c42c35b55 100644
--- a/devel/ruby-test-unit/PLIST
+++ b/devel/ruby-test-unit/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.6 2012/08/29 16:47:15 taca Exp $
+@comment $NetBSD: PLIST,v 1.7 2012/12/16 16:51:26 taca Exp $
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_LIBDIR}/COPYING
${GEM_LIBDIR}/GPL
@@ -10,6 +10,7 @@ ${GEM_LIBDIR}/lib/test-unit.rb
${GEM_LIBDIR}/lib/test/unit.rb
${GEM_LIBDIR}/lib/test/unit/assertionfailederror.rb
${GEM_LIBDIR}/lib/test/unit/assertions.rb
+${GEM_LIBDIR}/lib/test/unit/attribute-matcher.rb
${GEM_LIBDIR}/lib/test/unit/attribute.rb
${GEM_LIBDIR}/lib/test/unit/autorunner.rb
${GEM_LIBDIR}/lib/test/unit/code-snippet-fetcher.rb
@@ -64,6 +65,7 @@ ${GEM_LIBDIR}/test/collector/test_objectspace.rb
${GEM_LIBDIR}/test/fixtures/plus.csv
${GEM_LIBDIR}/test/run-test.rb
${GEM_LIBDIR}/test/test-assertions.rb
+${GEM_LIBDIR}/test/test-attribute-matcher.rb
${GEM_LIBDIR}/test/test-attribute.rb
${GEM_LIBDIR}/test/test-code-snippet.rb
${GEM_LIBDIR}/test/test-color-scheme.rb
diff --git a/devel/ruby-test-unit/distinfo b/devel/ruby-test-unit/distinfo
index 2d75972f5a0..c4fb72072e9 100644
--- a/devel/ruby-test-unit/distinfo
+++ b/devel/ruby-test-unit/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.10 2012/08/29 16:47:15 taca Exp $
+$NetBSD: distinfo,v 1.11 2012/12/16 16:51:26 taca Exp $
-SHA1 (test-unit-2.5.2.gem) = 74c2409608bb58b8a25fa9a2b1717aade94b8c74
-RMD160 (test-unit-2.5.2.gem) = bdfab738e52eaca3be710236633f37deb0609cc1
-Size (test-unit-2.5.2.gem) = 104960 bytes
+SHA1 (test-unit-2.5.3.gem) = 950d0ac258f8cb31c93d699354e27cd0e7752526
+RMD160 (test-unit-2.5.3.gem) = b8e811f225c7817d8e151d3ea839b70fa941d5b7
+Size (test-unit-2.5.3.gem) = 105472 bytes