pkgsrc/devel/ruby-rspec_junit_formatter/Makefile
taca 4bf8bc3d91 devel/ruby-rspec_junit_formatter: update to 0.4.1
Update ruby-rspec_junit_formatter to 0.4.1.


0.4.1 (2018-05-30)

Fixed

* Diff ANSI stripping now works for codes with multiple tags, too.

0.4.0 (2018/05/26)

Added

* Add support for including STDOUT and STDERR from tests in the JUnit output
  (see "Capturing output" in the readme for details).

Fixed

* When RSpec includes a diff in its output, strip out ANSI escape codes used
  to color it for shell display.
2020-06-07 16:00:05 +00:00

15 lines
460 B
Makefile

# $NetBSD: Makefile,v 1.4 2020/06/07 16:00:05 taca Exp $
DISTNAME= rspec_junit_formatter-0.4.1
CATEGORIES= devel
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/sj26/rspec_junit_formatter
COMMENT= RSpec JUnit XML formatter
LICENSE= mit
DEPENDS+= ${RUBY_PKGPREFIX}-builder<4:../../textproc/ruby-builder
DEPENDS+= ${RUBY_PKGPREFIX}-rspec-core>=2<4:../../devel/ruby-rspec-core
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"