pkgsrc/devel/ruby-mocha/Makefile
taca 90585d4458 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
2015-02-01 14:50:43 +00:00

14 lines
400 B
Makefile

# $NetBSD: Makefile,v 1.20 2015/02/01 14:50:43 taca Exp $
DISTNAME= mocha-1.1.0
CATEGORIES= devel
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://gofreerange.com/mocha/docs/
COMMENT= Ruby library for mocking and stubbing
LICENSE= ruby-license OR mit
DEPENDS+= ${RUBY_PKGPREFIX}-metaclass>=0.0.1<0.1:../../devel/ruby-metaclass
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"