diff options
author | taca <taca@pkgsrc.org> | 2017-03-20 12:32:45 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2017-03-20 12:32:45 +0000 |
commit | fa75e1bb1c6c51f8cd5013f2330f9151d6787e3b (patch) | |
tree | 92a4db95aa693ca293d86ac498a916ca70b4abf4 /devel/ruby-simplecov/distinfo | |
parent | b5d88da95dde3e9d7f9ee5f108e5b446f21780e5 (diff) | |
download | pkgsrc-fa75e1bb1c6c51f8cd5013f2330f9151d6787e3b.tar.gz |
Update ruby-simplecov to 0.14.1.
0.14.1 2017-03-18 ([changes](https://github.com/colszowka/simplecov/compare/v0.14.0...v0.14.1))
========
## Bugfixes
* Files that were skipped as a whole/had no relevant coverage could lead to Float errors. See [#564](https://github.com/colszowka/simplecov/pull/564) (thanks to @stevehanson for the report in [#563](https://github.com/colszowka/simplecov/issues/563))
0.14.0 2017-03-15 ([changes](https://github.com/colszowka/simplecov/compare/v0.13.0...v0.14.0))
==========
## Enhancements
* Officially support JRuby 9.1+ going forward (should also work with previous releases). See [#547](https://github.com/colszowka/simplecov/pull/547) (ping @PragTob when encountering issues)
* Add Channel group to Rails profile, when `ActionCable` is loaded. See [#492](https://github.com/colszowka/simplecov/pull/492) (thanks @BenMorganIO)
* Stop `extend`ing instances of `Array` and `Hash` during merging results avoiding problems frozen results while manually merging results. See [#558](https://github.com/colszowka/simplecov/pull/558) (thanks @aroben)
## Bugfixes
* Fix parallel_tests when a thread ends up running no tests. See [#533](https://github.com/colszowka/simplecov/pull/533) (thanks @cshaffer)
* Skip the `:nocov:` comments along with the code that they skip. See [#551](https://github.com/colszowka/simplecov/pull/551) (thanks @ebiven)
* Fix crash when Home environment variable is unset. See [#482](https://github.com/colszowka/simplecov/pull/482) (thanks @waldyr)
* Make track_files work again when explicitly setting it to nil. See [#463](https://github.com/colszowka/simplecov/pull/463) (thanks @craiglittle)
* Do not overwrite .last_run.json file when refuse_coverage_drop option is enabled and the coverage has dropped (lead to you being able to just rerun tests and everything was _fine_). See [#553](https://github.com/colszowka/simplecov/pull/553) (thanks @Miloshes)
0.13.0 2016-01-25 ([changes](https://github.com/colszowka/simplecov/compare/v0.12.0...v0.13.0))
==========
## Enhancements
* Faster run times when a very large number of files is loaded into SimpleCov. See [#520](https://github.com/colszowka/simplecov/pull/520) (thanks @alyssais)
* Only read in source code files that are actually used (faster when files are ignored etc.). See [#540](https://github.com/colszowka/simplecov/pull/540) (tahks @yui-knk)
## Bugfixes
* Fix merging of resultsets if a file is missing on one side. See [#513](https://github.com/colszowka/simplecov/pull/513) (thanks @hanazuki)
* Fix Ruby 2.4 deprecation warnings by using Integer instead of Fixnum. See [#523](https://github.com/colszowka/simplecov/pull/523) (thanks @nobu)
* Force Ruby 2 to json 2. See [dc7417d50](https://github.com/colszowka/simplecov/commit/dc7417d5049b1809cea214314c15dd93a5dd964f) (thanks @amatsuda)
* Various other gem dependency fixes for different gems on different ruby versions. (thanks @amatsuda)
Diffstat (limited to 'devel/ruby-simplecov/distinfo')
-rw-r--r-- | devel/ruby-simplecov/distinfo | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/devel/ruby-simplecov/distinfo b/devel/ruby-simplecov/distinfo index 35833b872ec..ca605143d14 100644 --- a/devel/ruby-simplecov/distinfo +++ b/devel/ruby-simplecov/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.13 2016/10/09 15:09:02 taca Exp $ +$NetBSD: distinfo,v 1.14 2017/03/20 12:32:45 taca Exp $ -SHA1 (simplecov-0.12.0.gem) = d988d8e204f55275678491c39cb4ca599d4a6956 -RMD160 (simplecov-0.12.0.gem) = 8e5d1ee6ea5dc743d8d6b37faa772ecf8358927e -SHA512 (simplecov-0.12.0.gem) = 759a7aae2552deb5f1e213c7547f688a34d56e7baa9ce914b25ae8e43515b09e90d15ce9de5b651bc70a439beed4041f0c8c7c3dc0113dedfb7bcb80dacf9edd -Size (simplecov-0.12.0.gem) = 54784 bytes +SHA1 (simplecov-0.14.1.gem) = fd22e7ff3aa026491f660a3100770b02c083c890 +RMD160 (simplecov-0.14.1.gem) = e81a3546b17cd506a36e710cbafde0389258617f +SHA512 (simplecov-0.14.1.gem) = 7b62fef6df1d3b395b03a5444d65430ae645aca7c13e6694f4377b35a82c0b4503e5d53a94512ff06e634a6d81331a8bce31787dba793517ecd3e502220afbaf +Size (simplecov-0.14.1.gem) = 58880 bytes |