Skip to content

Commit

Permalink
devel/ruby-console: update to 1.20.0
Browse files Browse the repository at this point in the history
1.19.0 (2023-08-03)

* Add adapter module for external gems.

1.20.0 (2023-08-02)

What's Changed

* Modernize gem. by @ioquatix in #45
* Encode serialized output to avoid encoding errors. by @ioquatix in #44
* This release drops support for Ruby 2.7.
  • Loading branch information
taca committed Aug 5, 2023
1 parent b484e4d commit 6064fcb
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 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.4 2023/07/23 12:12:44 taca Exp $
# $NetBSD: Makefile,v 1.5 2023/08/05 08:55:36 taca Exp $

DISTNAME= console-1.18.0
DISTNAME= console-1.20.0
CATEGORIES= devel

MAINTAINER= pkgsrc-users@NetBSD.org
Expand Down
4 changes: 3 additions & 1 deletion devel/ruby-console/PLIST
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
@comment $NetBSD: PLIST,v 1.2 2023/07/27 23:04:40 wiz Exp $
@comment $NetBSD: PLIST,v 1.3 2023/08/05 08:55:36 taca Exp $
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_LIBDIR}/bake/console.rb
${GEM_LIBDIR}/lib/console.rb
${GEM_LIBDIR}/lib/console/adapter.rb
${GEM_LIBDIR}/lib/console/buffer.rb
${GEM_LIBDIR}/lib/console/capture.rb
${GEM_LIBDIR}/lib/console/clock.rb
Expand All @@ -15,6 +16,7 @@ ${GEM_LIBDIR}/lib/console/filter.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.4 2023/07/23 12:12:44 taca Exp $
$NetBSD: distinfo,v 1.5 2023/08/05 08:55:36 taca Exp $

BLAKE2s (console-1.18.0.gem) = 3b927af18d053c53ef9f33a843baffd3d76b7a28dffcd888afd008ee419a0bd8
SHA512 (console-1.18.0.gem) = 3f7490cab73e4bd2d428439eb8142237b8e3e6816ff8b56f3159d6f8e7ac4b2a9870d28463784abd949fe2160d83540e97c53e9aede18c1396c26b2f261d5fe7
Size (console-1.18.0.gem) = 19456 bytes
BLAKE2s (console-1.20.0.gem) = 4ce8e51d698808a7ecf29f9becf09c442edada35eeab15ef029112426d8e36e9
SHA512 (console-1.20.0.gem) = 1608b77ab7178cd957fcac129a34e7a2c3f1daa74f2533cb200503710f0318a4322b47b4f5005753dbfd00b001312f4b4f39337266cd6c21b2853f911ecaf2c0
Size (console-1.20.0.gem) = 19968 bytes

0 comments on commit 6064fcb

Please sign in to comment.