File rubygem-cocaine.changes of Package rubygem-cocaine
-------------------------------------------------------------------
Thu Feb 8 05:57:29 UTC 2018 - coolo@suse.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 05:32:34 UTC 2015 - coolo@suse.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 3 05:29:05 UTC 2015 - coolo@suse.com
- updated to version 0.5.7
-------------------------------------------------------------------
Tue Feb 10 17:31:05 UTC 2015 - coolo@suse.com
- updated to version 0.5.5
-------------------------------------------------------------------
Mon Oct 13 09:45:31 UTC 2014 - coolo@suse.com
- adapt to new rubygem packaging
-------------------------------------------------------------------
Sun Apr 6 05:38:53 UTC 2014 - coolo@suse.com
- updated to version 0.5.4
* Bug Fix: PosixRunner and ProcessRunner respect supplemental paths now.
-------------------------------------------------------------------
Fri Nov 1 06:07:20 UTC 2013 - coolo@suse.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 4 07:17:55 UTC 2013 - coolo@suse.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 14:58:16 UTC 2013 - coolo@suse.com
- updated to version 0.5.1
-------------------------------------------------------------------
Sun Oct 28 06:02:27 UTC 2012 - coolo@suse.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 9 08:30:47 UTC 2012 - coolo@suse.com
- updated to version 0.4.0
-------------------------------------------------------------------
Mon Oct 1 07:57:34 UTC 2012 - coolo@suse.com
- updated to version 0.3.2
-------------------------------------------------------------------
Sun Sep 23 09:18:36 UTC 2012 - coolo@suse.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 08:02:12 UTC 2012 - coolo@suse.com
- updated to version 0.3.0
-------------------------------------------------------------------
Wed Aug 1 05:02:58 UTC 2012 - coolo@suse.com
- updated to version 0.2.1
-------------------------------------------------------------------
Fri Dec 9 10:06:01 UTC 2011 - jreidinger@suse.com
- initial commit, needed by paperclip