Skip to content

0.5.0

Compare
Choose a tag to compare
@mattbrictson mattbrictson released this 24 Jun 16:57
· 225 commits to main since this release

There are no changes to the actual behavior and feature set of Airbrussh in this release.

There are, however, many behind-the-scenes changes and improvements to overall code quality. This release also adds support for upcoming versions of SSHKit.

  • Added Rubocop enforcement to Travis
  • Added Code Climate and Coveralls checks (see badges in the README)
  • Airbrussh now has good test coverage, and is tested by Travis against a matrix of Ruby and SSHKit versions (@robd)
  • Changes to support the new SSHKit formatter API, as introduced in SSHKit #257 (@robd)
  • Airbrussh.reset has been removed
  • Airbrussh now has its own ANSI color code; it no longer relies on a third-party gem (i.e. colorize)