diff --git a/devel/rubygem-google-apis-compute_v1/Makefile b/devel/rubygem-google-apis-compute_v1/Makefile index bc494b9c2d0e..2e3848759349 100644 --- a/devel/rubygem-google-apis-compute_v1/Makefile +++ b/devel/rubygem-google-apis-compute_v1/Makefile @@ -1,19 +1,20 @@ PORTNAME= google-apis-compute_v1 -PORTVERSION= 0.62.0 +PORTVERSION= 0.64.0 CATEGORIES= devel rubygems MASTER_SITES= RG MAINTAINER= sunpoet@FreeBSD.org COMMENT= Simple REST client for Compute Engine API V1 -WWW= https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-compute_v1 +WWW= https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-compute_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-compute_v1/distinfo b/devel/rubygem-google-apis-compute_v1/distinfo index ef82a6fd7c95..28cb80fcc329 100644 --- a/devel/rubygem-google-apis-compute_v1/distinfo +++ b/devel/rubygem-google-apis-compute_v1/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1677771591 -SHA256 (rubygem/google-apis-compute_v1-0.62.0.gem) = 34379afc09d098a6a2082205c04e2f6065b2ee23e985dcfcba9fffdda52ae41c -SIZE (rubygem/google-apis-compute_v1-0.62.0.gem) = 396288 +TIMESTAMP = 1679499006 +SHA256 (rubygem/google-apis-compute_v1-0.64.0.gem) = ff3ca06053ec4a16051917fdfedb43ec188b0b5572dbcf98580b53359387e0d8 +SIZE (rubygem/google-apis-compute_v1-0.64.0.gem) = 396288 diff --git a/devel/rubygem-google-apis-compute_v1/pkg-descr b/devel/rubygem-google-apis-compute_v1/pkg-descr index cec6edee2ee3..d1e667192e09 100644 --- a/devel/rubygem-google-apis-compute_v1/pkg-descr +++ b/devel/rubygem-google-apis-compute_v1/pkg-descr @@ -1,9 +1,7 @@ This is a simple client library for version V1 of the Compute Engine 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