Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: ruby3.4-rubygem-reline | Distribution: openSUSE Tumbleweed |
Version: 0.6.0 | Vendor: openSUSE |
Release: 1.1 | Build date: Mon Feb 3 11:22:36 2025 |
Group: Unspecified | Build host: reproducible |
Size: 263403 | Source RPM: rubygem-reline-0.6.0-1.1.src.rpm |
Packager: https://bugs.opensuse.org | |
Url: https://github.com/ruby/reline | |
Summary: Alternative GNU Readline or Editline implementation by pure Ruby |
Alternative GNU Readline or Editline implementation by pure Ruby.
Ruby
* Mon Feb 03 2025 Dan Čermák <dan.cermak@posteo.net> - 0.6.0: <!-- Release notes generated using configuration in .github/release.yml at v0.6.0 --> [#]# What's Changed [#]## 🐛 Bug Fixes * Fix RELINE_TEST_ENCODING by @ima1zumi in https://github.com/ruby/reline/pull/743 * Don't skip start_with check on encoding-incompatible candidates by @tompng in https://github.com/ruby/reline/pull/787 * Call user defined sigwinch and sigcont handler by @tompng in https://github.com/ruby/reline/pull/788 * Fix line wrapped cursor position by @tompng in https://github.com/ruby/reline/pull/791 * Undo and redo should restore indentation by @tompng in https://github.com/ruby/reline/pull/793 [#]## 🛠 Other Changes * Fix tests failing when INPUTRC is defined by @pterjan in https://github.com/ruby/reline/pull/789 * Implement buffered output to Reline::ANSI by @tompng in https://github.com/ruby/reline/pull/790 * Merge key mapping with key bindings by @tompng in https://github.com/ruby/reline/pull/715 * Refactor Reline::Unicode ed_ vi_ em_ methods by @tompng in https://github.com/ruby/reline/pull/720 * Change quoted_insert and bracketed_paste to a single key input by @tompng in https://github.com/ruby/reline/pull/792 * Bump version to 0.6.0 by @ima1zumi in https://github.com/ruby/reline/pull/795 [#]# New Contributors * @pterjan made their first contribution in https://github.com/ruby/reline/pull/789 * *Full Changelog**: https://github.com/ruby/reline/compare/v0.5.12...v0.6.0 0.5.12: <!-- Release notes generated using configuration in .github/release.yml at v0.5.12 --> [#]# What's Changed [#]## 🐛 Bug Fixes * Fix completion quote, preposing and target calculation bug by @tompng in https://github.com/ruby/reline/pull/763 * Fix tab completion appending quote by @tompng in https://github.com/ruby/reline/pull/782 * Fix io_gate.encoding raises IOError in ruby <= 3.0 by @tompng in https://github.com/ruby/reline/pull/785 [#]## 🛠 Other Changes * Remove unused things from reline/unicode.rb by @tompng in https://github.com/ruby/reline/pull/759 * Refactor perform_completon by @tompng in https://github.com/ruby/reline/pull/778 * Remove terminfo.rb by @tompng in https://github.com/ruby/reline/pull/769 * Removed redundant argument at Reline::LineEditor::CompletionBlockTest by @hsbt in https://github.com/ruby/reline/pull/781 * Handle multibyte character input by KeyStroke by @tompng in https://github.com/ruby/reline/pull/713 * fix/omit test that fail in encoding=US_ASCII by @tompng in https://github.com/ruby/reline/pull/784 * Extract TruffleRuby workflow from reline.yml by @ima1zumi in https://github.com/ruby/reline/pull/783 * Bump version to 0.5.12 by @ima1zumi in https://github.com/ruby/reline/pull/786 * *Full Changelog**: https://github.com/ruby/reline/compare/v0.5.11...v0.5.12 0.5.11: <!-- Release notes generated using configuration in .github/release.yml at v0.5.11 --> [#]# What's Changed [#]## ✨ Enhancements * Allow utf-8 safe meta key mapping in inputrc by @tompng in https://github.com/ruby/reline/pull/723 * Support continuous tab completion by @tompng in https://github.com/ruby/reline/pull/761 * Use IO's encoding instead of Encoding.default_external by @monkeyWzr in https://github.com/ruby/reline/pull/765 [#]## 🐛 Bug Fixes * Fix Reline crash with invalid encoding history by @tompng in https://github.com/ruby/reline/pull/751 * Fix incremental search cancel bug by @tompng in https://github.com/ruby/reline/pull/748 * append completion_append_character only when continous completion is … by @monkeyWzr in https://github.com/ruby/reline/pull/764 * nonprinting_start and nonprinting_end should be removed before print by @tompng in https://github.com/ruby/reline/pull/771 [#]## 🛠 Other Changes * Specify commit hash of yamatanooroti by @tompng in https://github.com/ruby/reline/pull/746 * Add a timeout to cursor_pos by @tompng in https://github.com/ruby/reline/pull/750 * Fix FD leaks by @nobu in https://github.com/ruby/reline/pull/752 * Rename `matches?` as `match?` by @nobu in https://github.com/ruby/reline/pull/753 * Make rendering test faster using updated yamatanooroti by @tompng in https://github.com/ruby/reline/pull/747 * Concatenate some rendeing test by @tompng in https://github.com/ruby/reline/pull/749 * Hash#inspect style has changed in ruby 3.4 by @nobu in https://github.com/ruby/reline/pull/758 * Fix tempfile leaks by @nobu in https://github.com/ruby/reline/pull/757 * Add cursor keys for application keypad mode to default key bindings by @tompng in https://github.com/ruby/reline/pull/719 * Add completion_append_character test by @tompng in https://github.com/ruby/reline/pull/773 * Add TruffleRuby in CI by @eregon in https://github.com/ruby/reline/pull/768 * Windows fix by @YO4 in https://github.com/ruby/reline/pull/775 * Bump version to 0.5.11 by @ima1zumi in https://github.com/ruby/reline/pull/777 [#]# New Contributors * @eregon made their first contribution in https://github.com/ruby/reline/pull/768 * *Full Changelog**: https://github.com/ruby/reline/compare/v0.5.10...v0.5.11 * Mon Nov 04 2024 Dan Čermák <dan.cermak@posteo.net> - 0.5.10: <!-- Release notes generated using configuration in .github/release.yml at v0.5.10 --> [#]# What's Changed [#]## ✨ Enhancements * Implement re-read-init-file by @ima1zumi in https://github.com/ruby/reline/pull/740 [#]## 🐛 Bug Fixes * Fix vi_yank or vi_delete_meta copies nil bug by @tompng in https://github.com/ruby/reline/pull/726 * Rerender and enter raw mode again by SIGCONT by @tompng in https://github.com/ruby/reline/pull/727 * Fix rendering bug of nomultiline prompt by @tompng in https://github.com/ruby/reline/pull/730 * [HELP WANTED] Try to fix windows and external command bug by @tompng in https://github.com/ruby/reline/pull/734 * Fix redisplay/insert_text called from pre_input_hook by @tompng in https://github.com/ruby/reline/pull/742 [#]## 🛠 Other Changes * Fix memory leak in setupterm by @peterzhu2118 in https://github.com/ruby/reline/pull/733 * Accept colon-style hash in test assertion by @tompng in https://github.com/ruby/reline/pull/732 * Typofix by @hsbt in https://github.com/ruby/reline/pull/737 * Remove unused variables by @ima1zumi in https://github.com/ruby/reline/pull/739 * Improve performance of `Reline::Unicode.get_mbchar_width` by @tompng in https://github.com/ruby/reline/pull/632 * Add test for reset_variables in Reline::Config by @ima1zumi in https://github.com/ruby/reline/pull/741 * Split render_differential to rendering logic and differential rendering algorithm part by @tompng in https://github.com/ruby/reline/pull/731 * Prevent a warning for `warning: literal string will be frozen in the … by @ima1zumi in https://github.com/ruby/reline/pull/744 * Bump version to 0.5.10 by @ima1zumi in https://github.com/ruby/reline/pull/745 * *Full Changelog**: https://github.com/ruby/reline/compare/v0.5.9...v0.5.10 * Fri Jun 21 2024 Dan Čermák <dan.cermak@posteo.net> - New upstream release 0.5.9, no changelog found * Mon Jan 29 2024 Dan Čermák <dan.cermak@posteo.net> - New upstream release 0.4.2, no changelog found * Tue Nov 14 2023 Dan Čermák <dan.cermak@posteo.net> - New upstream release 0.4.0, no changelog found * Thu Mar 10 2022 Manuel Schnitzer <mschnitzer@suse.com> - initialize package
/usr/lib64/ruby/gems/3.4.0/build_info /usr/lib64/ruby/gems/3.4.0/cache/reline-0.6.0.gem /usr/lib64/ruby/gems/3.4.0/gems/reline-0.6.0 /usr/lib64/ruby/gems/3.4.0/gems/reline-0.6.0/BSDL /usr/lib64/ruby/gems/3.4.0/gems/reline-0.6.0/COPYING /usr/lib64/ruby/gems/3.4.0/gems/reline-0.6.0/README.md /usr/lib64/ruby/gems/3.4.0/gems/reline-0.6.0/lib /usr/lib64/ruby/gems/3.4.0/gems/reline-0.6.0/lib/reline /usr/lib64/ruby/gems/3.4.0/gems/reline-0.6.0/lib/reline.rb /usr/lib64/ruby/gems/3.4.0/gems/reline-0.6.0/lib/reline/config.rb /usr/lib64/ruby/gems/3.4.0/gems/reline-0.6.0/lib/reline/face.rb /usr/lib64/ruby/gems/3.4.0/gems/reline-0.6.0/lib/reline/history.rb /usr/lib64/ruby/gems/3.4.0/gems/reline-0.6.0/lib/reline/io /usr/lib64/ruby/gems/3.4.0/gems/reline-0.6.0/lib/reline/io.rb /usr/lib64/ruby/gems/3.4.0/gems/reline-0.6.0/lib/reline/io/ansi.rb /usr/lib64/ruby/gems/3.4.0/gems/reline-0.6.0/lib/reline/io/dumb.rb /usr/lib64/ruby/gems/3.4.0/gems/reline-0.6.0/lib/reline/io/windows.rb /usr/lib64/ruby/gems/3.4.0/gems/reline-0.6.0/lib/reline/key_actor /usr/lib64/ruby/gems/3.4.0/gems/reline-0.6.0/lib/reline/key_actor.rb /usr/lib64/ruby/gems/3.4.0/gems/reline-0.6.0/lib/reline/key_actor/base.rb /usr/lib64/ruby/gems/3.4.0/gems/reline-0.6.0/lib/reline/key_actor/composite.rb /usr/lib64/ruby/gems/3.4.0/gems/reline-0.6.0/lib/reline/key_actor/emacs.rb /usr/lib64/ruby/gems/3.4.0/gems/reline-0.6.0/lib/reline/key_actor/vi_command.rb /usr/lib64/ruby/gems/3.4.0/gems/reline-0.6.0/lib/reline/key_actor/vi_insert.rb /usr/lib64/ruby/gems/3.4.0/gems/reline-0.6.0/lib/reline/key_stroke.rb /usr/lib64/ruby/gems/3.4.0/gems/reline-0.6.0/lib/reline/kill_ring.rb /usr/lib64/ruby/gems/3.4.0/gems/reline-0.6.0/lib/reline/line_editor.rb /usr/lib64/ruby/gems/3.4.0/gems/reline-0.6.0/lib/reline/unicode /usr/lib64/ruby/gems/3.4.0/gems/reline-0.6.0/lib/reline/unicode.rb /usr/lib64/ruby/gems/3.4.0/gems/reline-0.6.0/lib/reline/unicode/east_asian_width.rb /usr/lib64/ruby/gems/3.4.0/gems/reline-0.6.0/lib/reline/version.rb /usr/lib64/ruby/gems/3.4.0/gems/reline-0.6.0/license_of_rb-readline /usr/lib64/ruby/gems/3.4.0/specifications/reline-0.6.0.gemspec /usr/share/doc/packages/ruby3.4-rubygem-reline /usr/share/doc/packages/ruby3.4-rubygem-reline/COPYING /usr/share/doc/packages/ruby3.4-rubygem-reline/README.md
Generated by rpm2html 1.8.1
Fabrice Bellet, Sun Feb 9 01:19:28 2025