pkgsrc/devel/ruby-simplecov/Makefile
taca e7752bf2e4 Update ruby-simplecov to 0.11.2.
## Enhancements

## Bugfixes

0.11.2 2016-02-03 ([changes](https://github.com/colszowka/simplecov/compare/v0.11.1...v0.11.2))
=================

## Enhancements

* Do not globally pollute Array and Hash with `merge_resultset` utility methods. See [#449](https://github.com/colszowka/simplecov/pull/449) (thanks @amatsuda)
* Do not `mkdir_p` the `coverage_path` on every access of the method (See [#453](https://github.com/colszowka/simplecov/pull/453) (thanks @paddor)
* Fixes a Ruby warning related to the `track_files` configuration. See [#447](https://github.com/colszowka/simplecov/pull/447) (thanks @craiglittle)
* Add a group for background jobs to default Rails profile. See [#442](https://github.com/colszowka/simplecov/pull/442) (thanks @stve)

## Bugfixes

* Fix root_filter evaluates SimpleCov.root before initialization. See [#437](https://github.com/colszowka/simplecov/pull/437) (thanks @tmtm)
2016-02-16 16:03:52 +00:00

19 lines
507 B
Makefile

# $NetBSD: Makefile,v 1.15 2016/02/16 16:03:52 taca Exp $
DISTNAME= simplecov-0.11.2
CATEGORIES= devel
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://github.com/colszowka/simplecov
COMMENT= Code coverage for Ruby 1.9
LICENSE= mit
DEPENDS+= ${RUBY_PKGPREFIX}-simplecov-html>=0.10.0<0.11:../../devel/ruby-simplecov-html
DEPENDS+= ${RUBY_PKGPREFIX}-docile>=1.1.0<1.2:../../devel/ruby-docile
USE_LANGUAGES= # none
RUBY_JSON_REQD= 1.8
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"