diff --git a/devel/rubygem-gapic-common/Makefile b/devel/rubygem-gapic-common/Makefile index 964de70fd05f..2da561166a26 100644 --- a/devel/rubygem-gapic-common/Makefile +++ b/devel/rubygem-gapic-common/Makefile @@ -1,24 +1,25 @@ PORTNAME= gapic-common -PORTVERSION= 0.17.1 +PORTVERSION= 0.18.0 CATEGORIES= devel rubygems MASTER_SITES= RG MAINTAINER= sunpoet@FreeBSD.org COMMENT= Common code for GAPIC-generated API clients -WWW= https://github.com/googleapis/gapic-generator-ruby/tree/master/gapic-common +WWW= https://github.com/googleapis/gapic-generator-ruby/tree/master/gapic-common \ + https://github.com/googleapis/gapic-generator-ruby LICENSE= APACHE20 RUN_DEPENDS= rubygem-faraday>=1.9<3:www/rubygem-faraday \ rubygem-faraday-retry>=1.0<3:www/rubygem-faraday-retry \ rubygem-google-protobuf>=3.14<4:devel/rubygem-google-protobuf \ rubygem-googleapis-common-protos>=1.3.12<2.0:devel/rubygem-googleapis-common-protos \ rubygem-googleapis-common-protos-types>=1.3.1<2.0:devel/rubygem-googleapis-common-protos-types \ rubygem-googleauth>=1.0<2:security/rubygem-googleauth \ rubygem-grpc>=1.36<2:net/rubygem-grpc USES= gem NO_ARCH= yes .include diff --git a/devel/rubygem-gapic-common/distinfo b/devel/rubygem-gapic-common/distinfo index f49e19f2623d..f12925fe8c11 100644 --- a/devel/rubygem-gapic-common/distinfo +++ b/devel/rubygem-gapic-common/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1677771589 -SHA256 (rubygem/gapic-common-0.17.1.gem) = dece24ef057d010b72c5608b3c5dea8a579061e2720e91815f622106eb7cdca2 -SIZE (rubygem/gapic-common-0.17.1.gem) = 36864 +TIMESTAMP = 1679499004 +SHA256 (rubygem/gapic-common-0.18.0.gem) = 6fd55a538ce2d63026fa05f379b1aec00788cc060f76903739516ab1ca1496ab +SIZE (rubygem/gapic-common-0.18.0.gem) = 36864 diff --git a/devel/rubygem-gapic-common/pkg-descr b/devel/rubygem-gapic-common/pkg-descr index a1f43c59f440..9273ffbe8825 100644 --- a/devel/rubygem-gapic-common/pkg-descr +++ b/devel/rubygem-gapic-common/pkg-descr @@ -1,3 +1 @@ Create Ruby clients from a protocol buffer description of an API. - -See also: https://github.com/googleapis/gapic-generator-ruby