Sha256: 1c82b4e9ee4d30f81793e003aeeac4cf4b160a8ed3859065a23f78382c6b610a
Contents?: true
Size: 1.44 KB
Versions: 1
Compression:
Stored size: 1.44 KB
Contents
# Rib CHANGES ## Rib 0.9.3 -- 2011-08-28 * [rib] Calling `Rib.shell` would no longer automatically `require 'rib/core'` anymore. This is too messy. We should only do this in `bin/rib`. See: commit:7a97441afeecae80f5493f4e8a4a6ba3044e2c33 require 'rib/more/anchor' Rib.anchor 123 Should no longer crashed... Thanks Andrew. ## Rib 0.9.2 -- 2011-08-25 * [extra/autoindent] It has been greatly improved. A lot more accurate. * [extra/autoindent] Fixed a bug when you're typing too fast upon rib launching, it might eat your input. Thanks bootleq. ## Rib 0.9.1 -- 2011-08-19 * [extra/autoindent] Autoindent plugin help you indent multiline editing. Note: This plugin is depending on [readline_buffer][], thus GNU Readline. * [ripl] After `require 'rib/ripl'`, ripl plugins should be usable for rib. * [rib] Introduce `ENV['RIB_HOME']` to set where to store config and history. By default, it's `~/.rib` now, but it would first search for existing config or history, which would first try to see `~/.rib/config.rb`, and then `~/.rib/history.rb`. If Rib can find anything there, then `RIB_HOME` would be set to `~/.rib`, the same goes to `~/.config/rib`. In short, by default `RIB_HOME` is `~/.rib`, but the old `~/.config/rib` still works. [readline_buffer]: https://github.com/godfat/readline_buffer ## Rib 0.9.0 -- 2011-08-14 * First serious release! * So much enhancement over ripl-rc!
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rib-0.9.3 | CHANGES.md |