-
Notifications
You must be signed in to change notification settings - Fork 164
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
devel/ruby-mixlib-authentication: update to 3.0.6
Update ruby-mixlib-authentication to 3.0.6. 3.0.6 (2019-12-30) * Test on Ruby 2.7 + random testing improvements #51 (tas50) * Substitute require for require_relative #52 (tas50) 3.0.4 (2019-10-31) * Add BuildKite PR Testing #47 (tas50) * Update project owner + Remove Travis CI #48 (tas50) * Update mixlib-log requirement from ~> 2 to ~> 3 #50 (dependabot-preview[bot]) 3.0.1 (2019-04-23) * remove hashrocket syntax #40 (lamont-granquist) * Update testing boilerplate #41 (tas50) * Update codeowners and add github PR template #43 (tas50) * Only ship the required libraries in the gem artifact #44 (tas50) * update travis, drop ruby < 2.5, major version bump #45 (lamont-granquist) * Add back Ruby 2.4 support / update testing #46 (tas50)
- Loading branch information
taca
committed
Mar 24, 2020
1 parent
4daf62e
commit eeac2ca
Showing
3 changed files
with
10 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,14 @@ | ||
# $NetBSD: Makefile,v 1.4 2018/09/23 16:27:15 taca Exp $ | ||
# $NetBSD: Makefile,v 1.5 2020/03/24 17:48:28 taca Exp $ | ||
|
||
DISTNAME= mixlib-authentication-2.1.1 | ||
DISTNAME= mixlib-authentication-3.0.4 | ||
CATEGORIES= devel | ||
|
||
MAINTAINER= pkgsrc-users@NetBSD.org | ||
HOMEPAGE= https://github.com/chef/mixlib-authentication | ||
COMMENT= Mixin for AuthN signing and verification | ||
LICENSE= apache-2.0 | ||
|
||
USE_LANGUAGES= # none | ||
|
||
.include "../../lang/ruby/gem.mk" | ||
.include "../../mk/bsd.pkg.mk" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,11 @@ | ||
@comment $NetBSD: PLIST,v 1.3 2017/09/02 15:26:38 taca Exp $ | ||
@comment $NetBSD: PLIST,v 1.4 2020/03/24 17:48:28 taca Exp $ | ||
${GEM_HOME}/cache/${GEM_NAME}.gem | ||
${GEM_LIBDIR}/Gemfile | ||
${GEM_LIBDIR}/LICENSE | ||
${GEM_LIBDIR}/NOTICE | ||
${GEM_LIBDIR}/README.md | ||
${GEM_LIBDIR}/Rakefile | ||
${GEM_LIBDIR}/lib/mixlib/authentication.rb | ||
${GEM_LIBDIR}/lib/mixlib/authentication/digester.rb | ||
${GEM_LIBDIR}/lib/mixlib/authentication/http_authentication_request.rb | ||
${GEM_LIBDIR}/lib/mixlib/authentication/null_logger.rb | ||
${GEM_LIBDIR}/lib/mixlib/authentication/signatureverification.rb | ||
${GEM_LIBDIR}/lib/mixlib/authentication/signedheaderauth.rb | ||
${GEM_LIBDIR}/lib/mixlib/authentication/version.rb | ||
${GEM_LIBDIR}/mixlib-authentication.gemspec | ||
${GEM_LIBDIR}/spec/mixlib/authentication/digester_spec.rb | ||
${GEM_LIBDIR}/spec/mixlib/authentication/http_authentication_request_spec.rb | ||
${GEM_LIBDIR}/spec/mixlib/authentication/mixlib_authentication_spec.rb | ||
${GEM_LIBDIR}/spec/mixlib/authentication/mixlib_log_missing_spec.rb | ||
${GEM_LIBDIR}/spec/spec_helper.rb | ||
${GEM_HOME}/specifications/${GEM_NAME}.gemspec |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
$NetBSD: distinfo,v 1.5 2018/09/23 16:27:15 taca Exp $ | ||
$NetBSD: distinfo,v 1.6 2020/03/24 17:48:28 taca Exp $ | ||
|
||
SHA1 (mixlib-authentication-2.1.1.gem) = 023b459f0bf08635d13a0f3d7d82c631d9197a6b | ||
RMD160 (mixlib-authentication-2.1.1.gem) = aafbc30b32b23d69cbb990366bb2072c9196225e | ||
SHA512 (mixlib-authentication-2.1.1.gem) = 6496450ebf6f8ac5b72230827025a137803d02c3942602df78b24c1e9b271c6a25bcb477fa3260fcecff2b1f2ece170581aaff6745c65702edea7053169428c9 | ||
Size (mixlib-authentication-2.1.1.gem) = 25088 bytes | ||
SHA1 (mixlib-authentication-3.0.4.gem) = 2c5ff0ad07e99c0c0a592e82c5cf5bf931635116 | ||
RMD160 (mixlib-authentication-3.0.4.gem) = 1d24dac29444c22ddb0ed1365c4ebf66f4ce8ac5 | ||
SHA512 (mixlib-authentication-3.0.4.gem) = e95b05cb233bd35a588b20969aa61f2a9a1fc5ef1e857a4196472def820ec50ef3a3650975efdb4222217ceddddde43064ad379f2c469a17226d58085ee1c2f1 | ||
Size (mixlib-authentication-3.0.4.gem) = 15872 bytes |