summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2012-03-17 15:24:22 +0000
committertaca <taca@pkgsrc.org>2012-03-17 15:24:22 +0000
commit202100127d7ac0d1ed79ce0adf7d6189d3cfbee0 (patch)
treefdd921b1b7ec83c2e8a81f5d587d52ebee34a871 /devel
parent02614924b7c92b682402953bb1e2fef8c4670e99 (diff)
downloadpkgsrc-202100127d7ac0d1ed79ce0adf7d6189d3cfbee0.tar.gz
Update ruby-test-unit package to 2.4.8.
2.4.8 – 2012-3-6 It's a bug fix release. * Improvements - Delayed at_exit registration until Test::Unit is used. [GitHub:#21] [Reported by Jason Lunn] - Added workaround for test-spec. [GitHub:#22] [Reported by Cédric Boutillier] * Fixes - Fixed an error on code snippet display on JRuby. [GitHub:#19][GitHub:#20] [Reported by Jørgen P. Tjernø][Patch by Junegunn Choi] * Thanks Jørgen P. Tjernø Junegunn Choi Jason Lunn 2.4.7 – 2012-2-10 It’s a code snippet improvement release. * Improvements - Supported code snippet display on all faults. 2.4.6 – 2012-2-9 It’s a TAP runner separated release. * Improvements - Moved TAP runner to test-unit-runner-tap gem from test-unit gem. - Supported code snippet display on failure. 2.4.5 – 2012-1-16 It’s a failure message readability improvement release. * Improvements - Removed needless information from exception inspected text on failure. It’s for easy to read. - Supported custom inspector. 2.4.4 – 2012-1-2 It’s a Rails integration improved release. * Improvements - [ui][console] Don’t break progress display when a test is failed. - [ui][console] Added markers betwen a failure detail message in progress to improve visibility. - [travis] Dropped Ruby 1.8.6 as a test target. [GitHub:#13] [Patch by Josh Kalderimis] - Supported expected value == 0 case in assert_in_epsilon. [RubyForge#29485] [Reported by Syver Enstad] - Supported a block style setup/teardown/cleanup. * Thanks Josh Kalderimis Syver Enstad
Diffstat (limited to 'devel')
-rw-r--r--devel/ruby-test-unit/Makefile8
-rw-r--r--devel/ruby-test-unit/PLIST10
-rw-r--r--devel/ruby-test-unit/distinfo8
-rw-r--r--devel/ruby-test-unit/files/gemspec201
4 files changed, 10 insertions, 217 deletions
diff --git a/devel/ruby-test-unit/Makefile b/devel/ruby-test-unit/Makefile
index af5cca3e601..bdbeef51003 100644
--- a/devel/ruby-test-unit/Makefile
+++ b/devel/ruby-test-unit/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.7 2011/12/16 15:41:11 taca Exp $
+# $NetBSD: Makefile,v 1.8 2012/03/17 15:24:22 taca Exp $
-DISTNAME= test-unit-2.4.3
+DISTNAME= test-unit-2.4.8
CATEGORIES= devel
MAINTAINER= pkgsrc-users@NetBSD.org
@@ -8,9 +8,5 @@ HOMEPAGE= http://rubyforge.org/projects/test-unit/
COMMENT= Improved version of Test::Unit
LICENSE= ruby-license
-pre-configure:
- ${CP} ${FILESDIR}/gemspec ${GEM_SPECFILE}
- ${MV} ${WRKSRC}/bin/testrb ${WRKSRC}/bin/testrb2
-
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/devel/ruby-test-unit/PLIST b/devel/ruby-test-unit/PLIST
index 4659e769b86..c0b910644e3 100644
--- a/devel/ruby-test-unit/PLIST
+++ b/devel/ruby-test-unit/PLIST
@@ -1,5 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2011/12/16 15:41:11 taca Exp $
-bin/testrb2
+@comment $NetBSD: PLIST,v 1.5 2012/03/17 15:24:22 taca Exp $
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_LIBDIR}/COPYING
${GEM_LIBDIR}/GPL
@@ -7,12 +6,13 @@ ${GEM_LIBDIR}/PSFL
${GEM_LIBDIR}/README.textile
${GEM_LIBDIR}/Rakefile
${GEM_LIBDIR}/TODO
-${GEM_LIBDIR}/bin/testrb2
+${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.rb
${GEM_LIBDIR}/lib/test/unit/autorunner.rb
+${GEM_LIBDIR}/lib/test/unit/code-snippet-fetcher.rb
${GEM_LIBDIR}/lib/test/unit/collector.rb
${GEM_LIBDIR}/lib/test/unit/collector/descendant.rb
${GEM_LIBDIR}/lib/test/unit/collector/dir.rb
@@ -33,7 +33,6 @@ ${GEM_LIBDIR}/lib/test/unit/pending.rb
${GEM_LIBDIR}/lib/test/unit/priority.rb
${GEM_LIBDIR}/lib/test/unit/runner/console.rb
${GEM_LIBDIR}/lib/test/unit/runner/emacs.rb
-${GEM_LIBDIR}/lib/test/unit/runner/tap.rb
${GEM_LIBDIR}/lib/test/unit/runner/xml.rb
${GEM_LIBDIR}/lib/test/unit/testcase.rb
${GEM_LIBDIR}/lib/test/unit/testresult.rb
@@ -42,7 +41,6 @@ ${GEM_LIBDIR}/lib/test/unit/testsuitecreator.rb
${GEM_LIBDIR}/lib/test/unit/ui/console/outputlevel.rb
${GEM_LIBDIR}/lib/test/unit/ui/console/testrunner.rb
${GEM_LIBDIR}/lib/test/unit/ui/emacs/testrunner.rb
-${GEM_LIBDIR}/lib/test/unit/ui/tap/testrunner.rb
${GEM_LIBDIR}/lib/test/unit/ui/testrunner.rb
${GEM_LIBDIR}/lib/test/unit/ui/testrunnermediator.rb
${GEM_LIBDIR}/lib/test/unit/ui/testrunnerutilities.rb
@@ -66,6 +64,7 @@ ${GEM_LIBDIR}/test/fixtures/plus.csv
${GEM_LIBDIR}/test/run-test.rb
${GEM_LIBDIR}/test/test-assertions.rb
${GEM_LIBDIR}/test/test-attribute.rb
+${GEM_LIBDIR}/test/test-code-snippet.rb
${GEM_LIBDIR}/test/test-color-scheme.rb
${GEM_LIBDIR}/test/test-color.rb
${GEM_LIBDIR}/test/test-data.rb
@@ -82,7 +81,6 @@ ${GEM_LIBDIR}/test/test_failure.rb
${GEM_LIBDIR}/test/test_testresult.rb
${GEM_LIBDIR}/test/test_testsuite.rb
${GEM_LIBDIR}/test/testunit-test-util.rb
-${GEM_LIBDIR}/test/ui/test_tap.rb
${GEM_LIBDIR}/test/ui/test_testrunmediator.rb
${GEM_LIBDIR}/test/util/test-method-owner-finder.rb
${GEM_LIBDIR}/test/util/test-output.rb
diff --git a/devel/ruby-test-unit/distinfo b/devel/ruby-test-unit/distinfo
index b25abe86dde..21151d71f7d 100644
--- a/devel/ruby-test-unit/distinfo
+++ b/devel/ruby-test-unit/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.7 2011/12/16 15:41:11 taca Exp $
+$NetBSD: distinfo,v 1.8 2012/03/17 15:24:22 taca Exp $
-SHA1 (test-unit-2.4.3.gem) = f3966c9837dae35c5866ac6a699d226796b58775
-RMD160 (test-unit-2.4.3.gem) = ee02f120b84a822e871c1a52dc277ec42171f0ca
-Size (test-unit-2.4.3.gem) = 96256 bytes
+SHA1 (test-unit-2.4.8.gem) = 5835a8773c72b2d3524487ff946846e9b724784e
+RMD160 (test-unit-2.4.8.gem) = ab1be24e4301f0253d33ed52e4118d6013af9cd0
+Size (test-unit-2.4.8.gem) = 96768 bytes
diff --git a/devel/ruby-test-unit/files/gemspec b/devel/ruby-test-unit/files/gemspec
deleted file mode 100644
index f007f761548..00000000000
--- a/devel/ruby-test-unit/files/gemspec
+++ /dev/null
@@ -1,201 +0,0 @@
---- !ruby/object:Gem::Specification
-name: test-unit
-version: !ruby/object:Gem::Version
- hash: 25
- prerelease:
- segments:
- - 2
- - 4
- - 3
- version: 2.4.3
-platform: ruby
-authors:
-- Kouhei Sutou
-- Haruka Yoshihara
-autorequire:
-bindir: bin
-cert_chain: []
-
-date: 2011-12-11 00:00:00 Z
-dependencies:
-- !ruby/object:Gem::Dependency
- version_requirements: &id001 !ruby/object:Gem::Requirement
- none: false
- requirements:
- - - ">="
- - !ruby/object:Gem::Version
- hash: 3
- segments:
- - 0
- version: "0"
- name: rake
- prerelease: false
- type: :development
- requirement: *id001
-- !ruby/object:Gem::Dependency
- version_requirements: &id002 !ruby/object:Gem::Requirement
- none: false
- requirements:
- - - ">="
- - !ruby/object:Gem::Version
- hash: 3
- segments:
- - 0
- version: "0"
- name: yard
- prerelease: false
- type: :development
- requirement: *id002
-- !ruby/object:Gem::Dependency
- version_requirements: &id003 !ruby/object:Gem::Requirement
- none: false
- requirements:
- - - ">="
- - !ruby/object:Gem::Version
- hash: 3
- segments:
- - 0
- version: "0"
- name: jeweler
- prerelease: false
- type: :development
- requirement: *id003
-description: |
- Ruby 1.9.x bundles minitest not Test::Unit. Test::Unit
- bundled in Ruby 1.8.x had not been improved but unbundled
- Test::Unit (test-unit 2) will be improved actively.
-
-email:
-- kou@cozmixng.org
-- yoshihara@clear-code.com
-executables:
-- testrb2
-extensions: []
-
-extra_rdoc_files:
-- README.textile
-- TODO
-files:
-- COPYING
-- GPL
-- PSFL
-- README.textile
-- Rakefile
-- TODO
-- bin/testrb2
-- lib/test/unit.rb
-- lib/test/unit/assertionfailederror.rb
-- lib/test/unit/assertions.rb
-- lib/test/unit/attribute.rb
-- lib/test/unit/autorunner.rb
-- lib/test/unit/collector.rb
-- lib/test/unit/collector/descendant.rb
-- lib/test/unit/collector/dir.rb
-- lib/test/unit/collector/load.rb
-- lib/test/unit/collector/objectspace.rb
-- lib/test/unit/collector/xml.rb
-- lib/test/unit/color-scheme.rb
-- lib/test/unit/color.rb
-- lib/test/unit/data.rb
-- lib/test/unit/diff.rb
-- lib/test/unit/error.rb
-- lib/test/unit/exceptionhandler.rb
-- lib/test/unit/failure.rb
-- lib/test/unit/fixture.rb
-- lib/test/unit/notification.rb
-- lib/test/unit/omission.rb
-- lib/test/unit/pending.rb
-- lib/test/unit/priority.rb
-- lib/test/unit/runner/console.rb
-- lib/test/unit/runner/emacs.rb
-- lib/test/unit/runner/tap.rb
-- lib/test/unit/runner/xml.rb
-- lib/test/unit/testcase.rb
-- lib/test/unit/testresult.rb
-- lib/test/unit/testsuite.rb
-- lib/test/unit/testsuitecreator.rb
-- lib/test/unit/ui/console/outputlevel.rb
-- lib/test/unit/ui/console/testrunner.rb
-- lib/test/unit/ui/emacs/testrunner.rb
-- lib/test/unit/ui/tap/testrunner.rb
-- lib/test/unit/ui/testrunner.rb
-- lib/test/unit/ui/testrunnermediator.rb
-- lib/test/unit/ui/testrunnerutilities.rb
-- lib/test/unit/ui/xml/testrunner.rb
-- lib/test/unit/util/backtracefilter.rb
-- lib/test/unit/util/method-owner-finder.rb
-- lib/test/unit/util/observable.rb
-- lib/test/unit/util/output.rb
-- lib/test/unit/util/procwrapper.rb
-- lib/test/unit/version.rb
-- sample/adder.rb
-- sample/subtracter.rb
-- sample/test_adder.rb
-- sample/test_subtracter.rb
-- sample/test_user.rb
-- test/collector/test-descendant.rb
-- test/collector/test-load.rb
-- test/collector/test_dir.rb
-- test/collector/test_objectspace.rb
-- test/fixtures/plus.csv
-- test/run-test.rb
-- test/test-assertions.rb
-- test/test-attribute.rb
-- test/test-color-scheme.rb
-- test/test-color.rb
-- test/test-data.rb
-- test/test-diff.rb
-- test/test-emacs-runner.rb
-- test/test-fixture.rb
-- test/test-notification.rb
-- test/test-omission.rb
-- test/test-pending.rb
-- test/test-priority.rb
-- test/test-testcase.rb
-- test/test_error.rb
-- test/test_failure.rb
-- test/test_testresult.rb
-- test/test_testsuite.rb
-- test/testunit-test-util.rb
-- test/ui/test_tap.rb
-- test/ui/test_testrunmediator.rb
-- test/util/test-method-owner-finder.rb
-- test/util/test-output.rb
-- test/util/test_backtracefilter.rb
-- test/util/test_observable.rb
-- test/util/test_procwrapper.rb
-homepage: http://test-unit.rubyforge.org/
-licenses:
-- Ruby's and PSFL (lib/test/unit/diff.rb)
-post_install_message:
-rdoc_options: []
-
-require_paths:
-- lib
-required_ruby_version: !ruby/object:Gem::Requirement
- none: false
- requirements:
- - - ">="
- - !ruby/object:Gem::Version
- hash: 3
- segments:
- - 0
- version: "0"
-required_rubygems_version: !ruby/object:Gem::Requirement
- none: false
- requirements:
- - - ">="
- - !ruby/object:Gem::Version
- hash: 3
- segments:
- - 0
- version: "0"
-requirements: []
-
-rubyforge_project: test-unit
-rubygems_version: 1.8.10
-signing_key:
-specification_version: 3
-summary: test-unit 2 - Improved version of Test::Unit bundled in Ruby 1.8.x.
-test_files: []
-