summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2017-03-20 12:32:45 +0000
committertaca <taca@pkgsrc.org>2017-03-20 12:32:45 +0000
commitfa75e1bb1c6c51f8cd5013f2330f9151d6787e3b (patch)
tree92a4db95aa693ca293d86ac498a916ca70b4abf4
parentb5d88da95dde3e9d7f9ee5f108e5b446f21780e5 (diff)
downloadpkgsrc-fa75e1bb1c6c51f8cd5013f2330f9151d6787e3b.tar.gz
Update ruby-simplecov to 0.14.1.
0.14.1 2017-03-18 ([changes](https://github.com/colszowka/simplecov/compare/v0.14.0...v0.14.1)) ======== ## Bugfixes * Files that were skipped as a whole/had no relevant coverage could lead to Float errors. See [#564](https://github.com/colszowka/simplecov/pull/564) (thanks to @stevehanson for the report in [#563](https://github.com/colszowka/simplecov/issues/563)) 0.14.0 2017-03-15 ([changes](https://github.com/colszowka/simplecov/compare/v0.13.0...v0.14.0)) ========== ## Enhancements * Officially support JRuby 9.1+ going forward (should also work with previous releases). See [#547](https://github.com/colszowka/simplecov/pull/547) (ping @PragTob when encountering issues) * Add Channel group to Rails profile, when `ActionCable` is loaded. See [#492](https://github.com/colszowka/simplecov/pull/492) (thanks @BenMorganIO) * Stop `extend`ing instances of `Array` and `Hash` during merging results avoiding problems frozen results while manually merging results. See [#558](https://github.com/colszowka/simplecov/pull/558) (thanks @aroben) ## Bugfixes * Fix parallel_tests when a thread ends up running no tests. See [#533](https://github.com/colszowka/simplecov/pull/533) (thanks @cshaffer) * Skip the `:nocov:` comments along with the code that they skip. See [#551](https://github.com/colszowka/simplecov/pull/551) (thanks @ebiven) * Fix crash when Home environment variable is unset. See [#482](https://github.com/colszowka/simplecov/pull/482) (thanks @waldyr) * Make track_files work again when explicitly setting it to nil. See [#463](https://github.com/colszowka/simplecov/pull/463) (thanks @craiglittle) * Do not overwrite .last_run.json file when refuse_coverage_drop option is enabled and the coverage has dropped (lead to you being able to just rerun tests and everything was _fine_). See [#553](https://github.com/colszowka/simplecov/pull/553) (thanks @Miloshes) 0.13.0 2016-01-25 ([changes](https://github.com/colszowka/simplecov/compare/v0.12.0...v0.13.0)) ========== ## Enhancements * Faster run times when a very large number of files is loaded into SimpleCov. See [#520](https://github.com/colszowka/simplecov/pull/520) (thanks @alyssais) * Only read in source code files that are actually used (faster when files are ignored etc.). See [#540](https://github.com/colszowka/simplecov/pull/540) (tahks @yui-knk) ## Bugfixes * Fix merging of resultsets if a file is missing on one side. See [#513](https://github.com/colszowka/simplecov/pull/513) (thanks @hanazuki) * Fix Ruby 2.4 deprecation warnings by using Integer instead of Fixnum. See [#523](https://github.com/colszowka/simplecov/pull/523) (thanks @nobu) * Force Ruby 2 to json 2. See [dc7417d50](https://github.com/colszowka/simplecov/commit/dc7417d5049b1809cea214314c15dd93a5dd964f) (thanks @amatsuda) * Various other gem dependency fixes for different gems on different ruby versions. (thanks @amatsuda)
-rw-r--r--devel/ruby-simplecov/Makefile4
-rw-r--r--devel/ruby-simplecov/PLIST15
-rw-r--r--devel/ruby-simplecov/distinfo10
3 files changed, 19 insertions, 10 deletions
diff --git a/devel/ruby-simplecov/Makefile b/devel/ruby-simplecov/Makefile
index 837120d03e2..b2a07e646aa 100644
--- a/devel/ruby-simplecov/Makefile
+++ b/devel/ruby-simplecov/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.16 2016/10/09 15:09:02 taca Exp $
+# $NetBSD: Makefile,v 1.17 2017/03/20 12:32:45 taca Exp $
-DISTNAME= simplecov-0.12.0
+DISTNAME= simplecov-0.14.1
CATEGORIES= devel
MAINTAINER= pkgsrc-users@NetBSD.org
diff --git a/devel/ruby-simplecov/PLIST b/devel/ruby-simplecov/PLIST
index bf7400ef1ce..1b065147c7c 100644
--- a/devel/ruby-simplecov/PLIST
+++ b/devel/ruby-simplecov/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.8 2015/12/12 14:36:38 taca Exp $
+@comment $NetBSD: PLIST,v 1.9 2017/03/20 12:32:45 taca Exp $
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_LIBDIR}/.gitignore
${GEM_LIBDIR}/.rspec
@@ -61,11 +61,12 @@ ${GEM_LIBDIR}/lib/simplecov/formatter/multi_formatter.rb
${GEM_LIBDIR}/lib/simplecov/formatter/simple_formatter.rb
${GEM_LIBDIR}/lib/simplecov/jruby_fix.rb
${GEM_LIBDIR}/lib/simplecov/last_run.rb
-${GEM_LIBDIR}/lib/simplecov/merge_helpers.rb
+${GEM_LIBDIR}/lib/simplecov/load_global_config.rb
${GEM_LIBDIR}/lib/simplecov/no_defaults.rb
${GEM_LIBDIR}/lib/simplecov/profiles.rb
${GEM_LIBDIR}/lib/simplecov/railtie.rb
${GEM_LIBDIR}/lib/simplecov/railties/tasks.rake
+${GEM_LIBDIR}/lib/simplecov/raw_coverage.rb
${GEM_LIBDIR}/lib/simplecov/result.rb
${GEM_LIBDIR}/lib/simplecov/result_merger.rb
${GEM_LIBDIR}/lib/simplecov/source_file.rb
@@ -73,6 +74,8 @@ ${GEM_LIBDIR}/lib/simplecov/version.rb
${GEM_LIBDIR}/simplecov.gemspec
${GEM_LIBDIR}/spec/1_8_fallbacks_spec.rb
${GEM_LIBDIR}/spec/command_guesser_spec.rb
+${GEM_LIBDIR}/spec/config_loader_spec.rb
+${GEM_LIBDIR}/spec/configuration_spec.rb
${GEM_LIBDIR}/spec/deleted_source_spec.rb
${GEM_LIBDIR}/spec/faked_project/Gemfile
${GEM_LIBDIR}/spec/faked_project/Rakefile
@@ -104,15 +107,21 @@ ${GEM_LIBDIR}/spec/fixtures/frameworks/rspec_good.rb
${GEM_LIBDIR}/spec/fixtures/frameworks/testunit_bad.rb
${GEM_LIBDIR}/spec/fixtures/frameworks/testunit_good.rb
${GEM_LIBDIR}/spec/fixtures/iso-8859.rb
+${GEM_LIBDIR}/spec/fixtures/never.rb
${GEM_LIBDIR}/spec/fixtures/resultset1.rb
${GEM_LIBDIR}/spec/fixtures/resultset2.rb
${GEM_LIBDIR}/spec/fixtures/sample.rb
+${GEM_LIBDIR}/spec/fixtures/skipped.rb
+${GEM_LIBDIR}/spec/fixtures/skipped_and_executed.rb
${GEM_LIBDIR}/spec/fixtures/utf-8.rb
${GEM_LIBDIR}/spec/helper.rb
-${GEM_LIBDIR}/spec/merge_helpers_spec.rb
+${GEM_LIBDIR}/spec/last_run_spec.rb
${GEM_LIBDIR}/spec/multi_formatter_spec.rb
+${GEM_LIBDIR}/spec/raw_coverage_spec.rb
+${GEM_LIBDIR}/spec/result_merger_spec.rb
${GEM_LIBDIR}/spec/result_spec.rb
${GEM_LIBDIR}/spec/return_codes_spec.rb
${GEM_LIBDIR}/spec/source_file_line_spec.rb
${GEM_LIBDIR}/spec/source_file_spec.rb
+${GEM_LIBDIR}/spec/support/fail_rspec_on_ruby_warning.rb
${GEM_HOME}/specifications/${GEM_NAME}.gemspec
diff --git a/devel/ruby-simplecov/distinfo b/devel/ruby-simplecov/distinfo
index 35833b872ec..ca605143d14 100644
--- a/devel/ruby-simplecov/distinfo
+++ b/devel/ruby-simplecov/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.13 2016/10/09 15:09:02 taca Exp $
+$NetBSD: distinfo,v 1.14 2017/03/20 12:32:45 taca Exp $
-SHA1 (simplecov-0.12.0.gem) = d988d8e204f55275678491c39cb4ca599d4a6956
-RMD160 (simplecov-0.12.0.gem) = 8e5d1ee6ea5dc743d8d6b37faa772ecf8358927e
-SHA512 (simplecov-0.12.0.gem) = 759a7aae2552deb5f1e213c7547f688a34d56e7baa9ce914b25ae8e43515b09e90d15ce9de5b651bc70a439beed4041f0c8c7c3dc0113dedfb7bcb80dacf9edd
-Size (simplecov-0.12.0.gem) = 54784 bytes
+SHA1 (simplecov-0.14.1.gem) = fd22e7ff3aa026491f660a3100770b02c083c890
+RMD160 (simplecov-0.14.1.gem) = e81a3546b17cd506a36e710cbafde0389258617f
+SHA512 (simplecov-0.14.1.gem) = 7b62fef6df1d3b395b03a5444d65430ae645aca7c13e6694f4377b35a82c0b4503e5d53a94512ff06e634a6d81331a8bce31787dba793517ecd3e502220afbaf
+Size (simplecov-0.14.1.gem) = 58880 bytes