pkgsrc/sysutils/ruby-serverspec/Makefile
taca 905745d948 sysutils/ruby-serverspec: update to 2.41.8
2.14.6 (2021-06-18)

* Normalize openssl issuer and subject
* use localcert for older rubies on appvayor test
* Remove Ruby 1.8.7 from .travis.yml

2.41.7 (2021-06-21)

* Fixed infinite loop in subject of x509_certificate

2.41.8 (2021-06-24)

* Add a command method in Command
2021-09-19 17:27:58 +00:00

19 lines
646 B
Makefile

# $NetBSD: Makefile,v 1.6 2021/09/19 17:27:58 taca Exp $
DISTNAME= serverspec-2.41.8
CATEGORIES= sysutils
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://serverspec.org/
COMMENT= RSpec tests for your servers configured by Puppet and more
LICENSE= mit
DEPENDS+= ${RUBY_PKGPREFIX}-rspec>=3.0<4:../../devel/ruby-rspec
DEPENDS+= ${RUBY_PKGPREFIX}-rspec-its>=0:../../devel/ruby-rspec-its
DEPENDS+= ${RUBY_PKGPREFIX}-multi_json>=0:../../textproc/ruby-multi_json
DEPENDS+= ${RUBY_PKGPREFIX}-specinfra>=2.72<3:../../sysutils/ruby-specinfra
RUBYGEM_OPTIONS+= --format-executable
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"