3.10.2 / 2021-01-27 Bug Fixes: * Support keyword arguments with and_call_original on Ruby 3.0. (Bryan Powell, #1385) * RSpec::Mocks::Constant#previously_defined? is now always a boolean. (Phil Pirozhkov, #1397) * Support keyword arguments on Ruby 3.0 when used with expect_any_instance_of or allow_any_instance_of with and_call_original. (Jess Hottenstein, #1407)
15 lines
464 B
Makefile
15 lines
464 B
Makefile
# $NetBSD: Makefile,v 1.29 2021/02/03 14:17:20 taca Exp $
|
|
|
|
DISTNAME= rspec-mocks-3.10.2
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://relishapp.com/rspec
|
|
COMMENT= This is test-double framework for rspec
|
|
LICENSE= mit
|
|
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-rspec-support>=3.10.0<3.11:../../devel/ruby-rspec-support
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-diff-lcs<2:../../textproc/ruby-diff-lcs
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|