Skip to content

Commit

Permalink
security/ruby-airbrussh: update to 1.4.1
Browse files Browse the repository at this point in the history
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
  • Loading branch information
taca committed Aug 28, 2022
1 parent 02ea53b commit 9a80df5
Show file tree
Hide file tree
Showing 3 changed files with 8 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.6 2020/03/24 15:46:22 taca Exp $
# $NetBSD: Makefile,v 1.7 2022/08/28 05:09:07 taca Exp $

DISTNAME= airbrussh-1.4.0
DISTNAME= airbrussh-1.4.1
CATEGORIES= security

MAINTAINER= [email protected]
Expand Down
5 changes: 2 additions & 3 deletions security/ruby-airbrussh/PLIST
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
@comment $NetBSD: PLIST,v 1.4 2020/03/24 15:46:22 taca Exp $
@comment $NetBSD: PLIST,v 1.5 2022/08/28 05:09:07 taca Exp $
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_LIBDIR}/.circleci/config.yml
${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
Expand All @@ -18,7 +18,6 @@ ${GEM_LIBDIR}/airbrussh.gemspec
${GEM_LIBDIR}/appveyor.yml
${GEM_LIBDIR}/bin/console
${GEM_LIBDIR}/bin/setup
${GEM_LIBDIR}/bin/test_all.rb
${GEM_LIBDIR}/lib/airbrussh.rb
${GEM_LIBDIR}/lib/airbrussh/capistrano.rb
${GEM_LIBDIR}/lib/airbrussh/capistrano/tasks.rb
Expand Down
8 changes: 4 additions & 4 deletions security/ruby-airbrussh/distinfo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.8 2021/10/26 11:17:53 nia Exp $
$NetBSD: distinfo,v 1.9 2022/08/28 05:09:07 taca Exp $

BLAKE2s (airbrussh-1.4.0.gem) = 89076d29da9a57709ae735778efacac42bae2ae16540c6a589741407c7782f34
SHA512 (airbrussh-1.4.0.gem) = c21360df11ea9d69c1f9e6bde12dd4d7ae69293b0ce2a04d449e0ffeb3b800efd779bd859d711cd63bfd624ff3c3fa2e28f425a8db19f0a573f6356de0071966
Size (airbrussh-1.4.0.gem) = 20992 bytes
BLAKE2s (airbrussh-1.4.1.gem) = ee4c652ea44e52a6eab11be9bbdf8d8c79629155351aac1353a46e36063474f9
SHA512 (airbrussh-1.4.1.gem) = 5ec1176b152f95fde272a7c413447083ff6fe3398434b9a4b10cde5a873ed79f9e0c489a4736c9959633bc4db7c67d31b46b5050b24e2f3b94717d4fc9dcce90
Size (airbrussh-1.4.1.gem) = 20992 bytes

0 comments on commit 9a80df5

Please sign in to comment.