0.1.0 / 2012-12-02
- Initial release
- Extracted from ronin.
- Use
Ripl.shell.bindinginstead ofRipl.config[:binding], which is not set when running theriplexecutable. - No longer use
singleton_class.method_defined?(Ruby 1.9 only) in Ripl::ShellCommands#loop_eval. - No longer use
Shellwords.shelljoinin Ripl::ShellCommands.exec, which was re-escaping all arguments. - Added specs.