pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/ruby-simplecov devel/ruby-simplecov: update to 0...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/21f087ca57ed
branches:  trunk
changeset: 368737:21f087ca57ed
user:      taca <taca%pkgsrc.org@localhost>
date:      Mon Sep 18 00:55:26 2017 +0000

description:
devel/ruby-simplecov: update to 0.15.1

0.15.1 (2017-09-11)
=======

## Bugfixes

* Filter directories outside SimpleCov.root that have it as a prefix. See [#617](https://github.com/colszowka/simplecov/pull/617) (thanks @jenseng)
* Fix standard rails profile rails filter (didn't work). See [#618](https://github.com/colszowka/simplecov/pull/618) (thanks @jenseng again!)

diffstat:

 devel/ruby-simplecov/Makefile |   4 ++--
 devel/ruby-simplecov/PLIST    |   3 ++-
 devel/ruby-simplecov/distinfo |  10 +++++-----
 3 files changed, 9 insertions(+), 8 deletions(-)

diffs (44 lines):

diff -r a2397b539649 -r 21f087ca57ed devel/ruby-simplecov/Makefile
--- a/devel/ruby-simplecov/Makefile     Mon Sep 18 00:54:23 2017 +0000
+++ b/devel/ruby-simplecov/Makefile     Mon Sep 18 00:55:26 2017 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.19 2017/08/31 15:24:59 taca Exp $
+# $NetBSD: Makefile,v 1.20 2017/09/18 00:55:26 taca Exp $
 
-DISTNAME=      simplecov-0.15.0
+DISTNAME=      simplecov-0.15.1
 CATEGORIES=    devel
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
diff -r a2397b539649 -r 21f087ca57ed devel/ruby-simplecov/PLIST
--- a/devel/ruby-simplecov/PLIST        Mon Sep 18 00:54:23 2017 +0000
+++ b/devel/ruby-simplecov/PLIST        Mon Sep 18 00:55:26 2017 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.10 2017/08/31 15:24:59 taca Exp $
+@comment $NetBSD: PLIST,v 1.11 2017/09/18 00:55:26 taca Exp $
 ${GEM_HOME}/cache/${GEM_NAME}.gem
 ${GEM_LIBDIR}/.gitignore
 ${GEM_LIBDIR}/.rspec
@@ -79,6 +79,7 @@
 ${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
diff -r a2397b539649 -r 21f087ca57ed devel/ruby-simplecov/distinfo
--- a/devel/ruby-simplecov/distinfo     Mon Sep 18 00:54:23 2017 +0000
+++ b/devel/ruby-simplecov/distinfo     Mon Sep 18 00:55:26 2017 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.15 2017/08/31 15:24:59 taca Exp $
+$NetBSD: distinfo,v 1.16 2017/09/18 00:55:26 taca Exp $
 
-SHA1 (simplecov-0.15.0.gem) = 55f92614414d80dacd694683d743baccce7e2918
-RMD160 (simplecov-0.15.0.gem) = 5b3326ddf25d85dc9ce81e4123cb209faa2079a3
-SHA512 (simplecov-0.15.0.gem) = 7a5e6abd4a220d9609b2db3133cfec9dca4d9a4f7e769b4ef75ca439393d6df0877588c5d733314ebe618f7f38c213119a5f363e2685e6584cde073e6891beb0
-Size (simplecov-0.15.0.gem) = 63488 bytes
+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



Home | Main Index | Thread Index | Old Index