pkgsrc/devel/ruby-rspec-mocks/Makefile
taca 4f00661128 devel/ruby-rspec-mocks: update to 3.9.1
Update ruby-rspec-mocks to 3.9.1.

### 3.9.1 / 2019-12-31
[Full Changelog](http://github.com/rspec/rspec-mocks/compare/v3.9.0...v3.9.1)

Bug Fixes:

* Trigger `RSpec::Mocks.configuration.verifying_double_callbacks` when using
  `allow_any_instance_of` or `expect_any_instance_of` (Daniel Orner, #1309)
2020-01-16 15:47:49 +00:00

15 lines
462 B
Makefile

# $NetBSD: Makefile,v 1.27 2020/01/16 15:47:49 taca Exp $
DISTNAME= rspec-mocks-3.9.1
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.9.0<3.10:../../devel/ruby-rspec-support
DEPENDS+= ${RUBY_PKGPREFIX}-diff-lcs<2:../../textproc/ruby-diff-lcs
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"