Skip to content

Commit

Permalink
devel/ruby-highline: update to 3.0.1
Browse files Browse the repository at this point in the history
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)
  • Loading branch information
taca committed Feb 3, 2024
1 parent dc458a0 commit 766fd7b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
4 changes: 2 additions & 2 deletions devel/ruby-highline/Makefile
Original file line number Diff line number Diff line change
@@ -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
Expand Down
3 changes: 2 additions & 1 deletion devel/ruby-highline/PLIST
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand Down
8 changes: 4 additions & 4 deletions devel/ruby-highline/distinfo
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 766fd7b

Please sign in to comment.