Skip to content

Commit

Permalink
Update ruby-simplecov to 0.6.2.
Browse files Browse the repository at this point in the history
v0.6.2 (2012-04-20)
===================

  * Updated to latest version of MultiJSON and it's new API (thanks to
    @sferik and @ronen).
    See simplecov-ruby/simplecov#122
  • Loading branch information
taca committed Apr 29, 2012
1 parent ac5b942 commit 37b5c12
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
8 changes: 5 additions & 3 deletions devel/ruby-simplecov/Makefile
Original file line number Diff line number Diff line change
@@ -1,15 +1,17 @@
# $NetBSD: Makefile,v 1.1.1.1 2012/03/17 15:17:43 taca Exp $
# $NetBSD: Makefile,v 1.2 2012/04/29 05:50:47 taca Exp $

DISTNAME= simplecov-0.6.1
DISTNAME= simplecov-0.6.2
CATEGORIES= devel

MAINTAINER= [email protected]
HOMEPAGE= http://github.com/colszowka/simplecov
COMMENT= Code coverage for Ruby 1.9
LICENSE= gnu-gpl-v2 OR ruby-license

DEPENDS+= ${RUBY_PKGPREFIX}-multi_json>=1.0<1.2:../../textproc/ruby-multi_json
DEPENDS+= ${RUBY_PKGPREFIX}-multi_json>=1.3<2:../../textproc/ruby-multi_json
DEPENDS+= ${RUBY_PKGPREFIX}-simplecov-html>=0.5.3<0.6:../../devel/ruby-simplecov-html

OVERRIDE_GEMSPEC+= :files simplecov-0.6.2.gem=

.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"
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.1.1.1 2012/03/17 15:17:44 taca Exp $
$NetBSD: distinfo,v 1.2 2012/04/29 05:50:47 taca Exp $

SHA1 (simplecov-0.6.1.gem) = 48c62f274f78d868aa8a71037645030759172a16
RMD160 (simplecov-0.6.1.gem) = dc4321400664d9579944fcb8005db159ee25e6e3
Size (simplecov-0.6.1.gem) = 39424 bytes
SHA1 (simplecov-0.6.2.gem) = dbbed76de2d1d2c1ae0720ff73e5505312da5d45
RMD160 (simplecov-0.6.2.gem) = e8df30ef66bd6ffae329b13140e2827c0e66f743
Size (simplecov-0.6.2.gem) = 39424 bytes

0 comments on commit 37b5c12

Please sign in to comment.