Skip to content

Commit

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

0.9.2, 2015-02-18 ([changes](simplecov-ruby/simplecov@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](simplecov-ruby/simplecov-html#36) and
    [#35](simplecov-ruby/simplecov-html#35). Thanks @whatasunnyday and @justinsteele for submitting PRs to fix this.
  * Fix "warning: possibly useless use of a variable in void context" See [#31](simplecov-ruby/simplecov-html#31). Thanks @cbandy
  * Always use binary file format. See [#32](simplecov-ruby/simplecov-html#32). Thanks @andy128k
  * Avoid slow file output with JRuby/Windows. See [#16](simplecov-ruby/simplecov-html#16). Thanks @pschambacher

Other than the release includes a bunch of mostly documentation improvements:

  * Update Rails path for Rails 4+. See [#336](simplecov-ruby/simplecov#336). Thanks @yazinsai
  * Encourage use of .simplecov to avoid lost files. See [#338](simplecov-ruby/simplecov#338). thanks @dankohn
  * Specified in the gemspec that simplecov needs ruby 1.8.7. See [#343](simplecov-ruby/simplecov#343). thanks @iainbeeston
  * Fix mispointed link in CHANGELOG.md. See [#353](simplecov-ruby/simplecov#353). Thanks @dleve123
  * Improve command name docs. See [#356](simplecov-ruby/simplecov#356). Thanks @gtd
  • Loading branch information
taca committed Mar 13, 2015
1 parent efb7491 commit 3f3a73b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions devel/ruby-simplecov/Makefile
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand Down
8 changes: 4 additions & 4 deletions devel/ruby-simplecov/distinfo
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 3f3a73b

Please sign in to comment.