summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authortaca <taca>2015-02-02 15:07:34 +0000
committertaca <taca>2015-02-02 15:07:34 +0000
commitb741ccf52f589fe9022bece1f60275ddf3d15894 (patch)
tree170e71ce9baf716edebb37ab1ea3e804558e2eb6 /devel
parent93700e0b0c64a413ad8fc518fa17e07946d4c1cb (diff)
downloadpkgsrc-b741ccf52f589fe9022bece1f60275ddf3d15894.tar.gz
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)
Diffstat (limited to 'devel')
-rw-r--r--devel/ruby-simplecov/Makefile4
-rw-r--r--devel/ruby-simplecov/PLIST6
-rw-r--r--devel/ruby-simplecov/distinfo8
3 files changed, 8 insertions, 10 deletions
diff --git a/devel/ruby-simplecov/Makefile b/devel/ruby-simplecov/Makefile
index 90dc3c97ed9..6af4d21221e 100644
--- a/devel/ruby-simplecov/Makefile
+++ b/devel/ruby-simplecov/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.8 2014/03/18 14:44:54 taca Exp $
+# $NetBSD: Makefile,v 1.9 2015/02/02 15:07:34 taca Exp $
-DISTNAME= simplecov-0.8.2
+DISTNAME= simplecov-0.9.1
CATEGORIES= devel
MAINTAINER= pkgsrc-users@NetBSD.org
diff --git a/devel/ruby-simplecov/PLIST b/devel/ruby-simplecov/PLIST
index 46406d2f6e7..bfb4163ece6 100644
--- a/devel/ruby-simplecov/PLIST
+++ b/devel/ruby-simplecov/PLIST
@@ -1,9 +1,9 @@
-@comment $NetBSD: PLIST,v 1.4 2014/03/14 16:54:29 taca Exp $
+@comment $NetBSD: PLIST,v 1.5 2015/02/02 15:07:34 taca Exp $
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_LIBDIR}/.gitignore
+${GEM_LIBDIR}/.rspec
${GEM_LIBDIR}/.travis.yml
${GEM_LIBDIR}/.yardopts
-${GEM_LIBDIR}/Appraisals
${GEM_LIBDIR}/CHANGELOG.md
${GEM_LIBDIR}/CONTRIBUTING.md
${GEM_LIBDIR}/Gemfile
@@ -44,8 +44,6 @@ ${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_new.gemfile
${GEM_LIBDIR}/lib/simplecov.rb
${GEM_LIBDIR}/lib/simplecov/command_guesser.rb
${GEM_LIBDIR}/lib/simplecov/configuration.rb
diff --git a/devel/ruby-simplecov/distinfo b/devel/ruby-simplecov/distinfo
index ccb3bf83dba..c0538e6ccc8 100644
--- a/devel/ruby-simplecov/distinfo
+++ b/devel/ruby-simplecov/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.5 2014/03/14 16:54:29 taca Exp $
+$NetBSD: distinfo,v 1.6 2015/02/02 15:07:34 taca Exp $
-SHA1 (simplecov-0.8.2.gem) = 825c1ad09f1ff7044a4f5397d092324297767236
-RMD160 (simplecov-0.8.2.gem) = b085ef070917cbc69938e8701b4ec80c66422d23
-Size (simplecov-0.8.2.gem) = 48128 bytes
+SHA1 (simplecov-0.9.1.gem) = f907cbdcee6a3766bb2b1a2e4509e073d1ff7dc4
+RMD160 (simplecov-0.9.1.gem) = 604d7a24612947a914845f7c7d9bd9a2172c3a7f
+Size (simplecov-0.9.1.gem) = 49152 bytes