d68389d75d
1.4.0 (2018/03/20) * Fix deprecation warning for assert_nil in ClassMethodTest (#308 & #309) * Display file and line number in deprecation warning - thanks to @chrisarcand (#310, #312 & #313) * Rename mocha/mini_test.rb to mocha/minitest.rb - thanks to @grosser (#320 & #322) * Fix warning when delegating to mock in Ruby 2.4 - thanks to @tjvc (#321 & #323) * Updates to Travis CI configuration (73af600..9732726 & 0426e5e)
14 lines
400 B
Makefile
14 lines
400 B
Makefile
# $NetBSD: Makefile,v 1.23 2018/03/23 13:57:53 taca Exp $
|
|
|
|
DISTNAME= mocha-1.4.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"
|