summaryrefslogtreecommitdiff
path: root/devel/ruby-mocha
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2015-02-01 14:50:43 +0000
committertaca <taca@pkgsrc.org>2015-02-01 14:50:43 +0000
commita6080a3ab11521e3c251aa7747e46f2abb90f40b (patch)
tree95dc8d06d54c8c3c6e74f875d6350c5a80e02e1f /devel/ruby-mocha
parentffad96904646071ccd3b61b54d566900fe7a9ee6 (diff)
downloadpkgsrc-a6080a3ab11521e3c251aa7747e46f2abb90f40b.tar.gz
Update ruby-mocha to 1.1.0.
# Release Notes ## 1.1.0 * Set visibility of any instance stub method. * Stub methods with a prepended method if there are other prepended methods. Thanks to @mrsimo. * Improve docs for `Mock#responds_like` & `#responds_like_instance_of`. * Use GitHub convention for instructions on contributing to Mocha. * Fix typos in docs. Thanks to @10io
Diffstat (limited to 'devel/ruby-mocha')
-rw-r--r--devel/ruby-mocha/Makefile4
-rw-r--r--devel/ruby-mocha/PLIST4
-rw-r--r--devel/ruby-mocha/distinfo8
3 files changed, 9 insertions, 7 deletions
diff --git a/devel/ruby-mocha/Makefile b/devel/ruby-mocha/Makefile
index e19ab59dc07..3160ff8f3bb 100644
--- a/devel/ruby-mocha/Makefile
+++ b/devel/ruby-mocha/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.19 2014/03/14 16:11:22 taca Exp $
+# $NetBSD: Makefile,v 1.20 2015/02/01 14:50:43 taca Exp $
-DISTNAME= mocha-1.0.0
+DISTNAME= mocha-1.1.0
CATEGORIES= devel
MAINTAINER= pkgsrc-users@NetBSD.org
diff --git a/devel/ruby-mocha/PLIST b/devel/ruby-mocha/PLIST
index 7bb67a362c5..09747928378 100644
--- a/devel/ruby-mocha/PLIST
+++ b/devel/ruby-mocha/PLIST
@@ -1,7 +1,8 @@
-@comment $NetBSD: PLIST,v 1.17 2014/03/14 16:11:22 taca Exp $
+@comment $NetBSD: PLIST,v 1.18 2015/02/01 14:50:43 taca Exp $
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_LIBDIR}/.gemtest
${GEM_LIBDIR}/.yardopts
+${GEM_LIBDIR}/CONTRIBUTING.md
${GEM_LIBDIR}/COPYING.md
${GEM_LIBDIR}/Gemfile
${GEM_LIBDIR}/MIT-LICENSE.md
@@ -144,6 +145,7 @@ ${GEM_LIBDIR}/test/acceptance/multiple_expectations_failure_message_test.rb
${GEM_LIBDIR}/test/acceptance/optional_parameters_test.rb
${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/raise_exception_test.rb
${GEM_LIBDIR}/test/acceptance/return_value_test.rb
${GEM_LIBDIR}/test/acceptance/sequence_test.rb
diff --git a/devel/ruby-mocha/distinfo b/devel/ruby-mocha/distinfo
index ce390a8fa55..30088281c85 100644
--- a/devel/ruby-mocha/distinfo
+++ b/devel/ruby-mocha/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.18 2014/03/14 16:11:22 taca Exp $
+$NetBSD: distinfo,v 1.19 2015/02/01 14:50:43 taca Exp $
-SHA1 (mocha-1.0.0.gem) = c680c151394c61d2a1a1f7d9e1d1c8d190751d7a
-RMD160 (mocha-1.0.0.gem) = 7dbf1a025d3188b18532b7946c026bbebcb1c240
-Size (mocha-1.0.0.gem) = 87040 bytes
+SHA1 (mocha-1.1.0.gem) = 688b422198a9115993ec24cb3349248e520a709c
+RMD160 (mocha-1.1.0.gem) = 8ab48d756f89cbc1ca187dba2b33aa73bc2fd338
+Size (mocha-1.1.0.gem) = 87552 bytes