pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/ruby-simplecov



Module Name:    pkgsrc
Committed By:   taca
Date:           Sat Mar 17 14:15:11 UTC 2018

Modified Files:
        pkgsrc/devel/ruby-simplecov: Makefile PLIST distinfo

Log Message:
devel/ruby-simplecov: update to 0.16.1

0.16.1 (2018-03-16)
===================

## Bugfixes

* Include the LICENSE in the distributed gem again (accidentally removed in 0.16.0). (thanks @tas50)

0.16.0 (2018-03-15)
===================

## Enhancements

* Relax version constraint on `docile`, per SemVer
* exception that occurred on exit is available as `exit_exception`! See [#639](https://github.com/colszowka/simplecov/pull/639)  (thanks @thomas07vt)
* Performance: processing results now runs from 2.5x to 3.75x faster. See [#662](https://github.com/colszowka/simplecov/pull/662) (thanks @BMorearty & @eregon)
* Decrease gem size by only shipping lib and docs

## Bugfixes

* (breaking) Stop handling string filters as regular expressions, use the dedicated regex filter if you need that behaviour. See [#616](https://github.com/colszowka/simplecov/pull/616) (thanks 
@yujinakayama)
* Avoid overwriting the last coverage results on unsuccessful test runs. See [#625](https://github.com/colszowka/simplecov/pull/625) (thanks @thomas07vt)
* Don't crash on invalid UTF-8 byte sequences. (thanks @BMorearty)


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 pkgsrc/devel/ruby-simplecov/Makefile
cvs rdiff -u -r1.11 -r1.12 pkgsrc/devel/ruby-simplecov/PLIST
cvs rdiff -u -r1.16 -r1.17 pkgsrc/devel/ruby-simplecov/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/ruby-simplecov/Makefile
diff -u pkgsrc/devel/ruby-simplecov/Makefile:1.21 pkgsrc/devel/ruby-simplecov/Makefile:1.22
--- pkgsrc/devel/ruby-simplecov/Makefile:1.21   Thu Mar  1 00:20:40 2018
+++ pkgsrc/devel/ruby-simplecov/Makefile        Sat Mar 17 14:15:10 2018
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.21 2018/03/01 00:20:40 taca Exp $
+# $NetBSD: Makefile,v 1.22 2018/03/17 14:15:10 taca Exp $
 
-DISTNAME=      simplecov-0.15.1
-PKGREVISION=   1
+DISTNAME=      simplecov-0.16.1
 CATEGORIES=    devel
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost

Index: pkgsrc/devel/ruby-simplecov/PLIST
diff -u pkgsrc/devel/ruby-simplecov/PLIST:1.11 pkgsrc/devel/ruby-simplecov/PLIST:1.12
--- pkgsrc/devel/ruby-simplecov/PLIST:1.11      Mon Sep 18 00:55:26 2017
+++ pkgsrc/devel/ruby-simplecov/PLIST   Sat Mar 17 14:15:10 2018
@@ -1,56 +1,13 @@
-@comment $NetBSD: PLIST,v 1.11 2017/09/18 00:55:26 taca Exp $
+@comment $NetBSD: PLIST,v 1.12 2018/03/17 14:15:10 taca Exp $
 ${GEM_HOME}/cache/${GEM_NAME}.gem
-${GEM_LIBDIR}/.gitignore
-${GEM_LIBDIR}/.rspec
-${GEM_LIBDIR}/.rubocop.yml
-${GEM_LIBDIR}/.travis.yml
-${GEM_LIBDIR}/.yardopts
 ${GEM_LIBDIR}/CHANGELOG.md
 ${GEM_LIBDIR}/CONTRIBUTING.md
-${GEM_LIBDIR}/Gemfile
-${GEM_LIBDIR}/MIT-LICENSE
+${GEM_LIBDIR}/ISSUE_TEMPLATE.md
+${GEM_LIBDIR}/LICENSE
 ${GEM_LIBDIR}/README.md
-${GEM_LIBDIR}/Rakefile
-${GEM_LIBDIR}/cucumber.yml
 ${GEM_LIBDIR}/doc/alternate-formatters.md
 ${GEM_LIBDIR}/doc/commercial-services.md
 ${GEM_LIBDIR}/doc/editor-integration.md
-${GEM_LIBDIR}/features/config_autoload.feature
-${GEM_LIBDIR}/features/config_command_name.feature
-${GEM_LIBDIR}/features/config_coverage_dir.feature
-${GEM_LIBDIR}/features/config_deactivate_merging.feature
-${GEM_LIBDIR}/features/config_formatters.feature
-${GEM_LIBDIR}/features/config_merge_timeout.feature
-${GEM_LIBDIR}/features/config_nocov_token.feature
-${GEM_LIBDIR}/features/config_profiles.feature
-${GEM_LIBDIR}/features/config_project_name.feature
-${GEM_LIBDIR}/features/config_styles.feature
-${GEM_LIBDIR}/features/config_tracked_files.feature
-${GEM_LIBDIR}/features/config_tracked_files_relevant_lines.feature
-${GEM_LIBDIR}/features/cucumber_basic.feature
-${GEM_LIBDIR}/features/maximum_coverage_drop.feature
-${GEM_LIBDIR}/features/merging_test_unit_and_rspec.feature
-${GEM_LIBDIR}/features/minimum_coverage.feature
-${GEM_LIBDIR}/features/refuse_coverage_drop.feature
-${GEM_LIBDIR}/features/rspec_basic.feature
-${GEM_LIBDIR}/features/rspec_fails_on_initialization.feature
-${GEM_LIBDIR}/features/rspec_groups_and_filters_basic.feature
-${GEM_LIBDIR}/features/rspec_groups_and_filters_complex.feature
-${GEM_LIBDIR}/features/rspec_groups_using_filter_class.feature
-${GEM_LIBDIR}/features/rspec_without_simplecov.feature
-${GEM_LIBDIR}/features/skipping_code_blocks_manually.feature
-${GEM_LIBDIR}/features/step_definitions/html_steps.rb
-${GEM_LIBDIR}/features/step_definitions/simplecov_steps.rb
-${GEM_LIBDIR}/features/step_definitions/transformers.rb
-${GEM_LIBDIR}/features/step_definitions/web_steps.rb
-${GEM_LIBDIR}/features/support/aruba_freedom_patch.rb
-${GEM_LIBDIR}/features/support/env.rb
-${GEM_LIBDIR}/features/test_unit_basic.feature
-${GEM_LIBDIR}/features/test_unit_groups_and_filters_basic.feature
-${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}/lib/simplecov.rb
 ${GEM_LIBDIR}/lib/simplecov/command_guesser.rb
 ${GEM_LIBDIR}/lib/simplecov/configuration.rb
@@ -67,6 +24,10 @@ ${GEM_LIBDIR}/lib/simplecov/lines_classi
 ${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/profiles/bundler_filter.rb
+${GEM_LIBDIR}/lib/simplecov/profiles/rails.rb
+${GEM_LIBDIR}/lib/simplecov/profiles/root_filter.rb
+${GEM_LIBDIR}/lib/simplecov/profiles/test_frameworks.rb
 ${GEM_LIBDIR}/lib/simplecov/railtie.rb
 ${GEM_LIBDIR}/lib/simplecov/railties/tasks.rake
 ${GEM_LIBDIR}/lib/simplecov/raw_coverage.rb
@@ -74,60 +35,4 @@ ${GEM_LIBDIR}/lib/simplecov/result.rb
 ${GEM_LIBDIR}/lib/simplecov/result_merger.rb
 ${GEM_LIBDIR}/lib/simplecov/source_file.rb
 ${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/defaults_spec.rb
-${GEM_LIBDIR}/spec/deleted_source_spec.rb
-${GEM_LIBDIR}/spec/faked_project/Gemfile
-${GEM_LIBDIR}/spec/faked_project/Rakefile
-${GEM_LIBDIR}/spec/faked_project/cucumber.yml
-${GEM_LIBDIR}/spec/faked_project/features/step_definitions/my_steps.rb
-${GEM_LIBDIR}/spec/faked_project/features/support/env.rb
-${GEM_LIBDIR}/spec/faked_project/features/test_stuff.feature
-${GEM_LIBDIR}/spec/faked_project/lib/faked_project.rb
-${GEM_LIBDIR}/spec/faked_project/lib/faked_project/framework_specific.rb
-${GEM_LIBDIR}/spec/faked_project/lib/faked_project/meta_magic.rb
-${GEM_LIBDIR}/spec/faked_project/lib/faked_project/some_class.rb
-${GEM_LIBDIR}/spec/faked_project/lib/faked_project/untested_class.rb
-${GEM_LIBDIR}/spec/faked_project/spec/faked_spec.rb
-${GEM_LIBDIR}/spec/faked_project/spec/forking_spec.rb
-${GEM_LIBDIR}/spec/faked_project/spec/meta_magic_spec.rb
-${GEM_LIBDIR}/spec/faked_project/spec/some_class_spec.rb
-${GEM_LIBDIR}/spec/faked_project/spec/spec_helper.rb
-${GEM_LIBDIR}/spec/faked_project/test/faked_test.rb
-${GEM_LIBDIR}/spec/faked_project/test/meta_magic_test.rb
-${GEM_LIBDIR}/spec/faked_project/test/some_class_test.rb
-${GEM_LIBDIR}/spec/faked_project/test/test_helper.rb
-${GEM_LIBDIR}/spec/file_list_spec.rb
-${GEM_LIBDIR}/spec/filters_spec.rb
-${GEM_LIBDIR}/spec/fixtures/app/controllers/sample_controller.rb
-${GEM_LIBDIR}/spec/fixtures/app/models/user.rb
-${GEM_LIBDIR}/spec/fixtures/deleted_source_sample.rb
-${GEM_LIBDIR}/spec/fixtures/frameworks/rspec_bad.rb
-${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/last_run_spec.rb
-${GEM_LIBDIR}/spec/lines_classifier_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/simplecov_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

Index: pkgsrc/devel/ruby-simplecov/distinfo
diff -u pkgsrc/devel/ruby-simplecov/distinfo:1.16 pkgsrc/devel/ruby-simplecov/distinfo:1.17
--- pkgsrc/devel/ruby-simplecov/distinfo:1.16   Mon Sep 18 00:55:26 2017
+++ pkgsrc/devel/ruby-simplecov/distinfo        Sat Mar 17 14:15:10 2018
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.16 2017/09/18 00:55:26 taca Exp $
+$NetBSD: distinfo,v 1.17 2018/03/17 14:15:10 taca Exp $
 
-SHA1 (simplecov-0.15.1.gem) = 6cff9d3a12c6075e8129c9dbb9c34816fcb87d63
-RMD160 (simplecov-0.15.1.gem) = 3aa9e6a526106f985369a927c77fdd529f0e79c3
-SHA512 (simplecov-0.15.1.gem) = d8119b0478f7456cfe861d2ce658df5c2535e8c04d9161dc4e2501989288c693f3b4f320cb262a9e7a91a2b1e559272ab46b9f83819b572271f77af0d991be32
-Size (simplecov-0.15.1.gem) = 64000 bytes
+SHA1 (simplecov-0.16.1.gem) = e44923ea70b22f3f2770d61090248c6692be3499
+RMD160 (simplecov-0.16.1.gem) = 96a95647f933d8d153f8bc56520132389f1bc424
+SHA512 (simplecov-0.16.1.gem) = b30d2fc8978d0570e2df1dda6611c143ee3b51999c72dcd52e483d2422e54c2b1c538e4afbacfc5b9a37d2d200ffd295f1bfbdf3100439393fb48f74d672d5ef
+Size (simplecov-0.16.1.gem) = 38912 bytes



Home | Main Index | Thread Index | Old Index