README.rdoc in ripl-0.5.1 vs README.rdoc in ripl-0.6.0

- old
+ new

@@ -2,11 +2,12 @@ ripl is a light, modular alternative to irb. Like irb, it loads ~/.irbrc, has autocompletion and keeps history in ~/.irb_history. Unlike irb, it is highly customizable via plugins and supports commands i.e. {ripl-play}[http://github.com/cldwalker/ripl-play]. This customizability makes it easy to build custom shells (i.e. for a gem or application) and complex shells (i.e. for the -{web}[http://github.com/cldwalker/nirvana]). In other words, ripl is also a shell framework. +{web}[http://github.com/cldwalker/nirvana]). In other words, ripl is also a shell framework. Works +on ruby 1.8.7 and greater. == Install If you have {readline}[http://cnswww.cns.cwru.edu/php/chet/readline/rltop.html], install ripl with: @@ -195,9 +196,11 @@ * {nirvana}[http://github.com/cldwalker/nirvana]: A ruby web shell complete with autocomplete * {fresh}[http://github.com/janlelis/fresh]: An interesting ruby/system hybrid shell * {ripl-johnson}[http://github.com/cldwalker/ripl-johnson]: A js shell based on johnson (firefox tracemonkey) * {ronin}[https://github.com/ronin-ruby/ronin]: An exploit development platform using ripl for its console * {tux}[http://github.com/cldwalker/tux]: A sinatra shell +* {rack-webconsole}[https://github.com/codegram/rack-webconsole]: A rack middleware that adds a + web shell to any rack app == More Ripl Links * {ripl screencast}[http://www.rubypulse.com/ep0.51_ripl.html] * {overview of ripl features}[http://rbjl.net/44-ripl-why-should-you-use-an-irb-alternative]