Skip to content

Commit

Permalink
Update ruby-simplecov to 0.11.2.
Browse files Browse the repository at this point in the history
## Enhancements

## Bugfixes

0.11.2 2016-02-03 ([changes](simplecov-ruby/simplecov@v0.11.1...v0.11.2))
=================

## Enhancements

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

## Bugfixes

* Fix root_filter evaluates SimpleCov.root before initialization. See [#437](simplecov-ruby/simplecov#437) (thanks @tmtm)
  • Loading branch information
taca committed Feb 16, 2016
1 parent c010475 commit 338f9fb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions devel/ruby-simplecov/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.14 2015/12/12 14:36:38 taca Exp $
# $NetBSD: Makefile,v 1.15 2016/02/16 16:03:52 taca Exp $

DISTNAME= simplecov-0.11.1
DISTNAME= simplecov-0.11.2
CATEGORIES= devel

MAINTAINER= pkgsrc-users@NetBSD.org
Expand Down
10 changes: 5 additions & 5 deletions devel/ruby-simplecov/distinfo
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.11 2015/12/12 14:36:38 taca Exp $
$NetBSD: distinfo,v 1.12 2016/02/16 16:03:52 taca Exp $

SHA1 (simplecov-0.11.1.gem) = 8815e09168c16afd8a288cfc987826e9971199c1
RMD160 (simplecov-0.11.1.gem) = 082ce170dce41cd90da72d8f8c2ae94a7fff61a5
SHA512 (simplecov-0.11.1.gem) = b7132a7ba76aa35d6961925d68dda240fc3efab8f0c0ad87403a49bf5f7324bef7b3a368fd9047c6b5561a532f12f9b42f743f56385af53ae64871407be29f33
Size (simplecov-0.11.1.gem) = 54272 bytes
SHA1 (simplecov-0.11.2.gem) = bba64b992f4826e7ad958cbc2f6b5aca5fde3530
RMD160 (simplecov-0.11.2.gem) = 3920d5df6b8fee3d96342a0e07ca4ce25c9903d3
SHA512 (simplecov-0.11.2.gem) = c93ea47a6e3c9b62fd83adf1e480da66fc82ce50106b1749a9d94b7e90ef2aaf34c14c67b1ac12268765695da62895b12f060051a05c26dac41ed7df7575e3f3
Size (simplecov-0.11.2.gem) = 54784 bytes

0 comments on commit 338f9fb

Please sign in to comment.