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: Fri Aug 11 13:51:36 UTC 2023
Modified Files:
pkgsrc/devel/ruby-console: Makefile PLIST distinfo
Log Message:
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)
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/ruby-console/Makefile \
pkgsrc/devel/ruby-console/distinfo
cvs rdiff -u -r1.3 -r1.4 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.5 pkgsrc/devel/ruby-console/Makefile:1.6
--- pkgsrc/devel/ruby-console/Makefile:1.5 Sat Aug 5 08:55:36 2023
+++ pkgsrc/devel/ruby-console/Makefile Fri Aug 11 13:51:36 2023
@@ -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@localhost
Index: pkgsrc/devel/ruby-console/distinfo
diff -u pkgsrc/devel/ruby-console/distinfo:1.5 pkgsrc/devel/ruby-console/distinfo:1.6
--- pkgsrc/devel/ruby-console/distinfo:1.5 Sat Aug 5 08:55:36 2023
+++ pkgsrc/devel/ruby-console/distinfo Fri Aug 11 13:51:36 2023
@@ -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
Index: pkgsrc/devel/ruby-console/PLIST
diff -u pkgsrc/devel/ruby-console/PLIST:1.3 pkgsrc/devel/ruby-console/PLIST:1.4
--- pkgsrc/devel/ruby-console/PLIST:1.3 Sat Aug 5 08:55:36 2023
+++ pkgsrc/devel/ruby-console/PLIST Fri Aug 11 13:51:36 2023
@@ -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
@@ -13,10 +13,11 @@ ${GEM_LIBDIR}/lib/console/event/generic.
${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
Home |
Main Index |
Thread Index |
Old Index