diff --git a/devel/rubygem-google-apis-core/Makefile b/devel/rubygem-google-apis-core/Makefile index 00347f42b8c7f..0fbe7100e75a8 100644 --- a/devel/rubygem-google-apis-core/Makefile +++ b/devel/rubygem-google-apis-core/Makefile @@ -1,11 +1,12 @@ PORTNAME= google-apis-core -PORTVERSION= 0.11.0 +PORTVERSION= 0.11.1 CATEGORIES= devel rubygems MASTER_SITES= RG MAINTAINER= sunpoet@FreeBSD.org COMMENT= Common utility and base classes for legacy Google REST clients -WWW= https://github.com/googleapis/google-api-ruby-client/tree/main/google-apis-core +WWW= https://github.com/googleapis/google-api-ruby-client/tree/main/google-apis-core \ + https://github.com/googleapis/google-api-ruby-client LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE.md diff --git a/devel/rubygem-google-apis-core/distinfo b/devel/rubygem-google-apis-core/distinfo index 8581594e804aa..36c53a6488015 100644 --- a/devel/rubygem-google-apis-core/distinfo +++ b/devel/rubygem-google-apis-core/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1677771593 -SHA256 (rubygem/google-apis-core-0.11.0.gem) = 4e2048b8d00ffd94b580d68b66876884e9e6af84eac174a82bf9c4a74a9d9fa0 -SIZE (rubygem/google-apis-core-0.11.0.gem) = 34816 +TIMESTAMP = 1691070380 +SHA256 (rubygem/google-apis-core-0.11.1.gem) = 917611234f38276524801058b8a56cdf496ff061b07295ef93cd5b8abd3b97fc +SIZE (rubygem/google-apis-core-0.11.1.gem) = 34816 diff --git a/devel/rubygem-google-apis-core/pkg-descr b/devel/rubygem-google-apis-core/pkg-descr index b2f9de466ee58..d537f564f9fca 100644 --- a/devel/rubygem-google-apis-core/pkg-descr +++ b/devel/rubygem-google-apis-core/pkg-descr @@ -3,5 +3,3 @@ Google APIs. It automatically generates client gems given discovery documents. Google-managed clients for publicly-available APIs are maintained using this tool, and users may also use it to generate clients for private or early-access APIs. - -See also: https://github.com/googleapis/google-api-ruby-client