Received: by mail.netbsd.org (Postfix, from userid 605) id 222A284F08; Sat, 3 Feb 2024 15:15:11 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 4F49C84E7E for ; Sat, 3 Feb 2024 15:15:10 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id 3U2MFC4E2QPf for ; Sat, 3 Feb 2024 15:15:09 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id A2AF784CFC for ; Sat, 3 Feb 2024 15:15:09 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 9A5FAFA42; Sat, 3 Feb 2024 15:15:09 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_170697330951300" MIME-Version: 1.0 Date: Sat, 3 Feb 2024 15:15:09 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/devel/ruby-highline To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20240203151509.9A5FAFA42@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_170697330951300 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Sat Feb 3 15:15:09 UTC 2024 Modified Files: pkgsrc/devel/ruby-highline: Makefile PLIST distinfo Log Message: devel/ruby-highline: update to 3.0.1 3.0.0 / 2024-01-05 * PR #265 - Change Readline for Reline for Ruby 3.3 compat (@abinoam) * PR #264 - Add abbrev gem as dependency (@mathieujobin) * PR #263 - Release 3.0.0.pre.1 * Raise minimum Ruby version requirement to 3.0 * PR #262 - Do not call stty on non-tty (@kbrock) * PR #260 / I #43 - Ctrl-U (erase line) handling (@abinoam, issue by @gutenye) * PR #259 / I #236 - Handle Ctrl-C when Question#echo = false (@abinoam, @Fahhetah, issue by @aspyct) * PR #258 / I #246 - Add validation class support (@abinoam, issue by @Joshfindit) - Make it dry-types compatible through the use of #valid? - Solve the multiple answers in one line problem with a combination of custom coercion (parser) and custom validation * PR #257 / I #233 - Show Question#default hint for non String values (@abinoam, issue by @branch14) - Add Question#default_hint_show to allow disabling it. * PR #256 / I #249 - Fix Array validation in Question#in (@abinoam, issue by @esotericpig) 3.0.1 (2024-01-20) * PR #268 - Remove unused abbrev dependency (@zvkemp) To generate a diff of this commit: cvs rdiff -u -r1.26 -r1.27 pkgsrc/devel/ruby-highline/Makefile cvs rdiff -u -r1.12 -r1.13 pkgsrc/devel/ruby-highline/PLIST cvs rdiff -u -r1.27 -r1.28 pkgsrc/devel/ruby-highline/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_170697330951300 Content-Disposition: inline Content-Length: 2380 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/ruby-highline/Makefile diff -u pkgsrc/devel/ruby-highline/Makefile:1.26 pkgsrc/devel/ruby-highline/Makefile:1.27 --- pkgsrc/devel/ruby-highline/Makefile:1.26 Sun Apr 30 15:16:52 2023 +++ pkgsrc/devel/ruby-highline/Makefile Sat Feb 3 15:15:09 2024 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.26 2023/04/30 15:16:52 taca Exp $ +# $NetBSD: Makefile,v 1.27 2024/02/03 15:15:09 taca Exp $ -DISTNAME= highline-2.1.0 +DISTNAME= highline-3.0.1 CATEGORIES= net security MAINTAINER= pkgsrc-users@NetBSD.org Index: pkgsrc/devel/ruby-highline/PLIST diff -u pkgsrc/devel/ruby-highline/PLIST:1.12 pkgsrc/devel/ruby-highline/PLIST:1.13 --- pkgsrc/devel/ruby-highline/PLIST:1.12 Sun Apr 30 15:16:52 2023 +++ pkgsrc/devel/ruby-highline/PLIST Sat Feb 3 15:15:09 2024 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.12 2023/04/30 15:16:52 taca Exp $ +@comment $NetBSD: PLIST,v 1.13 2024/02/03 15:15:09 taca Exp $ ${GEM_HOME}/cache/${GEM_NAME}.gem ${GEM_LIBDIR}/.github/workflows/ci.yml ${GEM_LIBDIR}/.gitignore @@ -17,6 +17,7 @@ ${GEM_LIBDIR}/examples/ansi_colors.rb ${GEM_LIBDIR}/examples/asking_for_arrays.rb ${GEM_LIBDIR}/examples/basic_usage.rb ${GEM_LIBDIR}/examples/color_scheme.rb +${GEM_LIBDIR}/examples/custom_parser_custom_validator.rb ${GEM_LIBDIR}/examples/get_character.rb ${GEM_LIBDIR}/examples/limit.rb ${GEM_LIBDIR}/examples/menus.rb Index: pkgsrc/devel/ruby-highline/distinfo diff -u pkgsrc/devel/ruby-highline/distinfo:1.27 pkgsrc/devel/ruby-highline/distinfo:1.28 --- pkgsrc/devel/ruby-highline/distinfo:1.27 Sun Apr 30 15:16:52 2023 +++ pkgsrc/devel/ruby-highline/distinfo Sat Feb 3 15:15:09 2024 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.27 2023/04/30 15:16:52 taca Exp $ +$NetBSD: distinfo,v 1.28 2024/02/03 15:15:09 taca Exp $ -BLAKE2s (highline-2.1.0.gem) = ee3077fd4a182c5c2a6de1b62761f6f36d14b4935f7adc15be4cfbf551ce15f1 -SHA512 (highline-2.1.0.gem) = cb168afebb5b901a2ac9ee4bbd6cebe3be8675fec096714819bf93bc6b74f4a9e81eae6dc35a2bf61a4dd5cf498829dce11fdf96bb5623400c428ec440c675e9 -Size (highline-2.1.0.gem) = 216576 bytes +BLAKE2s (highline-3.0.1.gem) = 9cba84f07d77aa584dedb6d0b5b9d471f5211d4492486cf5b547ad83b5068aad +SHA512 (highline-3.0.1.gem) = 65b39f093cb26fac1cb256e8271ce3de98d010c6ceca55a5a782a768a024d40fee56c6b587ed0057cfe3b5451a6e6edf40c3ce50a02f9357b93a3f443d69dd80 +Size (highline-3.0.1.gem) = 217600 bytes --_----------=_170697330951300--