Skip to content

Commit 280d4fc

Browse files
author
taca
committed
devel/ruby-irb: update to 1.17.0
1.17.0 (2026-02-09) What's Changed Bug Fixes * Support copy command on windows and wsl by @hogelog in #1153 * Fix incorrect history handling in nested session with debug.gem by @st0012 in #1158 * Treat frame.path as nilable in frame filtering by @st0012 in #1161 Other Changes * Exclude dependabot updates from release note by @hsbt in #1151 * Fix test_rendering flaky pager test by @tompng in #1152 * Syntax Highlight using Prism by @tompng in #1091 * Nesting analysis using Prism by @tompng in #1092 * Add missing keyword to colorize by @tompng in #1163 * Stop pointing rbs to git source by @st0012 in #1165 * Support slices change in Prism by @tompng in #1168 * Bump version to 1.17.0 by @st0012 in #1169 * Skip tests that are failing on TruffleRuby by @st0012 in #1170
1 parent 95a2785 commit 280d4fc

File tree

2 files changed

+6
-9
lines changed

2 files changed

+6
-9
lines changed

devel/ruby-irb/Makefile

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# $NetBSD: Makefile,v 1.7 2026/02/03 15:14:55 taca Exp $
1+
# $NetBSD: Makefile,v 1.8 2026/03/07 13:25:12 taca Exp $
22

3-
DISTNAME= irb-1.16.0
3+
DISTNAME= irb-1.17.0
44
CATEGORIES= devel
55

66
MAINTAINER= pkgsrc-users@NetBSD.org
@@ -10,9 +10,6 @@ LICENSE= 2-clause-bsd OR ruby-license
1010

1111
USE_LANGUAGES= # none
1212

13-
# Ruby 4.0.1 has irb 1.16.0 gem
14-
RUBY_VERSIONS_ACCEPTED= 32 33 34
15-
1613
RUBYGEM_MANPAGES= yes
1714
RUBYGEM_OPTIONS+= --format-executable
1815

devel/ruby-irb/distinfo

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
$NetBSD: distinfo,v 1.6 2026/02/03 15:14:55 taca Exp $
1+
$NetBSD: distinfo,v 1.7 2026/03/07 13:25:12 taca Exp $
22

3-
BLAKE2s (irb-1.16.0.gem) = 17f537c5836ee859683524c70d04a6d1fc14be7e7326a3f892e34fbe8fdd1dac
4-
SHA512 (irb-1.16.0.gem) = 81e45de4dc4556a5274e2327ee57514d5ea443e64d7098ab7bea0a3b01ff42d2beb550535ffe3cf0ac4442c4c4cece0dce6a64723f9ba503ea78586ed93ac3b8
5-
Size (irb-1.16.0.gem) = 102400 bytes
3+
BLAKE2s (irb-1.17.0.gem) = 43a23ed7dbf023147880f7d64b0d50de9e91cd34d65334767a510c4c8913f9ef
4+
SHA512 (irb-1.17.0.gem) = b9bf1e1468b8398bcffb2e55b2a91336a5378f1a3bcb92c352d48bf347b1739fd6e7df26959ed99c5826c4b5070f94366b4bc0b8deb2abfbf81b60b6465491ad
5+
Size (irb-1.17.0.gem) = 102912 bytes

0 commit comments

Comments
 (0)