pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/ZenTest Update ZenTest package to 3.10.0.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/04727bee1735
branches:  trunk
changeset: 543739:04727bee1735
user:      taca <taca%pkgsrc.org@localhost>
date:      Sun Jun 22 15:54:37 2008 +0000

description:
Update ZenTest package to 3.10.0.

=== 3.10.0 / 2008-06-17

* 1 major enhancement:

  * Added multiruby_setup to help manage multiruby installed versions.

* 3 minor enhancements:

  * Added autotest/once plugin to help plugin developers.
  * Heavily refactored multiruby.
  * Switched rubinius from shotgun/rubinius to bin/rbx, finally.

* 2 bug fixes:

  * Refactored zentest_mapping test to avoid zentest altogether.
  * zentest tests bail gracefully for rubinius.

=== 3.9.3 / 2008-06-09

* 12 minor enhancements:

  * Added $RUBY env support to autotest so you can swap what ruby to run.
  * Added ALL_HOOKS array to autotest for hook devs.
  * Added EXCLUDED_VERSIONS to multiruby. Integrated with hoe.
  * Added miniunit compatibility to unit_diff's output.
  * Multiruby now determines the latest versions 1.8/1.9 automatically.
  * Removed deprecated :run hook.
  * Fixed zentest_assertions to be compatible with miniunit. Will phase out.
  * Minor autotest plugin cleanup / fixes.
  * Moved assert_callback to test/rails/test_case.rb
  * Reversed assert_includes' arguments.
  * Updated requirements info for other ruby impls.
  * util_capture now returns strings, not iostrings.

* 1 bug fixes:

  * (add|remove)_(mappings|exceptions) now all return nil to help fix autotest hooks.

=== 3.9.2 / 2008-03-20

* 4 minor enhancements:

  * Added compatibility with miniunit differences.
  * Added email_notify, jabber_notify, and rcov autotest plugins.
  * Updated rakefile to include examples automatically in example_dot_autotest.
  * multiruby now outputs each command so you can grab it easily.

* 5 bug fixes:

  * Ensure tests are run after reset.
  * Fixed all test/rails tests to run in any combo.
  * Fixed up growl.rb a bit... still buggy (growlnotify, not growl.rb).
  * Fixes for -f (fast start) and last_mtime in general.
  * Fixes for 1.9 and rubinius

diffstat:

 devel/ZenTest/Makefile |  4 ++--
 devel/ZenTest/PLIST    |  6 +++++-
 devel/ZenTest/distinfo |  8 ++++----
 3 files changed, 11 insertions(+), 7 deletions(-)

diffs (61 lines):

diff -r 47b648d298ab -r 04727bee1735 devel/ZenTest/Makefile
--- a/devel/ZenTest/Makefile    Sun Jun 22 15:52:59 2008 +0000
+++ b/devel/ZenTest/Makefile    Sun Jun 22 15:54:37 2008 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.5 2008/04/04 15:30:00 jlam Exp $
+# $NetBSD: Makefile,v 1.6 2008/06/22 15:54:37 taca Exp $
 
-DISTNAME=      ZenTest-3.9.2
+DISTNAME=      ZenTest-3.10.0
 CATEGORIES=    devel
 
 MAINTAINER=    minskim%NetBSD.org@localhost
diff -r 47b648d298ab -r 04727bee1735 devel/ZenTest/PLIST
--- a/devel/ZenTest/PLIST       Sun Jun 22 15:52:59 2008 +0000
+++ b/devel/ZenTest/PLIST       Sun Jun 22 15:54:37 2008 +0000
@@ -1,6 +1,7 @@
-@comment $NetBSD: PLIST,v 1.3 2008/04/04 15:30:00 jlam Exp $
+@comment $NetBSD: PLIST,v 1.4 2008/06/22 15:54:37 taca Exp $
 bin/autotest
 bin/multiruby
+bin/multiruby_setup
 bin/rails_test_audit
 bin/unit_diff
 bin/zentest
@@ -14,6 +15,7 @@
 ${GEM_LIBDIR}/articles/how_to_use_zentest.txt
 ${GEM_LIBDIR}/bin/autotest
 ${GEM_LIBDIR}/bin/multiruby
+${GEM_LIBDIR}/bin/multiruby_setup
 ${GEM_LIBDIR}/bin/rails_test_audit
 ${GEM_LIBDIR}/bin/unit_diff
 ${GEM_LIBDIR}/bin/zentest
@@ -37,6 +39,7 @@
 ${GEM_LIBDIR}/lib/autotest/menu.rb
 ${GEM_LIBDIR}/lib/autotest/migrate.rb
 ${GEM_LIBDIR}/lib/autotest/notify.rb
+${GEM_LIBDIR}/lib/autotest/once.rb
 ${GEM_LIBDIR}/lib/autotest/pretty.rb
 ${GEM_LIBDIR}/lib/autotest/rails.rb
 ${GEM_LIBDIR}/lib/autotest/rcov.rb
@@ -46,6 +49,7 @@
 ${GEM_LIBDIR}/lib/autotest/snarl.rb
 ${GEM_LIBDIR}/lib/autotest/timestamp.rb
 ${GEM_LIBDIR}/lib/functional_test_matrix.rb
+${GEM_LIBDIR}/lib/multiruby.rb
 ${GEM_LIBDIR}/lib/test/rails.rb
 ${GEM_LIBDIR}/lib/test/rails/controller_test_case.rb
 ${GEM_LIBDIR}/lib/test/rails/functional_test_case.rb
diff -r 47b648d298ab -r 04727bee1735 devel/ZenTest/distinfo
--- a/devel/ZenTest/distinfo    Sun Jun 22 15:52:59 2008 +0000
+++ b/devel/ZenTest/distinfo    Sun Jun 22 15:54:37 2008 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2008/04/04 15:30:00 jlam Exp $
+$NetBSD: distinfo,v 1.4 2008/06/22 15:54:37 taca Exp $
 
-SHA1 (ZenTest-3.9.2.gem) = 0ff7d8651411befda655fc2ce54032a5bb4adfde
-RMD160 (ZenTest-3.9.2.gem) = 20490208282ca855c9f05c6d5db422d5b3bf3051
-Size (ZenTest-3.9.2.gem) = 78848 bytes
+SHA1 (ZenTest-3.10.0.gem) = 98b011a014a7820b61c56fbd5bfa170aaad7d57b
+RMD160 (ZenTest-3.10.0.gem) = 6bfa0b77995cea01ac587e299b2132b91e0c1fa0
+Size (ZenTest-3.10.0.gem) = 82432 bytes



Home | Main Index | Thread Index | Old Index