pkgsrc/devel/ruby-rspec-expectations/Makefile
taca 041d219909 devel/ruby-rspec-expectations: update to 3.9.2
Update ruby-rspec-expectations to 3.9.2.


### 3.9.2 / 2020-05-08

Bug Fixes:

* Issue a proper `ArgumentError` when invalid arguments are given to
  `yield_control` modifiers such as `at_least` et al. (Marc-Andr«±
  Lafortune, #1167)

* Prevent Ruby 2.7 keyword arguments warning from being issued by custom
  matcher definitions. (Jon Rowe, #1176)
2020-05-25 13:49:02 +00:00

15 lines
491 B
Makefile

# $NetBSD: Makefile,v 1.29 2020/05/25 13:49:02 taca Exp $
DISTNAME= rspec-expectations-3.9.2
CATEGORIES= devel
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://relishapp.com/rspec
COMMENT= Behaviour Driven Development framework for Ruby, expectations
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"