Skip to content

Commit

Permalink
net/rubygem-google-cloud-storage: Update to 1.45.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sunpoet committed Nov 14, 2023
1 parent bbdba3e commit f81fb60
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions 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

Expand All @@ -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
Expand Down
6 changes: 3 additions & 3 deletions 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
6 changes: 3 additions & 3 deletions 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"])

0 comments on commit f81fb60

Please sign in to comment.