Changelog for
ruby2.1-rubygem-cocaine-0.6.0-1.8.x86_64.rpm :
* Thu Feb 08 2018 cooloAATTsuse.com- updated to version 0.6.0 see installed NEWS.md New for 0.6.0:
* Rename the project to Terrapin New for 0.5.8:
* Improvement: Ensure that argument interpolations can be turned into Strings
* Feature: Save STDOUT and STDERR for inspection when the command completes
* Bug fix: Properly interpolate at the end of the line
* Sat Nov 21 2015 cooloAATTsuse.com- updated to version 0.5.8 see installed NEWS.md New for 0.5.7:
* Feature: Allow collection of both STDOUT and STDERR.
* Improvement: Convert arguments to strings when possible New for 0.5.6:
* Bug Fix: Java does not need to run commands with `env`
* Bug Fix: Found out we were rescuing the wrong error
* Tue Mar 03 2015 cooloAATTsuse.com- updated to version 0.5.7
* Tue Feb 10 2015 cooloAATTsuse.com- updated to version 0.5.5
* Mon Oct 13 2014 cooloAATTsuse.com- adapt to new rubygem packaging
* Sun Apr 06 2014 cooloAATTsuse.com- updated to version 0.5.4
* Bug Fix: PosixRunner and ProcessRunner respect supplemental paths now.
* Fri Nov 01 2013 cooloAATTsuse.com- updated to version 0.5.3
* SECURITY: Fix exploitable bug that could allow arbitrary command execution. See CVE-2013-4457 for more details. Thanks to Holger Just for report and fix!
* Bug fix: Sub-word interpolations can be confused for the longer version
* Fri Oct 04 2013 cooloAATTsuse.com- updated to version 0.5.2
* Improvement: Close all the IO objects!
* Feature: Add an Runner that uses IO.popen, so JRuby can play
* Improvement: Officially drop Ruby 1.8 support, add Ruby 2.0 support
* Bug fix: Prevent a crash if no command was actually run
* Improvement: Add security cautions to the README
* Sun Apr 14 2013 cooloAATTsuse.com- updated to version 0.5.1
* Sun Oct 28 2012 cooloAATTsuse.com- updated to version 0.4.2
* Loggers that don\'t understand `tty?`, like `ActiveSupport::BufferedLogger` will still work.
* Introduce FakeRunner for testing, so you don\'t really run commands.
* Fix logging: output the actual command, not the un-interpolated pattern.
* Prevent color codes from being output if log destination isn\'t a TTY.
* Moved interpolation to the `run` method, instead of interpolating on `new`.
* Remove official support for REE.
* Fix a hang when processes wait for IO.
* Tue Oct 09 2012 cooloAATTsuse.com- updated to version 0.4.0
* Mon Oct 01 2012 cooloAATTsuse.com- updated to version 0.3.2
* Sun Sep 23 2012 cooloAATTsuse.com- updated to version 0.3.1
* Made the `Runner` manually swappable, in case `ProcessRunner` doesn\'t work for some reason.
* Fixed copyright years.
* Thu Aug 30 2012 cooloAATTsuse.com- updated to version 0.3.0
* Wed Aug 01 2012 cooloAATTsuse.com- updated to version 0.2.1
* Fri Dec 09 2011 jreidingerAATTsuse.com- initial commit, needed by paperclip