From 3f3a73b76e75d134365c8f6573343df4a0922f95 Mon Sep 17 00:00:00 2001 From: taca Date: Fri, 13 Mar 2015 13:58:13 +0000 Subject: [PATCH] Update ruby-simplecov to 0.9.2. ## Bugfixes 0.9.2, 2015-02-18 ([changes](https://github.com/colszowka/simplecov/compare/v0.9.1...v0.9.2)) ==================== This is a minor bugfix release for simplecov-html, released as `0.9.0`. Due to the tight version constraint in the gemspec a new release of simplecov had to be shipped to allow using simplecov-html `~> 0.9.0`. * The browser back / forward button should now work again. See [#36](https://github.com/colszowka/simplecov-html/pull/36) and [#35](https://github.com/colszowka/simplecov-html/pull/35). Thanks @whatasunnyday and @justinsteele for submitting PRs to fix this. * Fix "warning: possibly useless use of a variable in void context" See [#31](https://github.com/colszowka/simplecov-html/pull/31). Thanks @cbandy * Always use binary file format. See [#32](https://github.com/colszowka/simplecov-html/pull/32). Thanks @andy128k * Avoid slow file output with JRuby/Windows. See [#16](https://github.com/colszowka/simplecov-html/pull/16). Thanks @pschambacher Other than the release includes a bunch of mostly documentation improvements: * Update Rails path for Rails 4+. See [#336](https://github.com/colszowka/simplecov/pull/336). Thanks @yazinsai * Encourage use of .simplecov to avoid lost files. See [#338](https://github.com/colszowka/simplecov/pull/338). thanks @dankohn * Specified in the gemspec that simplecov needs ruby 1.8.7. See [#343](https://github.com/colszowka/simplecov/pull/343). thanks @iainbeeston * Fix mispointed link in CHANGELOG.md. See [#353](https://github.com/colszowka/simplecov/pull/353). Thanks @dleve123 * Improve command name docs. See [#356](https://github.com/colszowka/simplecov/pull/356). Thanks @gtd --- devel/ruby-simplecov/Makefile | 6 +++--- devel/ruby-simplecov/distinfo | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/devel/ruby-simplecov/Makefile b/devel/ruby-simplecov/Makefile index 6af4d21221e6c..b96525824c3cc 100644 --- a/devel/ruby-simplecov/Makefile +++ b/devel/ruby-simplecov/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.9 2015/02/02 15:07:34 taca Exp $ +# $NetBSD: Makefile,v 1.10 2015/03/13 13:58:13 taca Exp $ -DISTNAME= simplecov-0.9.1 +DISTNAME= simplecov-0.9.2 CATEGORIES= devel MAINTAINER= pkgsrc-users@NetBSD.org @@ -9,7 +9,7 @@ COMMENT= Code coverage for Ruby 1.9 LICENSE= gnu-gpl-v2 OR ruby-license DEPENDS+= ${RUBY_PKGPREFIX}-multi_json>=1.0<2:../../textproc/ruby-multi_json -DEPENDS+= ${RUBY_PKGPREFIX}-simplecov-html>=0.8.0<0.9:../../devel/ruby-simplecov-html +DEPENDS+= ${RUBY_PKGPREFIX}-simplecov-html>=0.9.0<0.10:../../devel/ruby-simplecov-html DEPENDS+= ${RUBY_PKGPREFIX}-docile>=1.1.0<1.2:../../devel/ruby-docile RUBY_VERSION_SUPPORTED= 21 200 193 diff --git a/devel/ruby-simplecov/distinfo b/devel/ruby-simplecov/distinfo index c0538e6ccc8df..f4cbdec115535 100644 --- a/devel/ruby-simplecov/distinfo +++ b/devel/ruby-simplecov/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.6 2015/02/02 15:07:34 taca Exp $ +$NetBSD: distinfo,v 1.7 2015/03/13 13:58:13 taca Exp $ -SHA1 (simplecov-0.9.1.gem) = f907cbdcee6a3766bb2b1a2e4509e073d1ff7dc4 -RMD160 (simplecov-0.9.1.gem) = 604d7a24612947a914845f7c7d9bd9a2172c3a7f -Size (simplecov-0.9.1.gem) = 49152 bytes +SHA1 (simplecov-0.9.2.gem) = 4c847aea6667064f3bb2febaf4e1052b9f174589 +RMD160 (simplecov-0.9.2.gem) = 65ebc5e32a89917922d9b1e399a1aef0c667f5a5 +Size (simplecov-0.9.2.gem) = 49664 bytes