pkgsrc/devel/ZenTest/PLIST
taca 5255d85594 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
2008-06-22 15:54:37 +00:00

85 lines
3 KiB
Text

@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
${GEM_HOME}/cache/ZenTest-${PKGVERSION}.gem
${GEM_LIBDIR}/History.txt
${GEM_LIBDIR}/Manifest.txt
${GEM_LIBDIR}/README.txt
${GEM_LIBDIR}/Rakefile
${GEM_LIBDIR}/articles/Article.css
${GEM_LIBDIR}/articles/getting_started_with_autotest.html
${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
${GEM_LIBDIR}/example.txt
${GEM_LIBDIR}/example1.rb
${GEM_LIBDIR}/example2.rb
${GEM_LIBDIR}/example_dot_autotest.rb
${GEM_LIBDIR}/lib/autotest.rb
${GEM_LIBDIR}/lib/autotest/autoupdate.rb
${GEM_LIBDIR}/lib/autotest/camping.rb
${GEM_LIBDIR}/lib/autotest/cctray.rb
${GEM_LIBDIR}/lib/autotest/discover.rb
${GEM_LIBDIR}/lib/autotest/emacs.rb
${GEM_LIBDIR}/lib/autotest/email_notify.rb
${GEM_LIBDIR}/lib/autotest/fixtures.rb
${GEM_LIBDIR}/lib/autotest/growl.rb
${GEM_LIBDIR}/lib/autotest/heckle.rb
${GEM_LIBDIR}/lib/autotest/html_report.rb
${GEM_LIBDIR}/lib/autotest/jabber_notify.rb
${GEM_LIBDIR}/lib/autotest/kdenotify.rb
${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
${GEM_LIBDIR}/lib/autotest/redgreen.rb
${GEM_LIBDIR}/lib/autotest/screen.rb
${GEM_LIBDIR}/lib/autotest/shame.rb
${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
${GEM_LIBDIR}/lib/test/rails/helper_test_case.rb
${GEM_LIBDIR}/lib/test/rails/ivar_proxy.rb
${GEM_LIBDIR}/lib/test/rails/pp_html_document.rb
${GEM_LIBDIR}/lib/test/rails/rake_tasks.rb
${GEM_LIBDIR}/lib/test/rails/render_tree.rb
${GEM_LIBDIR}/lib/test/rails/test_case.rb
${GEM_LIBDIR}/lib/test/rails/view_test_case.rb
${GEM_LIBDIR}/lib/test/zentest_assertions.rb
${GEM_LIBDIR}/lib/unit_diff.rb
${GEM_LIBDIR}/lib/zentest.rb
${GEM_LIBDIR}/lib/zentest_mapping.rb
${GEM_LIBDIR}/test/test_autotest.rb
${GEM_LIBDIR}/test/test_help.rb
${GEM_LIBDIR}/test/test_rails_autotest.rb
${GEM_LIBDIR}/test/test_rails_controller_test_case.rb
${GEM_LIBDIR}/test/test_rails_helper_test_case.rb
${GEM_LIBDIR}/test/test_rails_view_test_case.rb
${GEM_LIBDIR}/test/test_unit_diff.rb
${GEM_LIBDIR}/test/test_zentest.rb
${GEM_LIBDIR}/test/test_zentest_assertions.rb
${GEM_LIBDIR}/test/test_zentest_mapping.rb
${GEM_HOME}/specifications/ZenTest-${PKGVERSION}.gemspec
@dirrm ${GEM_LIBDIR}/test
@dirrm ${GEM_LIBDIR}/lib/test/rails
@dirrm ${GEM_LIBDIR}/lib/test
@dirrm ${GEM_LIBDIR}/lib/autotest
@dirrm ${GEM_LIBDIR}/lib
@dirrm ${GEM_LIBDIR}/bin
@dirrm ${GEM_LIBDIR}/articles
@dirrm ${GEM_LIBDIR}