pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/ruby-logging



Module Name:    pkgsrc
Committed By:   taca
Date:           Sat Apr 22 16:22:56 UTC 2017

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

Log Message:
Update ruby-logging to 2.2.2.

== 2.2.2 / 2017-04-11

Enhancements
- limit the depth of nested exceptions [PR #167]

== 2.2.1 / 2017-04-09

Enhancements
- show exception `cause` if one exists [PR #165]


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/devel/ruby-logging/Makefile \
    pkgsrc/devel/ruby-logging/PLIST pkgsrc/devel/ruby-logging/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-logging/Makefile
diff -u pkgsrc/devel/ruby-logging/Makefile:1.10 pkgsrc/devel/ruby-logging/Makefile:1.11
--- pkgsrc/devel/ruby-logging/Makefile:1.10     Mon Mar 13 16:42:32 2017
+++ pkgsrc/devel/ruby-logging/Makefile  Sat Apr 22 16:22:56 2017
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.10 2017/03/13 16:42:32 taca Exp $
+# $NetBSD: Makefile,v 1.11 2017/04/22 16:22:56 taca Exp $
 
-DISTNAME=      logging-2.2.0
+DISTNAME=      logging-2.2.2
 CATEGORIES=    devel
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
Index: pkgsrc/devel/ruby-logging/PLIST
diff -u pkgsrc/devel/ruby-logging/PLIST:1.10 pkgsrc/devel/ruby-logging/PLIST:1.11
--- pkgsrc/devel/ruby-logging/PLIST:1.10        Mon Mar 13 16:42:32 2017
+++ pkgsrc/devel/ruby-logging/PLIST     Sat Apr 22 16:22:56 2017
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.10 2017/03/13 16:42:32 taca Exp $
+@comment $NetBSD: PLIST,v 1.11 2017/04/22 16:22:56 taca Exp $
 ${GEM_HOME}/cache/${GEM_NAME}.gem
 ${GEM_LIBDIR}/.gitignore
 ${GEM_LIBDIR}/.travis.yml
@@ -67,6 +67,7 @@ ${GEM_LIBDIR}/test/benchmark.rb
 ${GEM_LIBDIR}/test/layouts/test_basic.rb
 ${GEM_LIBDIR}/test/layouts/test_color_pattern.rb
 ${GEM_LIBDIR}/test/layouts/test_json.rb
+${GEM_LIBDIR}/test/layouts/test_nested_exceptions.rb
 ${GEM_LIBDIR}/test/layouts/test_pattern.rb
 ${GEM_LIBDIR}/test/layouts/test_yaml.rb
 ${GEM_LIBDIR}/test/performance.rb
Index: pkgsrc/devel/ruby-logging/distinfo
diff -u pkgsrc/devel/ruby-logging/distinfo:1.10 pkgsrc/devel/ruby-logging/distinfo:1.11
--- pkgsrc/devel/ruby-logging/distinfo:1.10     Mon Mar 13 16:42:32 2017
+++ pkgsrc/devel/ruby-logging/distinfo  Sat Apr 22 16:22:56 2017
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.10 2017/03/13 16:42:32 taca Exp $
+$NetBSD: distinfo,v 1.11 2017/04/22 16:22:56 taca Exp $
 
-SHA1 (logging-2.2.0.gem) = 3f8db246d937c4f2c62cf077ec505957bf292f1c
-RMD160 (logging-2.2.0.gem) = 77adaf45eaab17d36d86aa261d4172ee57a4a524
-SHA512 (logging-2.2.0.gem) = 738960cf51554bbf1045f63882351bf2d471e6e362f3b391d6063319c8e875c80a9c9e6e9edfce6060f44bf27d31a4a51d386f68d293e2b7036e34f76759db33
-Size (logging-2.2.0.gem) = 86016 bytes
+SHA1 (logging-2.2.2.gem) = e479c395bbed64429620d004198d0267ff3fc4cc
+RMD160 (logging-2.2.2.gem) = 99feff3e439d9b59f04edd303e8c8681fc274ac6
+SHA512 (logging-2.2.2.gem) = 9eeaec06f61dec5f79b7b656b77504026d6d91baea52594fa508f1587a8300ebb3d5c30461c7b4a41eb86f7b98530e4f6ab7853946fa14f00b84884be780b64a
+Size (logging-2.2.2.gem) = 87552 bytes



Home | Main Index | Thread Index | Old Index