diff --git a/devel/rubygem-google-apis-pubsub_v1/Makefile b/devel/rubygem-google-apis-pubsub_v1/Makefile index b741f3adf7c0..f465f66cf286 100644 --- a/devel/rubygem-google-apis-pubsub_v1/Makefile +++ b/devel/rubygem-google-apis-pubsub_v1/Makefile @@ -1,19 +1,20 @@ PORTNAME= google-apis-pubsub_v1 -PORTVERSION= 0.34.0 +PORTVERSION= 0.35.0 CATEGORIES= devel rubygems MASTER_SITES= RG MAINTAINER= sunpoet@FreeBSD.org COMMENT= Simple REST client for Cloud Pub/Sub API V1 -WWW= https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-pubsub_v1 +WWW= https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-pubsub_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-pubsub_v1/distinfo b/devel/rubygem-google-apis-pubsub_v1/distinfo index d9150b7f75b3..fe5f0853602e 100644 --- a/devel/rubygem-google-apis-pubsub_v1/distinfo +++ b/devel/rubygem-google-apis-pubsub_v1/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1677771603 -SHA256 (rubygem/google-apis-pubsub_v1-0.34.0.gem) = 6bec40de9a5b48a2df58e0ba8c2ec9f8fadd4369bb4b4746566580115710b7fd -SIZE (rubygem/google-apis-pubsub_v1-0.34.0.gem) = 36352 +TIMESTAMP = 1679499008 +SHA256 (rubygem/google-apis-pubsub_v1-0.35.0.gem) = 034a88077703154373c0cca2649809b0fe9dcb0f70e397323e4150cb948ddf8d +SIZE (rubygem/google-apis-pubsub_v1-0.35.0.gem) = 36352 diff --git a/devel/rubygem-google-apis-pubsub_v1/pkg-descr b/devel/rubygem-google-apis-pubsub_v1/pkg-descr index c278821d63e6..700f29c3f1ca 100644 --- a/devel/rubygem-google-apis-pubsub_v1/pkg-descr +++ b/devel/rubygem-google-apis-pubsub_v1/pkg-descr @@ -1,9 +1,7 @@ This is a simple client library for version V1 of the Cloud Pub/Sub 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