./security/ruby-airbrussh, Airbrussh pretties up your SSHKit and Capistrano output

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 1.4.1, Package name: ruby31-airbrussh-1.4.1, Maintainer: pkgsrc-users

A replacement log formatter for SSHKit that makes Capistrano output much
easier on the eyes. Just add Airbrussh to your Capfile and enjoy concise,
useful log output that is easy to read.


Required to run:
[security/ruby-sshkit] [lang/ruby26-base]

Required to build:
[pkgtools/cwrappers]

Master sites:

Filesize: 20.5 KB

Version history: (Expand)


CVS history: (Expand)


   2022-08-28 07:09:07 by Takahiro Kambe | Files touched by this commit (3) | Package updated
Log message:
security/ruby-airbrussh: update to 1.4.1

1.4.1 (2022-07-23)

This is a gem housekeeping release. No user-facing changes.

Housekeeping

* Rename default branch to main (#140) @mattbrictson
* Include link to full diff in generated release notes (#144) @mattbrictson
* Replace Travis with CircleCI and add Ruby 3.0 and 3.1 to CI matrix (#138)
  @mattbrictson
* Upgrade to modern version of coveralls gem (#143) @mattbrictson
* Update appveyor to use a more modern version of Ruby (2.6) (#142)
  @mattbrictson
* Fix build failures on Ruby < 2.5 (#141) @mattbrictson
* Simplify release-drafter config (#139) @mattbrictson
   2021-10-26 13:18:07 by Nia Alarie | Files touched by this commit (605)
Log message:
security: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes

Unfetchable distfiles (fetched conditionally?):
./security/cyrus-sasl/distinfo \ 
cyrus-sasl-dedad73e5e7a75d01a5f3d5a6702ab8ccd2ff40d.patch.v2
   2021-10-07 16:54:50 by Nia Alarie | Files touched by this commit (606)
Log message:
security: Remove SHA1 hashes for distfiles
   2020-03-24 16:46:22 by Takahiro Kambe | Files touched by this commit (3) | Package updated
Log message:
security/ruby-airbrussh: update to 1.4.0

Update ruby-airbrussh to 1.4.0.

1.4.0 (2019-10-13)

New Features

* Allow ConsoleFormatter context to be configurable (#131) @pblesi

1.3.4 (2019-09-15)

Housekeeping

* Add issues, source code URLs to gemspec metadata (#129) @mattbrictson
* Add changelog_uri to metadata to easily link from rubygems.org (#128)
  @nickhammond

1.3.3 (2019-08-18)

Bug Fixes

* Fix LoadError when airbrussh is used without rake installed (#127)
  @mattbrictson

Housekeeping

* Migrate to new GitHub Actions config format (#125) @mattbrictson
* Remove chandler from rake release process (#124) @mattbrictson
* Set up release-drafter (#123) @mattbrictson
* Eliminate double CI builds on PRs (#122) @mattbrictson

1.3.2 (2019-06-15)

* #121: Gracefully handle SSH output that has invalid UTF-8 encoding instead
   of raising an exception - @mattbrictson
   2018-12-17 16:04:54 by Takahiro Kambe | Files touched by this commit (3) | Package updated
Log message:
security/ruby-airbrussh: update to 1.3.1

## [1.3.1][] (2018-11-04)

* Packaging changes to reduce gem size
* RuboCop and Travis improvements
* No user-facing changes
   2017-06-21 16:07:30 by Takahiro Kambe | Files touched by this commit (2)
Log message:
Update ruby-airbrussh to 1.3.0.

## [1.3.0][] (2017-06-16)

* [#109](https://github.com/mattbrictson/airbrussh/pull/109): Add configurable \ 
task prefix - [@gondalez](https://github.com/gondalez)
   2017-04-22 18:45:25 by Takahiro Kambe | Files touched by this commit (2)
Log message:
Update ruby-airbrussh to 1.2.0.

## [1.2.0][] (2017-04-14)

* [#95](https://github.com/mattbrictson/airbrussh/pull/95): colorize LogMessage \ 
label on WARN level and above - [@klyonrad](https://github.com/klyonrad)
* [#106](https://github.com/mattbrictson/airbrussh/pull/106): Remove the \ 
`log_file` parameter from the `CommandFormatter#exit_message` method; it was \ 
unused - [@mattbrictson](https://github.com/mattbrictson)
   2017-03-20 16:07:06 by Takahiro Kambe | Files touched by this commit (3)
Log message:
Update ruby-airbrussh to 1.1.2

## [1.1.2][] (2017-01-02)

* Add Ruby 2.4.0 to testing matrix and fix Ruby 2.4 deprecation warnings