diff --git a/devel/rubygem-google-apis-iam_v1/Makefile b/devel/rubygem-google-apis-iam_v1/Makefile index b1597921a593..db96cf7346fa 100644 --- a/devel/rubygem-google-apis-iam_v1/Makefile +++ b/devel/rubygem-google-apis-iam_v1/Makefile @@ -1,20 +1,20 @@ PORTNAME= google-apis-iam_v1 -PORTVERSION= 0.36.0 -PORTREVISION= 1 +PORTVERSION= 0.62.0 CATEGORIES= devel rubygems MASTER_SITES= RG -MAINTAINER= mfechner@FreeBSD.org +MAINTAINER= ruby@FreeBSD.org COMMENT= Simple REST client for IAM API V1 -WWW= https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-iam_v1 +WWW= https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-iam_v1 \ + https://github.com/googleapis/google-api-ruby-client LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE.md -RUN_DEPENDS= rubygem-google-apis-core-gitlab>=0.9.1<2.0:devel/rubygem-google-apis-core-gitlab +RUN_DEPENDS= rubygem-google-apis-core>=0.15.0<2.0:devel/rubygem-google-apis-core USES= gem NO_ARCH= yes .include diff --git a/devel/rubygem-google-apis-iam_v1/distinfo b/devel/rubygem-google-apis-iam_v1/distinfo index 288d0a432928..68877a2f3cae 100644 --- a/devel/rubygem-google-apis-iam_v1/distinfo +++ b/devel/rubygem-google-apis-iam_v1/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1676990674 -SHA256 (rubygem/google-apis-iam_v1-0.36.0.gem) = 0db7e2876b5d0d636e8326baa6b9cf1cddd58b607151e5db1fe8fd00899a1f66 -SIZE (rubygem/google-apis-iam_v1-0.36.0.gem) = 42496 +TIMESTAMP = 1735228252 +SHA256 (rubygem/google-apis-iam_v1-0.62.0.gem) = 585e5aef84ac7d9b0d164aad4917833052de6519c62f668a323147083a24d722 +SIZE (rubygem/google-apis-iam_v1-0.62.0.gem) = 57344 diff --git a/devel/rubygem-google-apis-iam_v1/pkg-descr b/devel/rubygem-google-apis-iam_v1/pkg-descr index 71a6f4bef114..e9ac2d024ce2 100644 --- a/devel/rubygem-google-apis-iam_v1/pkg-descr +++ b/devel/rubygem-google-apis-iam_v1/pkg-descr @@ -1,10 +1,8 @@ This is the simple REST client for Identity and Access Management (IAM) API V1. Simple REST clients are Ruby client libraries that provide access to Google services via their HTTP REST API endpoints. These libraries are generated and updated automatically based on the discovery documents published by the service, and they handle most concerns such as authentication, pagination, retry, timeouts, and logging. You can use this client to access the Identity and Access Management (IAM) API, but note that some services may provide a separate modern client that is easier to use. - -See also: https://github.com/googleapis/google-api-ruby-client