Skip to content

Commit

Permalink
security/ruby-airbrussh: update to 1.4.0
Browse files Browse the repository at this point in the history
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
  • Loading branch information
taca committed Mar 24, 2020
1 parent bfe7cc3 commit f4ed6d6
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 9 deletions.
4 changes: 2 additions & 2 deletions security/ruby-airbrussh/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.5 2018/12/17 15:04:53 taca Exp $
# $NetBSD: Makefile,v 1.6 2020/03/24 15:46:22 taca Exp $

DISTNAME= airbrussh-1.3.1
DISTNAME= airbrussh-1.4.0
CATEGORIES= security

MAINTAINER= pkgsrc-users@NetBSD.org
Expand Down
5 changes: 3 additions & 2 deletions security/ruby-airbrussh/PLIST
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
@comment $NetBSD: PLIST,v 1.3 2018/12/17 15:04:53 taca Exp $
@comment $NetBSD: PLIST,v 1.4 2020/03/24 15:46:22 taca Exp $
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_LIBDIR}/.github/release-drafter.yml
${GEM_LIBDIR}/.github/workflows/push.yml
${GEM_LIBDIR}/.gitignore
${GEM_LIBDIR}/.rubocop.yml
${GEM_LIBDIR}/.travis.yml
${GEM_LIBDIR}/CHANGELOG.md
${GEM_LIBDIR}/CODE_OF_CONDUCT.md
${GEM_LIBDIR}/CONTRIBUTING.md
${GEM_LIBDIR}/Dangerfile
${GEM_LIBDIR}/Gemfile
${GEM_LIBDIR}/Guardfile
${GEM_LIBDIR}/LICENSE.txt
Expand Down
10 changes: 5 additions & 5 deletions security/ruby-airbrussh/distinfo
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.5 2018/12/17 15:04:53 taca Exp $
$NetBSD: distinfo,v 1.6 2020/03/24 15:46:22 taca Exp $

SHA1 (airbrussh-1.3.1.gem) = b07208c4c4a3e530af25f259a048ec0cb5b54d46
RMD160 (airbrussh-1.3.1.gem) = 6366a8fdc6160f959324179357b7e390dbe31786
SHA512 (airbrussh-1.3.1.gem) = df49b6970c7d73ebad4be0eb91e4c0ce1b427d86c1a95607ad85e10c6c0c671c20b9b0cfb733d6ab3e8597e1d19d1439c3283f1641aaeb1a2428ae0dd9e5abcb
Size (airbrussh-1.3.1.gem) = 22528 bytes
SHA1 (airbrussh-1.4.0.gem) = f16ccda4495331ec0cf31b958b1f4750596d6405
RMD160 (airbrussh-1.4.0.gem) = 600fabc51d31d281cf545f1898507f2029d8b0ed
SHA512 (airbrussh-1.4.0.gem) = c21360df11ea9d69c1f9e6bde12dd4d7ae69293b0ce2a04d449e0ffeb3b800efd779bd859d711cd63bfd624ff3c3fa2e28f425a8db19f0a573f6356de0071966
Size (airbrussh-1.4.0.gem) = 20992 bytes

0 comments on commit f4ed6d6

Please sign in to comment.