Changelog¶ ↑
0.4.7 | 2013-04-26¶ ↑
-
Better handling of binary streams in Ruby 1.9+.
-
Add option to not throw exceptions when there’s data on STDERR. Thanks @mclazarus!
-
Some never ending doc clean-up.
0.4.6 | 2012-08-23¶ ↑
-
Handle connection timeouts with a
Scutil::Error
.
0.4.5 | 2012-05-25¶ ↑
-
Minor bug when running scutil with Ruby 1.8.
0.4.4 | 2012-05-24¶ ↑
-
Added Net::SCP wrapper support to the module functions.
-
DRY’d things up a bit.
0.4.3 | 2012-03-14¶ ↑
-
Added preliminary support for a Net::SCP wrapper.
0.4.2 | 2012-02-23¶ ↑
-
Fixed bug when using Ruby 1.8.
0.4.1 | 2012-02-22¶ ↑
-
Fixed uninitialized constant error introduced in 0.4.0.
-
Yet more doc clean up…
0.4.0 | 2012-02-21¶ ↑
-
Added built-in sudo password support.
-
Some new tests and documentation fixes.
0.3.3 | 2011-12-20¶ ↑
-
Fixed bug when writing file to disk and then immediately reading the same file.
0.3.2 | 2011-11-03¶ ↑
-
Instance initialization will default to current user if username is not specified.
-
More documentation corrections.
0.3.1 | 2011-10-26¶ ↑
-
Added conn method to instance to expose Net::SSH::Connection::Session object.
-
Documentation corrections.
0.3.0 | 2011-10-11¶ ↑
-
Added set_options method to instance.
-
Bug fixes.
0.2.4 | 2011-10-02¶ ↑
-
More verbose logging.
-
Better error handling.
-
Minor bug fixes.
-
Documentation corrections.
0.2.3 | 2011-09-27¶ ↑
-
Fixed bug in
Scutil.clear!
-
Added beginnings of a test suite.
-
Restructured code into a more sane file structure.
0.2.2 | 2011-09-25¶ ↑
-
Added
Scutil.clear!
method for remove cached connections. -
Now using Darkfish rdoc template.
0.2.1 | 2011-09-22¶ ↑
-
The option :scutil_pty_regex is no longer ignored.
0.2.0 | 2011-09-20¶ ↑
-
Added option :scutil_pty_regex.
-
output_buffer_size is no longer ignored.
0.1.2 | 2011-09-18¶ ↑
-
Option :scutil_force_pty will now force not requesting a PTY as well.
0.1.1 | 2011-09-17¶ ↑
-
Initial public release.