Date: Wed, 5 Apr 2023 17:40:54 GMT From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 5b5f58fe721d - main - devel/rubygem-google-apis-storage_v1: Update to 0.22.0 Message-ID: <202304051740.335HesRE001112@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=5b5f58fe721d624fd7cad404145fdfaf2658691c commit 5b5f58fe721d624fd7cad404145fdfaf2658691c Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-04-05 17:22:16 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-04-05 17:31:23 +0000 devel/rubygem-google-apis-storage_v1: Update to 0.22.0 - Update WWW and clean up pkg-descr Changes: https://github.com/googleapis/google-api-ruby-client/blob/main/generated/google-apis-storage_v1/CHANGELOG.md --- devel/rubygem-google-apis-storage_v1/Makefile | 5 +++-- devel/rubygem-google-apis-storage_v1/distinfo | 6 +++--- devel/rubygem-google-apis-storage_v1/pkg-descr | 2 -- 3 files changed, 6 insertions(+), 7 deletions(-) diff --git a/devel/rubygem-google-apis-storage_v1/Makefile b/devel/rubygem-google-apis-storage_v1/Makefile index 1b00e97bcf9f..ab85a77b283a 100644 --- a/devel/rubygem-google-apis-storage_v1/Makefile +++ b/devel/rubygem-google-apis-storage_v1/Makefile @@ -1,11 +1,12 @@ PORTNAME= google-apis-storage_v1 -PORTVERSION= 0.21.0 +PORTVERSION= 0.22.0 CATEGORIES= devel rubygems MASTER_SITES= RG MAINTAINER= sunpoet@FreeBSD.org COMMENT= Simple REST client for version V1 of the Cloud Storage JSON API -WWW= https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-storage_v1 +WWW= https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-storage_v1 \ + https://github.com/googleapis/google-api-ruby-client LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE.md diff --git a/devel/rubygem-google-apis-storage_v1/distinfo b/devel/rubygem-google-apis-storage_v1/distinfo index 4defd66c66ca..531a5ec105b6 100644 --- a/devel/rubygem-google-apis-storage_v1/distinfo +++ b/devel/rubygem-google-apis-storage_v1/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1677771607 -SHA256 (rubygem/google-apis-storage_v1-0.21.0.gem) = a79580c2049597fceea88bcb688145860f87e2115e790b78b24d58710da6756e -SIZE (rubygem/google-apis-storage_v1-0.21.0.gem) = 39424 +TIMESTAMP = 1679499012 +SHA256 (rubygem/google-apis-storage_v1-0.22.0.gem) = 1ab6537ba087a1584a3a7c94c9f07c0d01de3d85d15883ea94805e78c2c0640b +SIZE (rubygem/google-apis-storage_v1-0.22.0.gem) = 39424 diff --git a/devel/rubygem-google-apis-storage_v1/pkg-descr b/devel/rubygem-google-apis-storage_v1/pkg-descr index bae09e1edb40..f17223b196c5 100644 --- a/devel/rubygem-google-apis-storage_v1/pkg-descr +++ b/devel/rubygem-google-apis-storage_v1/pkg-descr @@ -5,5 +5,3 @@ provides: - Integration with the googleauth gem for authentication using OAuth, API keys, and service accounts. - Control of retry, pagination, and timeouts. - -See also: https://github.com/googleapis/google-api-ruby-client
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202304051740.335HesRE001112>