diff options
author | taca <taca> | 2013-02-11 02:54:18 +0000 |
---|---|---|
committer | taca <taca> | 2013-02-11 02:54:18 +0000 |
commit | c1334206de3cfb60abf8f63966bb3da194a07909 (patch) | |
tree | 4ccc0046a7beafe21eef5c93ba8d337225285bf3 /devel/ruby-mocha | |
parent | f210d4707fa5c8476ecf81e8eaabf5a55115971f (diff) | |
download | pkgsrc-c1334206de3cfb60abf8f63966bb3da194a07909.tar.gz |
Update ruby-mocha to 0.13.2.
# Release Notes
## 0.13.2
* Stubbing of methods re-declared with different visibilty. Fixes #109.
* Add `Mock#responds_like_instance_of`. Fixes #119.
* Make `Expectation#inspect` less verbose and more useful. Fixes #122.
* Make unit tests more robust to changes in environment. Fixes #121.
* Update README in an attempt to head Rails-related issues off at the pass.
* Add a Gem Badge to provide a link to Mocha on Rubygems.
* Make documentation example consistent with other examples.
Diffstat (limited to 'devel/ruby-mocha')
-rw-r--r-- | devel/ruby-mocha/Makefile | 4 | ||||
-rw-r--r-- | devel/ruby-mocha/PLIST | 4 | ||||
-rw-r--r-- | devel/ruby-mocha/distinfo | 8 |
3 files changed, 9 insertions, 7 deletions
diff --git a/devel/ruby-mocha/Makefile b/devel/ruby-mocha/Makefile index 8e99bda723a..b488e500275 100644 --- a/devel/ruby-mocha/Makefile +++ b/devel/ruby-mocha/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.15 2012/12/16 16:28:07 taca Exp $ +# $NetBSD: Makefile,v 1.16 2013/02/11 02:54:18 taca Exp $ -DISTNAME= mocha-0.13.1 +DISTNAME= mocha-0.13.2 CATEGORIES= devel MAINTAINER= pkgsrc-users@NetBSD.org diff --git a/devel/ruby-mocha/PLIST b/devel/ruby-mocha/PLIST index b15d00277ab..550d3c9c5cf 100644 --- a/devel/ruby-mocha/PLIST +++ b/devel/ruby-mocha/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.13 2012/12/16 16:28:07 taca Exp $ +@comment $NetBSD: PLIST,v 1.14 2013/02/11 02:54:19 taca Exp $ ${GEM_HOME}/cache/${GEM_NAME}.gem ${GEM_LIBDIR}/.gemtest ${GEM_LIBDIR}/.yardopts @@ -236,4 +236,6 @@ ${GEM_LIBDIR}/test/unit/state_machine_test.rb ${GEM_LIBDIR}/test/unit/string_inspect_test.rb ${GEM_LIBDIR}/test/unit/thrower_test.rb ${GEM_LIBDIR}/test/unit/yield_parameters_test.rb +${GEM_LIBDIR}/yard-templates/default/layout/html/google_analytics.erb +${GEM_LIBDIR}/yard-templates/default/layout/html/setup.rb ${GEM_HOME}/specifications/${GEM_NAME}.gemspec diff --git a/devel/ruby-mocha/distinfo b/devel/ruby-mocha/distinfo index 41986969814..cdb1e126dc5 100644 --- a/devel/ruby-mocha/distinfo +++ b/devel/ruby-mocha/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.14 2012/12/16 16:28:07 taca Exp $ +$NetBSD: distinfo,v 1.15 2013/02/11 02:54:19 taca Exp $ -SHA1 (mocha-0.13.1.gem) = b02818d6975d6d64a95094bb4c78e67d58f0485d -RMD160 (mocha-0.13.1.gem) = 6d3fcdf62fe46ea7177755d8c7b47eeda678439c -Size (mocha-0.13.1.gem) = 79872 bytes +SHA1 (mocha-0.13.2.gem) = da112555fcd51f61fded424de771ae111f13df03 +RMD160 (mocha-0.13.2.gem) = c9f31a110c61f247754e3ff4a8082807b1c1a3cd +Size (mocha-0.13.2.gem) = 81408 bytes |