Hello!
I'm happy to announce that version 0.4.1 of rb-readline is available now.
rb-readline is a pure-Ruby port of GNU Readline. 0.4.1 is a bugfix release.
Changes in this release:
=== 0.4.1 / 2011-07-29
* Bugfixes:
* Fix crash with double tab and an empty line buffer. GH-26 [phasis68]
* Accessing rl_line_buffer before initialization. GH-27 [phasis68]
* Fix hanging bug when completer finds a quote char. [Spakman]
* Filename completion on paths with directory components. GH-35 [Spakman]
* Attempted completion function now returns correct array. GH-34 [Spakman]
* Ensure @rl_filname_dequoting_function is used if defined. [Spakman]
* Remove deprecations with recent versions of RubyGems. [luislavena]
rb-readline is available via RubyGems[1] or downloaded as a zip archive from
GitHub[2].
Users of RubyInstaller for Windows should note that installing the Gem
will not replace the bundled version of rb-readline (which will still be
loaded unless you alter the $LOAD_PATH). To do that, you should download
the ZIP archive and install it into site_ruby using setup.rb. You can
see which version is loaded by checking the value of
RbReadline::RB_READLINE_VERSION.
1 - https://rubygems.org/gems/rb-readline
2 - https://github.com/luislavena/rb-readline/downloads