pkgsrc/devel/ruby-rspec-core/Makefile
taca 0dca1e7bde devel/ruby-rspec-core: udpate to 3.9.1
Update ruby-rspec-core to 3.9.1.

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

Bug Fixes:

* Prevent bisect command from blocking when number of specs exceeds file
  descriptor limit on OSX or Linux. (Benoit Tigeot, #2669)
* Prevent warnings being issued on Ruby 2.7.0. (Jon Rowe, #2680)
2020-01-16 15:45:20 +00:00

18 lines
474 B
Makefile

# $NetBSD: Makefile,v 1.28 2020/01/16 15:45:20 taca Exp $
DISTNAME= rspec-core-3.9.1
CATEGORIES= devel
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://relishapp.com/rspec
COMMENT= Behaviour Driven Development framework for Ruby, core part
LICENSE= mit
DEPENDS+= ${RUBY_PKGPREFIX}-rspec-support>=3.9.1<3.10:../../devel/ruby-rspec-support
USE_LANGUAGES= # none
RUBYGEM_OPTIONS+= --format-executable
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"