summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2015-12-02 14:14:13 +0000
committertaca <taca@pkgsrc.org>2015-12-02 14:14:13 +0000
commit166d0bbe4b2cd1aa95fed1d5e7d7165f0df4c303 (patch)
tree14b640da4fda758ff10cd1b10bd480be3dd66879 /devel
parent83e7f466ca27e89d2fac4036c29ff1eebfce61f1 (diff)
downloadpkgsrc-166d0bbe4b2cd1aa95fed1d5e7d7165f0df4c303.tar.gz
Upadte ruby-simplecov to 0.11.0.
0.11.0 2015-11-29 ([changes](https://github.com/colszowka/simplecov/compare/v0.10.0...v0.10.11)) ================= ## Enhancements * Added `SimpleCov.minimum_coverage_by_file` for per-file coverage thresholds. See [#392](https://github.com/colszowka/simplecov/pull/392) (thanks @ptashman) * Added `track_files` configuration option to specify a glob to always include in coverage results, whether or not those files are required. See [#422](https://github.com/colszowka/simplecov/pull/422) (thanks @hugopeixoto) * Speed up `root_filter` by an order of magnitude. See [#396](https://github.com/colszowka/simplecov/pull/396) (thanks @raszi) ## Bugfixes * Fix warning about global variable `$ERROR_INFO`. See [#400](https://github.com/colszowka/simplecov/pull/400) (thanks @amatsuda) * Actually recurse upward looking for `.simplecov`, as claimed by the documentation, rather than only the working directory. See [#423](https://github.com/colszowka/simplecov/pull/423) (thanks @alexdowad)
Diffstat (limited to 'devel')
-rw-r--r--devel/ruby-simplecov/Makefile4
-rw-r--r--devel/ruby-simplecov/PLIST89
-rw-r--r--devel/ruby-simplecov/distinfo10
3 files changed, 52 insertions, 51 deletions
diff --git a/devel/ruby-simplecov/Makefile b/devel/ruby-simplecov/Makefile
index 521ce89d1c5..f490eebfc10 100644
--- a/devel/ruby-simplecov/Makefile
+++ b/devel/ruby-simplecov/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.12 2015/06/07 10:14:03 taca Exp $
+# $NetBSD: Makefile,v 1.13 2015/12/02 14:14:13 taca Exp $
-DISTNAME= simplecov-0.10.0
+DISTNAME= simplecov-0.11.0
CATEGORIES= devel
MAINTAINER= pkgsrc-users@NetBSD.org
diff --git a/devel/ruby-simplecov/PLIST b/devel/ruby-simplecov/PLIST
index b5f59d676af..708aac459f7 100644
--- a/devel/ruby-simplecov/PLIST
+++ b/devel/ruby-simplecov/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.6 2015/06/07 10:14:03 taca Exp $
+@comment $NetBSD: PLIST,v 1.7 2015/12/02 14:14:13 taca Exp $
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_LIBDIR}/.gitignore
${GEM_LIBDIR}/.rspec
@@ -25,6 +25,7 @@ ${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/cucumber_basic.feature
${GEM_LIBDIR}/features/maximum_coverage_drop.feature
${GEM_LIBDIR}/features/merging_test_unit_and_rspec.feature
@@ -70,47 +71,47 @@ ${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}/test/faked_project/Gemfile
-${GEM_LIBDIR}/test/faked_project/Rakefile
-${GEM_LIBDIR}/test/faked_project/cucumber.yml
-${GEM_LIBDIR}/test/faked_project/features/step_definitions/my_steps.rb
-${GEM_LIBDIR}/test/faked_project/features/support/env.rb
-${GEM_LIBDIR}/test/faked_project/features/test_stuff.feature
-${GEM_LIBDIR}/test/faked_project/lib/faked_project.rb
-${GEM_LIBDIR}/test/faked_project/lib/faked_project/framework_specific.rb
-${GEM_LIBDIR}/test/faked_project/lib/faked_project/meta_magic.rb
-${GEM_LIBDIR}/test/faked_project/lib/faked_project/some_class.rb
-${GEM_LIBDIR}/test/faked_project/spec/faked_spec.rb
-${GEM_LIBDIR}/test/faked_project/spec/forking_spec.rb
-${GEM_LIBDIR}/test/faked_project/spec/meta_magic_spec.rb
-${GEM_LIBDIR}/test/faked_project/spec/some_class_spec.rb
-${GEM_LIBDIR}/test/faked_project/spec/spec_helper.rb
-${GEM_LIBDIR}/test/faked_project/test/faked_test.rb
-${GEM_LIBDIR}/test/faked_project/test/meta_magic_test.rb
-${GEM_LIBDIR}/test/faked_project/test/some_class_test.rb
-${GEM_LIBDIR}/test/faked_project/test/test_helper.rb
-${GEM_LIBDIR}/test/fixtures/app/controllers/sample_controller.rb
-${GEM_LIBDIR}/test/fixtures/app/models/user.rb
-${GEM_LIBDIR}/test/fixtures/deleted_source_sample.rb
-${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/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
-${GEM_LIBDIR}/test/test_command_guesser.rb
-${GEM_LIBDIR}/test/test_deleted_source.rb
-${GEM_LIBDIR}/test/test_file_list.rb
-${GEM_LIBDIR}/test/test_filters.rb
-${GEM_LIBDIR}/test/test_merge_helpers.rb
-${GEM_LIBDIR}/test/test_result.rb
-${GEM_LIBDIR}/test/test_return_codes.rb
-${GEM_LIBDIR}/test/test_source_file.rb
-${GEM_LIBDIR}/test/test_source_file_line.rb
+${GEM_LIBDIR}/spec/1_8_fallbacks_spec.rb
+${GEM_LIBDIR}/spec/command_guesser_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/resultset1.rb
+${GEM_LIBDIR}/spec/fixtures/resultset2.rb
+${GEM_LIBDIR}/spec/fixtures/sample.rb
+${GEM_LIBDIR}/spec/fixtures/utf-8.rb
+${GEM_LIBDIR}/spec/helper.rb
+${GEM_LIBDIR}/spec/merge_helpers_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_HOME}/specifications/${GEM_NAME}.gemspec
diff --git a/devel/ruby-simplecov/distinfo b/devel/ruby-simplecov/distinfo
index 883badf465c..87a49de3b8e 100644
--- a/devel/ruby-simplecov/distinfo
+++ b/devel/ruby-simplecov/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.9 2015/11/03 03:29:29 agc Exp $
+$NetBSD: distinfo,v 1.10 2015/12/02 14:14:13 taca Exp $
-SHA1 (simplecov-0.10.0.gem) = 35f6c82c914fb414b7a7092e1add41f18b4d8f58
-RMD160 (simplecov-0.10.0.gem) = 4a23e5530f99915d52a7f95a343cab4dbe425232
-SHA512 (simplecov-0.10.0.gem) = 5ca9a16e32398941a73ccc0f13005a11979d1fac9b6664c2453b7dbb2f7d6dbf01fb31d06e7b9279cfa9468f9df4417606ad30ef7607d3a7b92a725614b737a5
-Size (simplecov-0.10.0.gem) = 52736 bytes
+SHA1 (simplecov-0.11.0.gem) = 14d82e53c16adb5e09bdd365b3047b462d7e45cb
+RMD160 (simplecov-0.11.0.gem) = 86bb649bf45cf6e2a9cb175c58641086caf5c2f8
+SHA512 (simplecov-0.11.0.gem) = 7e23e90882cc739e502bff5140156de7eb6be2e2c524ecf848e077aa524b80d9966c1ee52b3909c2b9e657acd8c86c9afed03311cc75f3de262a9624351f5ff8
+Size (simplecov-0.11.0.gem) = 54272 bytes