diff --git a/devel/rubygem-google-apis-monitoring_v3/Makefile b/devel/rubygem-google-apis-monitoring_v3/Makefile index 635392e5a647..c2e7a002a4be 100644 --- a/devel/rubygem-google-apis-monitoring_v3/Makefile +++ b/devel/rubygem-google-apis-monitoring_v3/Makefile @@ -1,19 +1,20 @@ PORTNAME= google-apis-monitoring_v3 -PORTVERSION= 0.42.0 +PORTVERSION= 0.43.0 CATEGORIES= devel rubygems MASTER_SITES= RG MAINTAINER= sunpoet@FreeBSD.org COMMENT= Simple REST client for Cloud Monitoring API V3 -WWW= https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-monitoring_v3 +WWW= https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-monitoring_v3 \ + 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-monitoring_v3/distinfo b/devel/rubygem-google-apis-monitoring_v3/distinfo index 6bdc8c06f427..69f5052d7a96 100644 --- a/devel/rubygem-google-apis-monitoring_v3/distinfo +++ b/devel/rubygem-google-apis-monitoring_v3/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1677771601 -SHA256 (rubygem/google-apis-monitoring_v3-0.42.0.gem) = 7a1e576f96ad5407cec8405be47b664586e085e0577e9b1d51facdf65144eff2 -SIZE (rubygem/google-apis-monitoring_v3-0.42.0.gem) = 75264 +TIMESTAMP = 1680726384 +SHA256 (rubygem/google-apis-monitoring_v3-0.43.0.gem) = 230146d80830689109a0578ffd07587f7b15b092de9ee822237680861da041a3 +SIZE (rubygem/google-apis-monitoring_v3-0.43.0.gem) = 75776 diff --git a/devel/rubygem-google-apis-monitoring_v3/pkg-descr b/devel/rubygem-google-apis-monitoring_v3/pkg-descr index fc3d0ab6d03d..c32251f7b5cf 100644 --- a/devel/rubygem-google-apis-monitoring_v3/pkg-descr +++ b/devel/rubygem-google-apis-monitoring_v3/pkg-descr @@ -1,9 +1,7 @@ This is a simple client library for version V3 of the Cloud Monitoring 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/google/google-api-ruby-client