README.rdoc in ripl-0.3.6 vs README.rdoc in ripl-0.4.0
- old
+ new
@@ -73,19 +73,20 @@
* Type 'exit', 'quit' or press Ctrl-D to exit
* 6 common commandline options: -f, -r, -I, -d, -h, -v
* IRB.conf -> Ripl.config
* Handles Ctrl-C quietly
* Enhancements over irb
- * ~270 lines (doc included) vs irb's 5000+ lines
+ * ~290 lines (doc included) vs irb's 5000+ lines
* Easily extendable with plugins
* Tests and documentation!
* Customizable completion and completion of method arguments (from bond)
* Easy to create custom shells for gems and apps i.e. Ripl.start
* Easy to create and invoke ripl commands
* Create console commands in a simple, modular way
* Custom commandline options can be added via a plugin
* ~/.irbrc errors caught
+ * Well-integrated internationalization (see {ripl-i18n}[http://github.com/cldwalker/ripl-i18n])
* Different from irb
* No multi-line evaluation by default (but there is a plugin,
{ripl-multi_line}[http://github.com/janlelis/ripl-multi_line]).
* No irb subsessions or workspaces (though ripl has jumps via
{ripl-commands}[http://github.com/cldwalker/ripl-commands])
@@ -149,12 +150,12 @@
$PATH. For example, the file 'ripl-my_gem' would be invoked with `ripl my_gem`. Note that with your
command you can take arguments and parse your options as you please. For an example command,
see {ripl-rails}[http://github.com/cldwalker/ripl-rails].
== Credits
-* janlelis for bug fix and tweaks
-* godfat and JoshCheek for bug fixes
+* janlelis and godfat for bug fix and tweaks
+* JoshCheek for bug fixes
== Ripl Plugins
* {ripl-multi_line}[http://github.com/janlelis/ripl-multi_line] : evaluate multiple lines
* {ripl-ripper}[http://github.com/cldwalker/ripl-ripper] : evaluate multiple lines with ripper
@@ -162,9 +163,10 @@
* {ripl-rack}[http://github.com/cldwalker/ripl-rack] : console for rack
* {ripl-play}[http://github.com/cldwalker/ripl-play] : play back and record input into ripl
* {ripl-debug}[http://github.com/cldwalker/ripl-debug] : automatically debugs a failed eval
* {ripl-after_rc}[http://github.com/cldwalker/ripl-after_rc] : provide blocks to run after ~/.irbrc is loaded
* {ripl-irb}[http://github.com/cldwalker/ripl-irb] : smooths transition from irb
+* {ripl-i18n}[http://github.com/cldwalker/ripl-i18n] : translates ripl to your language
* {ripl-commands}[http://github.com/cldwalker/ripl-commands] : adds ripl commands similar to irb's commands
* {ripl-color_error}[http://github.com/cldwalker/ripl-color_error] : colorize errors
* {ripl-color_streams}[http://github.com/janlelis/ripl-color_streams] : colorizes stderr + stdout
* {ripl-color_result}[http://github.com/janlelis/ripl-color_result] : colorizes results
* {ripl-auto_indent}[http://github.com/janlelis/ripl-auto_indent] : auto indents multi-line input