Update to 0.6.7

- Update WWW

Changes:	https://github.com/googleapis/google-auth-library-ruby/blob/master/CHANGELOG.md
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2018-10-20 14:49:02 +00:00
parent 06ce38cde3
commit c90c44dc79
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=482517
3 changed files with 11 additions and 8 deletions

View file

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= googleauth
PORTVERSION= 0.6.6
PORTVERSION= 0.6.7
CATEGORIES= security rubygems
MASTER_SITES= RG
@ -14,13 +14,16 @@ LICENSE_FILE= ${WRKSRC}/COPYING
RUN_DEPENDS= rubygem-faraday>=0.12:www/rubygem-faraday \
rubygem-jwt>=1.4:www/rubygem-jwt \
rubygem-memoist>=0.12:devel/rubygem-memoist \
rubygem-memoist>=0.16:devel/rubygem-memoist \
rubygem-multi_json>=1.11:devel/rubygem-multi_json \
rubygem-os>=0.9:devel/rubygem-os \
rubygem-signet>=0.7:security/rubygem-signet
NO_ARCH= yes
USES= gem shebangfix
USE_RUBY= yes
USES= gem
NO_ARCH= yes
SHEBANG_FILES= .kokoro/*.sh
.include <bsd.port.mk>

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1535138847
SHA256 (rubygem/googleauth-0.6.6.gem) = 54dc5706fad7f8951e6216d4adc510c11774a4da59da8e5234e7ef0b5bb8879c
SIZE (rubygem/googleauth-0.6.6.gem) = 42496
TIMESTAMP = 1539962821
SHA256 (rubygem/googleauth-0.6.7.gem) = 98ba78eab60aef2f8517ba2008b2c02bed84785cafbde58bbdbd2a6f739047fa
SIZE (rubygem/googleauth-0.6.7.gem) = 44032

View file

@ -4,4 +4,4 @@ authorization for accessing Google APIs and provides support for Application
Default Credentials, as described at
https://developers.google.com/accounts/docs/application-default-credentials
WWW: https://github.com/google/google-auth-library-ruby
WWW: https://github.com/googleapis/google-auth-library-ruby