pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/ruby-console



Module Name:    pkgsrc
Committed By:   taca
Date:           Sat Aug  5 08:55:36 UTC 2023

Modified Files:
        pkgsrc/devel/ruby-console: Makefile PLIST distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/ruby-console/Makefile \
    pkgsrc/devel/ruby-console/distinfo
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/ruby-console/PLIST

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/ruby-console/Makefile
diff -u pkgsrc/devel/ruby-console/Makefile:1.4 pkgsrc/devel/ruby-console/Makefile:1.5
--- pkgsrc/devel/ruby-console/Makefile:1.4      Sun Jul 23 12:12:44 2023
+++ pkgsrc/devel/ruby-console/Makefile  Sat Aug  5 08:55:36 2023
@@ -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@localhost
Index: pkgsrc/devel/ruby-console/distinfo
diff -u pkgsrc/devel/ruby-console/distinfo:1.4 pkgsrc/devel/ruby-console/distinfo:1.5
--- pkgsrc/devel/ruby-console/distinfo:1.4      Sun Jul 23 12:12:44 2023
+++ pkgsrc/devel/ruby-console/distinfo  Sat Aug  5 08:55:36 2023
@@ -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

Index: pkgsrc/devel/ruby-console/PLIST
diff -u pkgsrc/devel/ruby-console/PLIST:1.2 pkgsrc/devel/ruby-console/PLIST:1.3
--- pkgsrc/devel/ruby-console/PLIST:1.2 Thu Jul 27 23:04:40 2023
+++ pkgsrc/devel/ruby-console/PLIST     Sat Aug  5 08:55:36 2023
@@ -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
@@ -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



Home | Main Index | Thread Index | Old Index