Skip to content

Commit

Permalink
Update ruby-mocha to 0.13.2.
Browse files Browse the repository at this point in the history
# 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.
  • Loading branch information
taca committed Feb 11, 2013
1 parent c126688 commit a85c5f1
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
4 changes: 2 additions & 2 deletions devel/ruby-mocha/Makefile
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 3 additions & 1 deletion devel/ruby-mocha/PLIST
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
8 changes: 4 additions & 4 deletions devel/ruby-mocha/distinfo
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit a85c5f1

Please sign in to comment.