Mon Feb 2 15:07:34 2015 UTC ()
Update ruby-simplecov to 0.9.1.

0.9.1, 2014-09-21 ([changes](https://github.com/colszowka/simplecov/compare/v0.9.0...v0.9.1))
====================

## Bugfixes

 * In 0.9.0, we introduced a regression that made SimpleCov no-op mode fail on Ruby 1.8, while
   dropping 1.8 support altogether is announced only for v1.0. This has been fixed.
   See [#333](https://github.com/colszowka/simplecov/issues/333) (thanks (@sferik)

0.9.0, 2014-07-17 ([changes](https://github.com/colszowka/simplecov/compare/v0.8.2...v0.9.0))
====================

**A warm welcome and big thank you to the new contributors [@xaviershay](https://github.com/xaviershay), [@sferik](https://github.com/sferik) and especially [@bf4](https://github.com/bf4) for tackling a whole lot of issues and pull requests for this release!**

## Enhancements

  * New interface to specify multiple formatters.
    See [#317](https://github.com/colszowka/simplecov/pull/317) (thanks @sferik)
  * Document in the README how to exclude code from coverage reports,
    and that the feature shouldn't be abused for skipping untested
    private code.
    See [#304](https://github.com/colszowka/simplecov/issues/304)
  * Clarify Ruby version support.
    See [#279](https://github.com/colszowka/simplecov/pull/279) (thanks @deivid-rodriguez)

## Bugfixes

  * Ensure calculations return Floats, not Fixnum or Rational. Fixes segfaults with mathn.
    See [#245](https://github.com/colszowka/simplecov/pull/245) (thanks to @bf4)
  * Using `Kernel.exit` instead of exit to avoid uncaught throw :IRB_EXIT when
    exiting irb sessions.
    See [#287](https://github.com/colszowka/simplecov/pull/287) (thanks @wless1)
    See [#285](https://github.com/colszowka/simplecov/issues/285)
  * Does not look for .simplecov in ~/ when $HOME is not set.
    See [#311](https://github.com/colszowka/simplecov/pull/311) (thanks @lasseebert)
  * Exit with code only if it's Numeric > 0.
    See [#302](https://github.com/colszowka/simplecov/pull/303)(thanks @hajder)
  * Make default filter case insensitive.
    See [#280](https://github.com/colszowka/simplecov/pull/280) (thanks @ryanatball)
  * Improve regexp that matches functional tests.
    See [#276](https://github.com/colszowka/simplecov/pull/276) (thanks @sferik)
  * Fix TravisCI [#272](https://github.com/colszowka/simplecov/pull/272) [#278](https://github.com/colszowka/simplecov/pull/278), [#302](https://github.com/colszowka/simplecov/pull/302)
  * Fix global config load.
    See [#311](https://github.com/colszowka/simplecov/pull/311) (thanks @lasseebert)


(taca)
diff -r1.8 -r1.9 pkgsrc/devel/ruby-simplecov/Makefile
diff -r1.4 -r1.5 pkgsrc/devel/ruby-simplecov/PLIST
diff -r1.5 -r1.6 pkgsrc/devel/ruby-simplecov/distinfo

cvs diff -r1.8 -r1.9 pkgsrc/devel/ruby-simplecov/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/ruby-simplecov/Makefile 2014/03/18 14:44:54 1.8
+++ pkgsrc/devel/ruby-simplecov/Makefile 2015/02/02 15:07:34 1.9
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.8 2014/03/18 14:44:54 taca Exp $ 1# $NetBSD: Makefile,v 1.9 2015/02/02 15:07:34 taca Exp $
2 2
3DISTNAME= simplecov-0.8.2 3DISTNAME= simplecov-0.9.1
4CATEGORIES= devel 4CATEGORIES= devel
5 5
6MAINTAINER= pkgsrc-users@NetBSD.org 6MAINTAINER= pkgsrc-users@NetBSD.org
7HOMEPAGE= http://github.com/colszowka/simplecov 7HOMEPAGE= http://github.com/colszowka/simplecov
8COMMENT= Code coverage for Ruby 1.9 8COMMENT= Code coverage for Ruby 1.9
9LICENSE= gnu-gpl-v2 OR ruby-license 9LICENSE= gnu-gpl-v2 OR ruby-license
10 10
11DEPENDS+= ${RUBY_PKGPREFIX}-multi_json>=1.0<2:../../textproc/ruby-multi_json 11DEPENDS+= ${RUBY_PKGPREFIX}-multi_json>=1.0<2:../../textproc/ruby-multi_json
12DEPENDS+= ${RUBY_PKGPREFIX}-simplecov-html>=0.8.0<0.9:../../devel/ruby-simplecov-html 12DEPENDS+= ${RUBY_PKGPREFIX}-simplecov-html>=0.8.0<0.9:../../devel/ruby-simplecov-html
13DEPENDS+= ${RUBY_PKGPREFIX}-docile>=1.1.0<1.2:../../devel/ruby-docile 13DEPENDS+= ${RUBY_PKGPREFIX}-docile>=1.1.0<1.2:../../devel/ruby-docile
14 14
15RUBY_VERSION_SUPPORTED= 21 200 193 15RUBY_VERSION_SUPPORTED= 21 200 193
16 16

cvs diff -r1.4 -r1.5 pkgsrc/devel/ruby-simplecov/PLIST (expand / switch to unified diff)

--- pkgsrc/devel/ruby-simplecov/PLIST 2014/03/14 16:54:29 1.4
+++ pkgsrc/devel/ruby-simplecov/PLIST 2015/02/02 15:07:34 1.5
@@ -1,19 +1,19 @@ @@ -1,19 +1,19 @@
1@comment $NetBSD: PLIST,v 1.4 2014/03/14 16:54:29 taca Exp $ 1@comment $NetBSD: PLIST,v 1.5 2015/02/02 15:07:34 taca Exp $
2${GEM_HOME}/cache/${GEM_NAME}.gem 2${GEM_HOME}/cache/${GEM_NAME}.gem
3${GEM_LIBDIR}/.gitignore 3${GEM_LIBDIR}/.gitignore
 4${GEM_LIBDIR}/.rspec
4${GEM_LIBDIR}/.travis.yml 5${GEM_LIBDIR}/.travis.yml
5${GEM_LIBDIR}/.yardopts 6${GEM_LIBDIR}/.yardopts
6${GEM_LIBDIR}/Appraisals 
7${GEM_LIBDIR}/CHANGELOG.md 7${GEM_LIBDIR}/CHANGELOG.md
8${GEM_LIBDIR}/CONTRIBUTING.md 8${GEM_LIBDIR}/CONTRIBUTING.md
9${GEM_LIBDIR}/Gemfile 9${GEM_LIBDIR}/Gemfile
10${GEM_LIBDIR}/MIT-LICENSE 10${GEM_LIBDIR}/MIT-LICENSE
11${GEM_LIBDIR}/README.md 11${GEM_LIBDIR}/README.md
12${GEM_LIBDIR}/Rakefile 12${GEM_LIBDIR}/Rakefile
13${GEM_LIBDIR}/cucumber.yml 13${GEM_LIBDIR}/cucumber.yml
14${GEM_LIBDIR}/features/config_autoload.feature 14${GEM_LIBDIR}/features/config_autoload.feature
15${GEM_LIBDIR}/features/config_command_name.feature 15${GEM_LIBDIR}/features/config_command_name.feature
16${GEM_LIBDIR}/features/config_coverage_dir.feature 16${GEM_LIBDIR}/features/config_coverage_dir.feature
17${GEM_LIBDIR}/features/config_deactivate_merging.feature 17${GEM_LIBDIR}/features/config_deactivate_merging.feature
18${GEM_LIBDIR}/features/config_formatters.feature 18${GEM_LIBDIR}/features/config_formatters.feature
19${GEM_LIBDIR}/features/config_merge_timeout.feature 19${GEM_LIBDIR}/features/config_merge_timeout.feature
@@ -34,28 +34,26 @@ ${GEM_LIBDIR}/features/rspec_groups_usin @@ -34,28 +34,26 @@ ${GEM_LIBDIR}/features/rspec_groups_usin
34${GEM_LIBDIR}/features/rspec_without_simplecov.feature 34${GEM_LIBDIR}/features/rspec_without_simplecov.feature
35${GEM_LIBDIR}/features/skipping_code_blocks_manually.feature 35${GEM_LIBDIR}/features/skipping_code_blocks_manually.feature
36${GEM_LIBDIR}/features/step_definitions/html_steps.rb 36${GEM_LIBDIR}/features/step_definitions/html_steps.rb
37${GEM_LIBDIR}/features/step_definitions/simplecov_steps.rb 37${GEM_LIBDIR}/features/step_definitions/simplecov_steps.rb
38${GEM_LIBDIR}/features/step_definitions/transformers.rb 38${GEM_LIBDIR}/features/step_definitions/transformers.rb
39${GEM_LIBDIR}/features/step_definitions/web_steps.rb 39${GEM_LIBDIR}/features/step_definitions/web_steps.rb
40${GEM_LIBDIR}/features/support/env.rb 40${GEM_LIBDIR}/features/support/env.rb
41${GEM_LIBDIR}/features/test_unit_basic.feature 41${GEM_LIBDIR}/features/test_unit_basic.feature
42${GEM_LIBDIR}/features/test_unit_groups_and_filters_basic.feature 42${GEM_LIBDIR}/features/test_unit_groups_and_filters_basic.feature
43${GEM_LIBDIR}/features/test_unit_groups_and_filters_complex.feature 43${GEM_LIBDIR}/features/test_unit_groups_and_filters_complex.feature
44${GEM_LIBDIR}/features/test_unit_groups_using_filter_class.feature 44${GEM_LIBDIR}/features/test_unit_groups_using_filter_class.feature
45${GEM_LIBDIR}/features/test_unit_without_simplecov.feature 45${GEM_LIBDIR}/features/test_unit_without_simplecov.feature
46${GEM_LIBDIR}/features/unicode_compatiblity.feature 46${GEM_LIBDIR}/features/unicode_compatiblity.feature
47${GEM_LIBDIR}/gemfiles/multi_json_legacy.gemfile 
48${GEM_LIBDIR}/gemfiles/multi_json_new.gemfile 
49${GEM_LIBDIR}/lib/simplecov.rb 47${GEM_LIBDIR}/lib/simplecov.rb
50${GEM_LIBDIR}/lib/simplecov/command_guesser.rb 48${GEM_LIBDIR}/lib/simplecov/command_guesser.rb
51${GEM_LIBDIR}/lib/simplecov/configuration.rb 49${GEM_LIBDIR}/lib/simplecov/configuration.rb
52${GEM_LIBDIR}/lib/simplecov/defaults.rb 50${GEM_LIBDIR}/lib/simplecov/defaults.rb
53${GEM_LIBDIR}/lib/simplecov/exit_codes.rb 51${GEM_LIBDIR}/lib/simplecov/exit_codes.rb
54${GEM_LIBDIR}/lib/simplecov/file_list.rb 52${GEM_LIBDIR}/lib/simplecov/file_list.rb
55${GEM_LIBDIR}/lib/simplecov/filter.rb 53${GEM_LIBDIR}/lib/simplecov/filter.rb
56${GEM_LIBDIR}/lib/simplecov/formatter.rb 54${GEM_LIBDIR}/lib/simplecov/formatter.rb
57${GEM_LIBDIR}/lib/simplecov/formatter/multi_formatter.rb 55${GEM_LIBDIR}/lib/simplecov/formatter/multi_formatter.rb
58${GEM_LIBDIR}/lib/simplecov/formatter/simple_formatter.rb 56${GEM_LIBDIR}/lib/simplecov/formatter/simple_formatter.rb
59${GEM_LIBDIR}/lib/simplecov/jruby_fix.rb 57${GEM_LIBDIR}/lib/simplecov/jruby_fix.rb
60${GEM_LIBDIR}/lib/simplecov/json.rb 58${GEM_LIBDIR}/lib/simplecov/json.rb
61${GEM_LIBDIR}/lib/simplecov/last_run.rb 59${GEM_LIBDIR}/lib/simplecov/last_run.rb

cvs diff -r1.5 -r1.6 pkgsrc/devel/ruby-simplecov/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/ruby-simplecov/distinfo 2014/03/14 16:54:29 1.5
+++ pkgsrc/devel/ruby-simplecov/distinfo 2015/02/02 15:07:34 1.6
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.5 2014/03/14 16:54:29 taca Exp $ 1$NetBSD: distinfo,v 1.6 2015/02/02 15:07:34 taca Exp $
2 2
3SHA1 (simplecov-0.8.2.gem) = 825c1ad09f1ff7044a4f5397d092324297767236 3SHA1 (simplecov-0.9.1.gem) = f907cbdcee6a3766bb2b1a2e4509e073d1ff7dc4
4RMD160 (simplecov-0.8.2.gem) = b085ef070917cbc69938e8701b4ec80c66422d23 4RMD160 (simplecov-0.9.1.gem) = 604d7a24612947a914845f7c7d9bd9a2172c3a7f
5Size (simplecov-0.8.2.gem) = 48128 bytes 5Size (simplecov-0.9.1.gem) = 49152 bytes