git: f81fb60301eb - main - net/rubygem-google-cloud-storage: Update to 1.45.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 14 Nov 2023 17:22:10 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=f81fb60301eb6e70b6ff735b141f911a3566d694 commit f81fb60301eb6e70b6ff735b141f911a3566d694 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-11-14 16:43:31 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-11-14 17:16:29 +0000 net/rubygem-google-cloud-storage: Update to 1.45.0 - Fix gemspec for rubygem-google-apis-storage_v1 0.30.0 update Changes: https://github.com/googleapis/google-cloud-ruby/releases https://github.com/googleapis/google-cloud-ruby/blob/main/google-cloud-storage/CHANGELOG.md --- net/rubygem-google-cloud-storage/Makefile | 4 ++-- net/rubygem-google-cloud-storage/distinfo | 6 +++--- net/rubygem-google-cloud-storage/files/patch-gemspec | 6 +++--- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/net/rubygem-google-cloud-storage/Makefile b/net/rubygem-google-cloud-storage/Makefile index a691c174a6c3..92ae4d686b9d 100644 --- a/net/rubygem-google-cloud-storage/Makefile +++ b/net/rubygem-google-cloud-storage/Makefile @@ -1,5 +1,5 @@ PORTNAME= google-cloud-storage -PORTVERSION= 1.44.0 +PORTVERSION= 1.45.0 CATEGORIES= net rubygems MASTER_SITES= RG @@ -13,7 +13,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= rubygem-addressable>=2.8<3:www/rubygem-addressable \ rubygem-digest-crc>=0.4<1:security/rubygem-digest-crc \ rubygem-google-apis-iamcredentials_v1>=0.1<1:devel/rubygem-google-apis-iamcredentials_v1 \ - rubygem-google-apis-storage_v1>=0.19.0<1:devel/rubygem-google-apis-storage_v1 \ + rubygem-google-apis-storage_v1>=0.29.0<1:devel/rubygem-google-apis-storage_v1 \ rubygem-google-cloud-core>=1.6<2:net/rubygem-google-cloud-core \ rubygem-googleauth>=0.16.2<2.0:security/rubygem-googleauth \ rubygem-mini_mime>=1.0<2:mail/rubygem-mini_mime diff --git a/net/rubygem-google-cloud-storage/distinfo b/net/rubygem-google-cloud-storage/distinfo index be44a04b3c8b..1ad26222ba39 100644 --- a/net/rubygem-google-cloud-storage/distinfo +++ b/net/rubygem-google-cloud-storage/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1669058157 -SHA256 (rubygem/google-cloud-storage-1.44.0.gem) = 299a1e055c9277c8120f7c10d21d37e4d8c17c7b963350c0e0bff7e9d9a570ea -SIZE (rubygem/google-cloud-storage-1.44.0.gem) = 102912 +TIMESTAMP = 1699774886 +SHA256 (rubygem/google-cloud-storage-1.45.0.gem) = f280abda4e608f9e91433f9dd907be4a45cdbf251ffeb275d713548e515c6300 +SIZE (rubygem/google-cloud-storage-1.45.0.gem) = 103424 diff --git a/net/rubygem-google-cloud-storage/files/patch-gemspec b/net/rubygem-google-cloud-storage/files/patch-gemspec index 8f52243b843c..29f1f1c2dc0f 100644 --- a/net/rubygem-google-cloud-storage/files/patch-gemspec +++ b/net/rubygem-google-cloud-storage/files/patch-gemspec @@ -1,11 +1,11 @@ ---- google-cloud-storage.gemspec.orig 2023-01-05 23:43:22 UTC +--- google-cloud-storage.gemspec.orig 2023-11-11 16:11:19 UTC +++ google-cloud-storage.gemspec @@ -22,7 +22,7 @@ Gem::Specification.new do |s| s.add_runtime_dependency(%q<google-cloud-core>.freeze, ["~> 1.6"]) s.add_runtime_dependency(%q<google-apis-iamcredentials_v1>.freeze, ["~> 0.1"]) -- s.add_runtime_dependency(%q<google-apis-storage_v1>.freeze, ["~> 0.19.0"]) -+ s.add_runtime_dependency(%q<google-apis-storage_v1>.freeze, ["~> 0.19"]) +- s.add_runtime_dependency(%q<google-apis-storage_v1>.freeze, ["~> 0.29.0"]) ++ s.add_runtime_dependency(%q<google-apis-storage_v1>.freeze, ["~> 0.29"]) s.add_runtime_dependency(%q<googleauth>.freeze, [">= 0.16.2", "< 2.a"]) s.add_runtime_dependency(%q<digest-crc>.freeze, ["~> 0.4"]) s.add_runtime_dependency(%q<addressable>.freeze, ["~> 2.8"])