Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 468 Bytes

ChangeLog.md

File metadata and controls

12 lines (10 loc) · 468 Bytes

0.1.0 / 2012-12-02

  • Initial release
    • Extracted from ronin.
    • Use Ripl.shell.binding instead of Ripl.config[:binding], which is not set when running the ripl executable.
    • No longer use singleton_class.method_defined? (Ruby 1.9 only) in {Ripl::ShellCommands#loop_eval}.
    • No longer use Shellwords.shelljoin in {Ripl::ShellCommands.exec}, which was re-escaping all arguments.
    • Added specs.