Skip to content

Commit cddb4a9

Browse files
author
taca
committed
devel/ruby-console: update to 1.23.1
1.21.0 (2023-08-07) * Expose direct interface on Console. (#46) * Default to the current console. (#47) 1.22.0 (2023-08-11) What's Changed * Introduce new "Safe" JSON serialization implementation. (#48) 1.23.0 (2023-08-11) * Remove the Encoder that is no longer used. (#49) * Introduce Console::Format for format handling. (#50) 1.23.1 (2023-08-11) * Capture enough information to debug SystemStackErrors when dumping logs. (#51)
1 parent d1e7de3 commit cddb4a9

3 files changed

Lines changed: 9 additions & 8 deletions

File tree

devel/ruby-console/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# $NetBSD: Makefile,v 1.5 2023/08/05 08:55:36 taca Exp $
1+
# $NetBSD: Makefile,v 1.6 2023/08/11 13:51:36 taca Exp $
22

3-
DISTNAME= console-1.20.0
3+
DISTNAME= console-1.23.1
44
CATEGORIES= devel
55

66
MAINTAINER= pkgsrc-users@NetBSD.org

devel/ruby-console/PLIST

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@comment $NetBSD: PLIST,v 1.3 2023/08/05 08:55:36 taca Exp $
1+
@comment $NetBSD: PLIST,v 1.4 2023/08/11 13:51:36 taca Exp $
22
${GEM_HOME}/cache/${GEM_NAME}.gem
33
${GEM_LIBDIR}/bake/console.rb
44
${GEM_LIBDIR}/lib/console.rb
@@ -13,10 +13,11 @@ ${GEM_LIBDIR}/lib/console/event/generic.rb
1313
${GEM_LIBDIR}/lib/console/event/progress.rb
1414
${GEM_LIBDIR}/lib/console/event/spawn.rb
1515
${GEM_LIBDIR}/lib/console/filter.rb
16+
${GEM_LIBDIR}/lib/console/format.rb
17+
${GEM_LIBDIR}/lib/console/format/safe.rb
1618
${GEM_LIBDIR}/lib/console/logger.rb
1719
${GEM_LIBDIR}/lib/console/output.rb
1820
${GEM_LIBDIR}/lib/console/output/default.rb
19-
${GEM_LIBDIR}/lib/console/output/encoder.rb
2021
${GEM_LIBDIR}/lib/console/output/json.rb
2122
${GEM_LIBDIR}/lib/console/output/null.rb
2223
${GEM_LIBDIR}/lib/console/output/sensitive.rb

devel/ruby-console/distinfo

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
$NetBSD: distinfo,v 1.5 2023/08/05 08:55:36 taca Exp $
1+
$NetBSD: distinfo,v 1.6 2023/08/11 13:51:36 taca Exp $
22

3-
BLAKE2s (console-1.20.0.gem) = 4ce8e51d698808a7ecf29f9becf09c442edada35eeab15ef029112426d8e36e9
4-
SHA512 (console-1.20.0.gem) = 1608b77ab7178cd957fcac129a34e7a2c3f1daa74f2533cb200503710f0318a4322b47b4f5005753dbfd00b001312f4b4f39337266cd6c21b2853f911ecaf2c0
5-
Size (console-1.20.0.gem) = 19968 bytes
3+
BLAKE2s (console-1.23.1.gem) = abd34a1a9d79ace8c3b70a42b5b10760cb4d44e0e8d318770cac75b6447ac4a6
4+
SHA512 (console-1.23.1.gem) = 59a8233f97c7c229423b3b1405d69b9dada97a750fa870018f957d457c1ea3d4643d5d4a6015975d96d1c8d3bee9d4b64ebcdec8aa026b7a998e4f814fab76d8
5+
Size (console-1.23.1.gem) = 20992 bytes

0 commit comments

Comments
 (0)