Skip to content

Commit

Permalink
devel/ruby-console: update to 1.23.1
Browse files Browse the repository at this point in the history
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)
  • Loading branch information
taca committed Aug 11, 2023
1 parent d1e7de3 commit cddb4a9
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 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.5 2023/08/05 08:55:36 taca Exp $
# $NetBSD: Makefile,v 1.6 2023/08/11 13:51:36 taca Exp $

DISTNAME= console-1.20.0
DISTNAME= console-1.23.1
CATEGORIES= devel

MAINTAINER= pkgsrc-users@NetBSD.org
Expand Down
5 changes: 3 additions & 2 deletions devel/ruby-console/PLIST
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.3 2023/08/05 08:55:36 taca Exp $
@comment $NetBSD: PLIST,v 1.4 2023/08/11 13:51:36 taca Exp $
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_LIBDIR}/bake/console.rb
${GEM_LIBDIR}/lib/console.rb
Expand All @@ -13,10 +13,11 @@ ${GEM_LIBDIR}/lib/console/event/generic.rb
${GEM_LIBDIR}/lib/console/event/progress.rb
${GEM_LIBDIR}/lib/console/event/spawn.rb
${GEM_LIBDIR}/lib/console/filter.rb
${GEM_LIBDIR}/lib/console/format.rb
${GEM_LIBDIR}/lib/console/format/safe.rb
${GEM_LIBDIR}/lib/console/logger.rb
${GEM_LIBDIR}/lib/console/output.rb
${GEM_LIBDIR}/lib/console/output/default.rb
${GEM_LIBDIR}/lib/console/output/encoder.rb
${GEM_LIBDIR}/lib/console/output/json.rb
${GEM_LIBDIR}/lib/console/output/null.rb
${GEM_LIBDIR}/lib/console/output/sensitive.rb
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.5 2023/08/05 08:55:36 taca Exp $
$NetBSD: distinfo,v 1.6 2023/08/11 13:51:36 taca Exp $

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

0 comments on commit cddb4a9

Please sign in to comment.