- Your contribution here!
- Fix
Marshal.dump
warnings by removingdeep_copy
workaround that it is no longer needed for the latest SSHKit (#10).
- Changes to ensure compatibility with the upcoming version of SSHKit (ec3122b).
- Explicitly specify UTF-8 encoding for source files, for Ruby 1.9.3 compatibility (#9).
- New
config.banner
option allows startup message to be disabled or changed (suggestion from @justindowning) - New
config.command_output
option gives full control of whether airbrussh shows or hides the stderr and stdout data received from remote commands; see the usage section of the README for further explanation (suggestion from @carlesso)
- Un-pin SSHKit dependency now that SSHKit 1.7.1 has been released.
- Pin SSHKit dependency at
~> 1.6.1
to avoid a bug in 1.7.0 that causes command exit statuses to be omitted from the log.
- Initial release