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,19 +1,20 @@ 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 RUN_DEPENDS= rubygem-google-apis-core>=0.11.0<2.0:devel/rubygem-google-apis-core USES= gem NO_ARCH= yes .include 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 @@ -1,9 +1,7 @@ This is a simple client library for version V1 of the Cloud Storage JSON API. It provides: - A client object that connects to the HTTP/JSON REST endpoint for the service. - Ruby objects for data structures related to the service. - 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