pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/ruby-mocha devel/ruby-mocha: update...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/70683d54a7d9
branches:  trunk
changeset: 307322:70683d54a7d9
user:      taca <taca%pkgsrc.org@localhost>
date:      Sun May 06 01:56:35 2018 +0000
description:
devel/ruby-mocha: update to 1.5.0

## 1.5.0

* Prevent use of Mocha outside the context of a test/example - thanks to @andyw8 & @lzap (#327)

diffstat:

 devel/ruby-mocha/Makefile |   4 ++--
 devel/ruby-mocha/PLIST    |   5 ++++-
 devel/ruby-mocha/distinfo |  10 +++++-----
 3 files changed, 11 insertions(+), 8 deletions(-)

diffs (60 lines):

diff -r b13b09df0d0c -r 70683d54a7d9 devel/ruby-mocha/Makefile
--- a/devel/ruby-mocha/Makefile Sun May 06 01:51:54 2018 +0000
+++ b/devel/ruby-mocha/Makefile Sun May 06 01:56:35 2018 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.23 2018/03/23 13:57:53 taca Exp $
+# $NetBSD: Makefile,v 1.24 2018/05/06 01:56:35 taca Exp $
 
-DISTNAME=      mocha-1.4.0
+DISTNAME=      mocha-1.5.0
 CATEGORIES=    devel
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
diff -r b13b09df0d0c -r 70683d54a7d9 devel/ruby-mocha/PLIST
--- a/devel/ruby-mocha/PLIST    Sun May 06 01:51:54 2018 +0000
+++ b/devel/ruby-mocha/PLIST    Sun May 06 01:56:35 2018 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.21 2018/03/23 13:57:53 taca Exp $
+@comment $NetBSD: PLIST,v 1.22 2018/05/06 01:56:35 taca Exp $
 ${GEM_HOME}/cache/${GEM_NAME}.gem
 ${GEM_LIBDIR}/.gemtest
 ${GEM_LIBDIR}/.yardopts
@@ -40,6 +40,7 @@
 ${GEM_LIBDIR}/lib/mocha/deprecation.rb
 ${GEM_LIBDIR}/lib/mocha/detection/mini_test.rb
 ${GEM_LIBDIR}/lib/mocha/detection/test_unit.rb
+${GEM_LIBDIR}/lib/mocha/error_with_filtered_backtrace.rb
 ${GEM_LIBDIR}/lib/mocha/exception_raiser.rb
 ${GEM_LIBDIR}/lib/mocha/expectation.rb
 ${GEM_LIBDIR}/lib/mocha/expectation_error.rb
@@ -86,6 +87,7 @@
 ${GEM_LIBDIR}/lib/mocha/multiple_yields.rb
 ${GEM_LIBDIR}/lib/mocha/names.rb
 ${GEM_LIBDIR}/lib/mocha/no_yields.rb
+${GEM_LIBDIR}/lib/mocha/not_initialized_error.rb
 ${GEM_LIBDIR}/lib/mocha/object_methods.rb
 ${GEM_LIBDIR}/lib/mocha/parameter_matchers.rb
 ${GEM_LIBDIR}/lib/mocha/parameter_matchers/all_of.rb
@@ -149,6 +151,7 @@
 ${GEM_LIBDIR}/test/acceptance/parameter_matcher_test.rb
 ${GEM_LIBDIR}/test/acceptance/partial_mocks_test.rb
 ${GEM_LIBDIR}/test/acceptance/prepend_test.rb
+${GEM_LIBDIR}/test/acceptance/prevent_use_of_mocha_outside_test_test.rb
 ${GEM_LIBDIR}/test/acceptance/raise_exception_test.rb
 ${GEM_LIBDIR}/test/acceptance/return_value_test.rb
 ${GEM_LIBDIR}/test/acceptance/sequence_test.rb
diff -r b13b09df0d0c -r 70683d54a7d9 devel/ruby-mocha/distinfo
--- a/devel/ruby-mocha/distinfo Sun May 06 01:51:54 2018 +0000
+++ b/devel/ruby-mocha/distinfo Sun May 06 01:56:35 2018 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.23 2018/03/23 13:57:53 taca Exp $
+$NetBSD: distinfo,v 1.24 2018/05/06 01:56:35 taca Exp $
 
-SHA1 (mocha-1.4.0.gem) = c60850e2b719337054789afb7c72dbde1246f5b2
-RMD160 (mocha-1.4.0.gem) = 2d24e9cac2d8bfacd847a062533d7bb6539911c9
-SHA512 (mocha-1.4.0.gem) = 54953d815cddf52deccdddcebc9a9880fa2f14cab9f4ee1e164bfa3afe095d56b409312149341d1bf84fb336ed23512e7acce371135f8a2a1bb16f1de7acff1d
-Size (mocha-1.4.0.gem) = 92672 bytes
+SHA1 (mocha-1.5.0.gem) = 91e5df3e6a4a78a573bb75a6802f788b803ffe08
+RMD160 (mocha-1.5.0.gem) = 49055342394e2f3e4dc02f5f27395b1f441820a7
+SHA512 (mocha-1.5.0.gem) = dd4e37f2d3e65fbaafb9bad345419a042682c5db33ee1787b65db1d0889418463d32c87deeddd2b953e0024ea55a5a36b816712e94b4ca740a6163c6ee51dc85
+Size (mocha-1.5.0.gem) = 93184 bytes



Home | Main Index | Thread Index | Old Index