summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2012-09-03 15:41:21 +0000
committertaca <taca@pkgsrc.org>2012-09-03 15:41:21 +0000
commit8b7725272761ef6f5cb3589c4714f1f4f510c5ac (patch)
tree87bae7bad3f4501e7e8506d5ab70b04cf4c835fd /devel
parente74776fae4b75702a565edb75ac32edffa25046d (diff)
downloadpkgsrc-8b7725272761ef6f5cb3589c4714f1f4f510c5ac.tar.gz
Update ruby-mocha to 0.12.3.
= 0.12.3 * Revert rename of undocumented internal module since it turns out Rails/ActiveSupport is relying on its existence. = 0.12.2 * Officially support minitest v3.3.0 (still monkey-patching) = 0.12.1 * Deprecation warning (instead of fail fast) if neither Test::Unit nor MiniTest is loaded. Fixes #88. * Remove deprecated access to `Mocha::Standalone`. * Remove the deprecated file `stubba.rb`. * Officially support test-unit v2.5.1 (still monkey-patching). * Improve the API acceptance test. = 0.12.0 * Fail fast if neither Test::Unit nor MiniTest is loaded. Fixes #40. * Officially support MiniTest up to v3.2.0 (still monkey-patching). * Officially support test-unit v2.5.0 (still monkey-patching). * Do not monkey-patch Test::Unit or MiniTest unless we *know* it's ok. * Add acceptance tests to demonstrate using a block as a custom parameter matcher. * Update Travis CI build status image to use the new build under the freerange account.
Diffstat (limited to 'devel')
-rw-r--r--devel/ruby-mocha/Makefile4
-rw-r--r--devel/ruby-mocha/PLIST15
-rw-r--r--devel/ruby-mocha/distinfo8
3 files changed, 16 insertions, 11 deletions
diff --git a/devel/ruby-mocha/Makefile b/devel/ruby-mocha/Makefile
index 22c67e041e9..6ef75680631 100644
--- a/devel/ruby-mocha/Makefile
+++ b/devel/ruby-mocha/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.12 2012/06/02 00:40:05 taca Exp $
+# $NetBSD: Makefile,v 1.13 2012/09/03 15:41:21 taca Exp $
-DISTNAME= mocha-0.11.4
+DISTNAME= mocha-0.12.3
CATEGORIES= devel
MAINTAINER= pkgsrc-users@NetBSD.org
diff --git a/devel/ruby-mocha/PLIST b/devel/ruby-mocha/PLIST
index 1b39f058ef1..ca3674a97b9 100644
--- a/devel/ruby-mocha/PLIST
+++ b/devel/ruby-mocha/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.10 2012/06/02 00:40:05 taca Exp $
+@comment $NetBSD: PLIST,v 1.11 2012/09/03 15:41:21 taca Exp $
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_LIBDIR}/.gemtest
${GEM_LIBDIR}/COPYING.rdoc
@@ -7,6 +7,7 @@ ${GEM_LIBDIR}/MIT-LICENSE.rdoc
${GEM_LIBDIR}/README.rdoc
${GEM_LIBDIR}/RELEASE.rdoc
${GEM_LIBDIR}/Rakefile
+${GEM_LIBDIR}/build-matrix.rb
${GEM_LIBDIR}/examples/misc.rb
${GEM_LIBDIR}/examples/mocha.rb
${GEM_LIBDIR}/examples/stubba.rb
@@ -16,6 +17,8 @@ ${GEM_LIBDIR}/gemfiles/Gemfile.minitest.1.4.1
${GEM_LIBDIR}/gemfiles/Gemfile.minitest.1.4.2
${GEM_LIBDIR}/gemfiles/Gemfile.minitest.2.0.0
${GEM_LIBDIR}/gemfiles/Gemfile.minitest.2.0.1
+${GEM_LIBDIR}/gemfiles/Gemfile.minitest.2.11.0
+${GEM_LIBDIR}/gemfiles/Gemfile.minitest.2.11.2
${GEM_LIBDIR}/gemfiles/Gemfile.minitest.2.3.0
${GEM_LIBDIR}/gemfiles/Gemfile.minitest.latest
${GEM_LIBDIR}/gemfiles/Gemfile.test-unit.2.0.0
@@ -37,6 +40,7 @@ ${GEM_LIBDIR}/lib/mocha/deprecation.rb
${GEM_LIBDIR}/lib/mocha/exception_raiser.rb
${GEM_LIBDIR}/lib/mocha/expectation.rb
${GEM_LIBDIR}/lib/mocha/expectation_error.rb
+${GEM_LIBDIR}/lib/mocha/expectation_error_factory.rb
${GEM_LIBDIR}/lib/mocha/expectation_list.rb
${GEM_LIBDIR}/lib/mocha/in_state_ordering_constraint.rb
${GEM_LIBDIR}/lib/mocha/inspect.rb
@@ -51,13 +55,16 @@ ${GEM_LIBDIR}/lib/mocha/integration/mini_test/version_141.rb
${GEM_LIBDIR}/lib/mocha/integration/mini_test/version_142_to_172.rb
${GEM_LIBDIR}/lib/mocha/integration/mini_test/version_200.rb
${GEM_LIBDIR}/lib/mocha/integration/mini_test/version_201_to_222.rb
-${GEM_LIBDIR}/lib/mocha/integration/mini_test/version_230_to_262.rb
+${GEM_LIBDIR}/lib/mocha/integration/mini_test/version_2110_to_2111.rb
+${GEM_LIBDIR}/lib/mocha/integration/mini_test/version_2112_to_320.rb
+${GEM_LIBDIR}/lib/mocha/integration/mini_test/version_230_to_2101.rb
+${GEM_LIBDIR}/lib/mocha/integration/mini_test/version_330.rb
${GEM_LIBDIR}/lib/mocha/integration/test_unit.rb
${GEM_LIBDIR}/lib/mocha/integration/test_unit/assertion_counter.rb
${GEM_LIBDIR}/lib/mocha/integration/test_unit/gem_version_200.rb
${GEM_LIBDIR}/lib/mocha/integration/test_unit/gem_version_201_to_202.rb
${GEM_LIBDIR}/lib/mocha/integration/test_unit/gem_version_203_to_220.rb
-${GEM_LIBDIR}/lib/mocha/integration/test_unit/gem_version_230_to_240.rb
+${GEM_LIBDIR}/lib/mocha/integration/test_unit/gem_version_230_to_251.rb
${GEM_LIBDIR}/lib/mocha/integration/test_unit/ruby_version_185_and_below.rb
${GEM_LIBDIR}/lib/mocha/integration/test_unit/ruby_version_186_and_above.rb
${GEM_LIBDIR}/lib/mocha/is_a.rb
@@ -107,7 +114,6 @@ ${GEM_LIBDIR}/lib/mocha/unexpected_invocation.rb
${GEM_LIBDIR}/lib/mocha/version.rb
${GEM_LIBDIR}/lib/mocha/yield_parameters.rb
${GEM_LIBDIR}/lib/mocha_standalone.rb
-${GEM_LIBDIR}/lib/stubba.rb
${GEM_LIBDIR}/mocha.gemspec
${GEM_LIBDIR}/test/acceptance/acceptance_test_helper.rb
${GEM_LIBDIR}/test/acceptance/api_test.rb
@@ -151,7 +157,6 @@ ${GEM_LIBDIR}/test/acceptance/stub_instance_method_defined_on_superclass_test.rb
${GEM_LIBDIR}/test/acceptance/stub_module_method_test.rb
${GEM_LIBDIR}/test/acceptance/stub_test.rb
${GEM_LIBDIR}/test/acceptance/stubba_example_test.rb
-${GEM_LIBDIR}/test/acceptance/stubba_test.rb
${GEM_LIBDIR}/test/acceptance/stubba_test_result_test.rb
${GEM_LIBDIR}/test/acceptance/stubbing_error_backtrace_test.rb
${GEM_LIBDIR}/test/acceptance/stubbing_frozen_object_test.rb
diff --git a/devel/ruby-mocha/distinfo b/devel/ruby-mocha/distinfo
index 8c50e5b2644..30f25660dcf 100644
--- a/devel/ruby-mocha/distinfo
+++ b/devel/ruby-mocha/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.11 2012/06/02 00:40:05 taca Exp $
+$NetBSD: distinfo,v 1.12 2012/09/03 15:41:21 taca Exp $
-SHA1 (mocha-0.11.4.gem) = 9890bf985e62e92c7b2fdf61771f0f6f451a80e8
-RMD160 (mocha-0.11.4.gem) = 9d316ce200f56483829d14f30f420364151e1add
-Size (mocha-0.11.4.gem) = 75776 bytes
+SHA1 (mocha-0.12.3.gem) = 6bb30dc20a076aa7914fcf9b00739679d69ca1f2
+RMD160 (mocha-0.12.3.gem) = 22b83f0ad64163396650270c1a3b7aa41b0ce110
+Size (mocha-0.12.3.gem) = 76800 bytes