Skip to content

Commit

Permalink
devel/ruby-logging: update to 2.3.0
Browse files Browse the repository at this point in the history
Update ruby-logging package to 2.3.0.


== 2.3.0 / 2020-07-04

Enhancements

- all appender output is now synchronized [PR #219]
- renamed the `LogEvent#method` to no longer conflict with `Kernel#method`
  [PR #218]
- @bhuga (not the Fortnite star) added a `raise_errors` method for debugging
  [PR #203]
- thanks to @olleolleolle for keeping on top of Travis and Ruby versions

Bug Fixes
- conosle appenders can be reopened [PR #220]
- fixed a race condition in the rolling file appender [PR #216]
- fixed a race condition when opening log file destinations [PR #208 #217]
- @MikaelSmith fixed a race condition in Logger creation [PR #201]
- documentation bug fixes [PR #184 #185 #188 #194 #209]
  • Loading branch information
taca committed Sep 13, 2020
1 parent 58264ea commit 303454f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions devel/ruby-logging/Makefile
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.11 2017/04/22 16:22:56 taca Exp $
# $NetBSD: Makefile,v 1.12 2020/09/13 15:52:06 taca Exp $

DISTNAME= logging-2.2.2
DISTNAME= logging-2.3.0
CATEGORIES= devel

MAINTAINER= pkgsrc-users@NetBSD.org
Expand All @@ -9,7 +9,7 @@ COMMENT= Flexible logging library for Ruby based on log4j
LICENSE= mit

DEPENDS+= ${RUBY_PKGPREFIX}-little-plugger>=1.1.3:../../devel/ruby-little-plugger
DEPENDS+= ${RUBY_PKGPREFIX}-multi_json>=1.10:../../textproc/ruby-multi_json
DEPENDS+= ${RUBY_PKGPREFIX}-multi_json>=1.14<2:../../textproc/ruby-multi_json

.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"
10 changes: 5 additions & 5 deletions devel/ruby-logging/distinfo
@@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.11 2017/04/22 16:22:56 taca Exp $
$NetBSD: distinfo,v 1.12 2020/09/13 15:52:06 taca Exp $

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
SHA1 (logging-2.3.0.gem) = b35cf3d50819a51398ff764d0d2a9de689415e2a
RMD160 (logging-2.3.0.gem) = f0ad0f8d79b1231860b41d2e86ff247d929ea71e
SHA512 (logging-2.3.0.gem) = 32c0c3570022b2bdaf91fa11c3401bae0069f0450f1c5bc7063ab897e8e542eb4bf2952e533b5189b1f132f8b6a3931a52d8069b27090538ff0772754f154796
Size (logging-2.3.0.gem) = 89088 bytes

0 comments on commit 303454f

Please sign in to comment.