Skip to content

Commit 6064fcb

Browse files
author
taca
committed
devel/ruby-console: update to 1.20.0
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.
1 parent b484e4d commit 6064fcb

File tree

3 files changed

+9
-7
lines changed

3 files changed

+9
-7
lines changed

devel/ruby-console/Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# $NetBSD: Makefile,v 1.4 2023/07/23 12:12:44 taca Exp $
1+
# $NetBSD: Makefile,v 1.5 2023/08/05 08:55:36 taca Exp $
22

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

66
MAINTAINER= [email protected]

devel/ruby-console/PLIST

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1-
@comment $NetBSD: PLIST,v 1.2 2023/07/27 23:04:40 wiz Exp $
1+
@comment $NetBSD: PLIST,v 1.3 2023/08/05 08:55:36 taca Exp $
22
${GEM_HOME}/cache/${GEM_NAME}.gem
33
${GEM_LIBDIR}/bake/console.rb
44
${GEM_LIBDIR}/lib/console.rb
5+
${GEM_LIBDIR}/lib/console/adapter.rb
56
${GEM_LIBDIR}/lib/console/buffer.rb
67
${GEM_LIBDIR}/lib/console/capture.rb
78
${GEM_LIBDIR}/lib/console/clock.rb
@@ -15,6 +16,7 @@ ${GEM_LIBDIR}/lib/console/filter.rb
1516
${GEM_LIBDIR}/lib/console/logger.rb
1617
${GEM_LIBDIR}/lib/console/output.rb
1718
${GEM_LIBDIR}/lib/console/output/default.rb
19+
${GEM_LIBDIR}/lib/console/output/encoder.rb
1820
${GEM_LIBDIR}/lib/console/output/json.rb
1921
${GEM_LIBDIR}/lib/console/output/null.rb
2022
${GEM_LIBDIR}/lib/console/output/sensitive.rb

devel/ruby-console/distinfo

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
$NetBSD: distinfo,v 1.4 2023/07/23 12:12:44 taca Exp $
1+
$NetBSD: distinfo,v 1.5 2023/08/05 08:55:36 taca Exp $
22

3-
BLAKE2s (console-1.18.0.gem) = 3b927af18d053c53ef9f33a843baffd3d76b7a28dffcd888afd008ee419a0bd8
4-
SHA512 (console-1.18.0.gem) = 3f7490cab73e4bd2d428439eb8142237b8e3e6816ff8b56f3159d6f8e7ac4b2a9870d28463784abd949fe2160d83540e97c53e9aede18c1396c26b2f261d5fe7
5-
Size (console-1.18.0.gem) = 19456 bytes
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

0 commit comments

Comments
 (0)