Skip to content

Commit

Permalink
Update ruby-simplecov to 0.6.4.
Browse files Browse the repository at this point in the history
v0.6.4, 2012-05-10 ([changes](simplecov-ruby/simplecov@v0.6.3...v0.6.4))
-------------------

  * [BUGFIX] Encoding issues with ISO-8859-encoded source files fixed.
    See simplecov-ruby/simplecov#117. (thanks to @Deradon)
  * [BUGFIX] Ensure ZeroDivisionErrors won't occur when calculating the coverage result, which previously
    could happen in certain cases. See simplecov-ruby/simplecov#128. (thanks to @japgolly)
  * [REFACTORING] Changed a couple instance variable lookups so SimpleCov does not cause a lot of warnings when
    running ruby at a higher warning level. See simplecov-ruby/simplecov#106 and
    simplecov-ruby/simplecov#119. (thanks to @mvz and @gioele)


v0.6.3, 2012-05-10 ([changes](simplecov-ruby/simplecov@v0.6.2...v0.6.3))
-------------------

  * [BUGFIX] Modified the API-changes for newer multi_json versions introduced with #122 and v0.6.2 so
    they are backwards-compatible with older multi_json gems in order to avoid simplecov polluting
    the multi_json minimum version requirement for entire applications.
    See simplecov-ruby/simplecov#132
  * Added appraisal gem to the test setup in order to run the test suite against both 1.0 and 1.3
    multi_json gems and ensure the above actually works :)
  • Loading branch information
taca committed Jun 2, 2012
1 parent cbbb2c7 commit 0410186
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 12 deletions.
8 changes: 3 additions & 5 deletions devel/ruby-simplecov/Makefile
Original file line number Diff line number Diff line change
@@ -1,17 +1,15 @@
# $NetBSD: Makefile,v 1.2 2012/04/29 05:50:47 taca Exp $
# $NetBSD: Makefile,v 1.3 2012/06/02 00:51:30 taca Exp $

DISTNAME= simplecov-0.6.2
DISTNAME= simplecov-0.6.4
CATEGORIES= devel

MAINTAINER= pkgsrc-users@NetBSD.org
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.3<2:../../textproc/ruby-multi_json
DEPENDS+= ${RUBY_PKGPREFIX}-multi_json>=1.0<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"
11 changes: 8 additions & 3 deletions devel/ruby-simplecov/PLIST
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
@comment $NetBSD: PLIST,v 1.1.1.1 2012/03/17 15:17:44 taca Exp $
@comment $NetBSD: PLIST,v 1.2 2012/06/02 00:51:30 taca Exp $
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_LIBDIR}/.gitignore
${GEM_LIBDIR}/.rvmrc
${GEM_LIBDIR}/.travis.yml
${GEM_LIBDIR}/Appraisals
${GEM_LIBDIR}/CHANGELOG.md
${GEM_LIBDIR}/Gemfile
${GEM_LIBDIR}/LICENSE
Expand Down Expand Up @@ -38,6 +38,10 @@ ${GEM_LIBDIR}/features/test_unit_groups_and_filters_complex.feature
${GEM_LIBDIR}/features/test_unit_groups_using_filter_class.feature
${GEM_LIBDIR}/features/test_unit_without_simplecov.feature
${GEM_LIBDIR}/features/unicode_compatiblity.feature
${GEM_LIBDIR}/gemfiles/multi_json-legacy.gemfile
${GEM_LIBDIR}/gemfiles/multi_json-legacy.gemfile.lock
${GEM_LIBDIR}/gemfiles/multi_json-new.gemfile
${GEM_LIBDIR}/gemfiles/multi_json-new.gemfile.lock
${GEM_LIBDIR}/lib/simplecov.rb
${GEM_LIBDIR}/lib/simplecov/adapters.rb
${GEM_LIBDIR}/lib/simplecov/command_guesser.rb
Expand Down Expand Up @@ -80,10 +84,11 @@ ${GEM_LIBDIR}/test/fixtures/frameworks/rspec_bad.rb
${GEM_LIBDIR}/test/fixtures/frameworks/rspec_good.rb
${GEM_LIBDIR}/test/fixtures/frameworks/testunit_bad.rb
${GEM_LIBDIR}/test/fixtures/frameworks/testunit_good.rb
${GEM_LIBDIR}/test/fixtures/iso-8859.rb
${GEM_LIBDIR}/test/fixtures/resultset1.rb
${GEM_LIBDIR}/test/fixtures/resultset2.rb
${GEM_LIBDIR}/test/fixtures/utf-8.rb
${GEM_LIBDIR}/test/fixtures/sample.rb
${GEM_LIBDIR}/test/fixtures/utf-8.rb
${GEM_LIBDIR}/test/helper.rb
${GEM_LIBDIR}/test/shoulda_macros.rb
${GEM_LIBDIR}/test/test_1_8_fallbacks.rb
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.2 2012/04/29 05:50:47 taca Exp $
$NetBSD: distinfo,v 1.3 2012/06/02 00:51:30 taca Exp $

SHA1 (simplecov-0.6.2.gem) = dbbed76de2d1d2c1ae0720ff73e5505312da5d45
RMD160 (simplecov-0.6.2.gem) = e8df30ef66bd6ffae329b13140e2827c0e66f743
Size (simplecov-0.6.2.gem) = 39424 bytes
SHA1 (simplecov-0.6.4.gem) = 130ea427b822e31b0110d8c2e855eaae88db01e0
RMD160 (simplecov-0.6.4.gem) = f116999d6e4c247d80a94876c0218fb72b87963d
Size (simplecov-0.6.4.gem) = 41472 bytes

0 comments on commit 0410186

Please sign in to comment.