Skip to content

Commit

Permalink
devel/ruby-console: update to 1.18.0
Browse files Browse the repository at this point in the history
1.17.3 (2023-07-19)

Reduce serialized subject to simple string field. (#41)

* Only log subject class name.
* Follow similar formatting rules for subject as we do for the terminal
  logger.

1.17.4 (2023-07-19)

* Remove class as it is already part of subject. (#42)

1.18.0 (2023-07-21)

Fix behaviour of CONSOLE_ON and CONSOLE_OFF. (#43)

* Remove unused `enabled:` option.
* Add more tests for Filter.

Introduce null log output.
  • Loading branch information
taca committed Jul 23, 2023
1 parent 5b42ee3 commit 936aebc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions devel/ruby-console/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.3 2023/06/09 13:47:39 taca Exp $
# $NetBSD: Makefile,v 1.4 2023/07/23 12:12:44 taca Exp $

DISTNAME= console-1.17.2
DISTNAME= console-1.18.0
CATEGORIES= devel

MAINTAINER= pkgsrc-users@NetBSD.org
Expand Down
8 changes: 4 additions & 4 deletions devel/ruby-console/distinfo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.3 2023/06/09 13:47:39 taca Exp $
$NetBSD: distinfo,v 1.4 2023/07/23 12:12:44 taca Exp $

BLAKE2s (console-1.17.2.gem) = f9e596bcaa74b5a51d04d64e2daff242a8358405d9b05e95cb717b1631d8ecba
SHA512 (console-1.17.2.gem) = 5794980d25ee161c6da01455698e2777ca73cecb04b60a174f1bfdde9c1c34c30c31255b7491a84d74b74de7da71a4385d21de3963dd97183c1df088749dce72
Size (console-1.17.2.gem) = 19456 bytes
BLAKE2s (console-1.18.0.gem) = 3b927af18d053c53ef9f33a843baffd3d76b7a28dffcd888afd008ee419a0bd8
SHA512 (console-1.18.0.gem) = 3f7490cab73e4bd2d428439eb8142237b8e3e6816ff8b56f3159d6f8e7ac4b2a9870d28463784abd949fe2160d83540e97c53e9aede18c1396c26b2f261d5fe7
Size (console-1.18.0.gem) = 19456 bytes

0 comments on commit 936aebc

Please sign in to comment.