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:           Mon Sep 18 00:55:26 UTC 2017

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

Log Message:
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!)


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 pkgsrc/devel/ruby-simplecov/Makefile
cvs rdiff -u -r1.10 -r1.11 pkgsrc/devel/ruby-simplecov/PLIST
cvs rdiff -u -r1.15 -r1.16 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.19 pkgsrc/devel/ruby-simplecov/Makefile:1.20
--- pkgsrc/devel/ruby-simplecov/Makefile:1.19   Thu Aug 31 15:24:59 2017
+++ pkgsrc/devel/ruby-simplecov/Makefile        Mon Sep 18 00:55:26 2017
@@ -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

Index: pkgsrc/devel/ruby-simplecov/PLIST
diff -u pkgsrc/devel/ruby-simplecov/PLIST:1.10 pkgsrc/devel/ruby-simplecov/PLIST:1.11
--- pkgsrc/devel/ruby-simplecov/PLIST:1.10      Thu Aug 31 15:24:59 2017
+++ pkgsrc/devel/ruby-simplecov/PLIST   Mon Sep 18 00:55:26 2017
@@ -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/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

Index: pkgsrc/devel/ruby-simplecov/distinfo
diff -u pkgsrc/devel/ruby-simplecov/distinfo:1.15 pkgsrc/devel/ruby-simplecov/distinfo:1.16
--- pkgsrc/devel/ruby-simplecov/distinfo:1.15   Thu Aug 31 15:24:59 2017
+++ pkgsrc/devel/ruby-simplecov/distinfo        Mon Sep 18 00:55:26 2017
@@ -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