Path to this page:
Subject: CVS commit: pkgsrc/devel/ruby-irb
From: Takahiro Kambe
Date: 2025-02-09 10:06:46
Message id: 20250209090646.CC45BFBE0@cvs.NetBSD.org
Log Message:
devel/ruby-irb: update to 1.15.1
1.15.0 (2025-01-21)
What's Changed
Enhancements
* Add ri as an alias to the show_doc command by @st0012 in #1054
* Add copy command by @Prajjwal in #1044
* Show a quick preview of inspect result before pager launch by @tompng in
#1040
Bug Fixes
* Fix broken history command with -g by @sanfrecce-osaka in #1057
* Gracefully handle incorrect command aliases by @st0012 in #1059
* Print more actionable message when the exception may be an IRB bug by
@st0012 in #1061
* IRB.conf[:SAVE_HISTORY] should handle boolean values by @st0012 in #1062
* Colorize backref token bold green like global variables by @tompng in
#1065
Documentation
* Restructure IRB's documentation by @st0012 in #1053
* Use the documentation site as the source of truth by @st0012 in #1055
* Extract contributing guideline into a CONTRIBUTING.md by @st0012 in #1056
* [DOC] Remove unnecessary escape from completor class names by @st0012 in
#1063
* [DOC] Update documentation about the new copy command by @st0012 in #1067
* [DOC] Exclude the word IRB from RDoc's autolinking by @st0012 in #1068
Other Changes
* Simplify vterm-yamatanooroti's steps by @st0012 in #1060
* Drop ColorPrinter's workaround for BasicObject by @st0012 in #1051
* Group private methods together in IRB::Context by @st0012 in #1064
* Bump version to v1.15.0 by @st0012 in #1066
New Contributors
* @sanfrecce-osaka made their first contribution in #1057
* @Prajjwal made their first contribution in #1044
1.15.1 (2025-01-22)
What's Changed
Bug Fixes
* Fix pager preview with escape sequence and newlines by @tompng in #1069
Other Changes
* Bump version to 1.15.1 by @tompng in #1070
Files: