5912364797
## 1.8.0 * Constrain rubocop version to avoid breaking Travis CI builds (05e507f5) * Avoid calling Kernel#format from ObjectMethods#mocha_inspect - thanks to @hoffmanilya (#345) * Fix build matrix script (#346) * Avoid deprecation warning in gemspec (4976e0bc) * Removed link to documentation translation (ef428ea2) * Don't use the new bundler v2 in builds (683ded9b) * Moved documentation from https://gofreerange.com/mocha/docs to https://mocha.jamesmead.org/ [683ded...a17fde](https://github.com/freerange/mocha/compare/683ded...a17fde)
16 lines
423 B
Makefile
16 lines
423 B
Makefile
# $NetBSD: Makefile,v 1.26 2019/01/20 13:51:15 taca Exp $
|
|
|
|
DISTNAME= mocha-1.8.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
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|