google-cloud-storage-control 1.4.0 → 1.4.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 19d8cbcc95544c69abd7078b20a12fe51e88f414e1f1949c9e4510f5cffbb077
4
- data.tar.gz: f14e87e2013bb346ecfe5c08233123bf145681a6e3afc68011d6458e7646b46e
3
+ metadata.gz: 16c6297df3d24ef05593e59502dc746c83c8c79bca23e040fb52f11ba4a0d4bf
4
+ data.tar.gz: 4419dc5fa3e7a7fb1641b5a2e0fb923fdd7d6edc76236766a031ad49b8d15623
5
5
  SHA512:
6
- metadata.gz: 8b6b957b7b8b1e8795a8480f5bddefff1510db3f804d2739af6da2cebbfd08555cac2fdc4fb6711b2680a922009bea05a2cb786b406fecac2aee447c65e6ef02
7
- data.tar.gz: 93b0eb6742beea4dfba42d1619e902a210accbc92f0372172f8653366c88fd5bcda63e70153e1ca4af81d6b4d4cf729f644961651b3b1c6a349792556c670662
6
+ metadata.gz: 8cc438fbd1c58ee0ec3484c158a1cd07bae1bb5959cd7dd47583cdf2fb7a73568d5041f3b5d9f17fbea0223363e92b37636c05e6789d9b4e6b7e0d7114fdd24b
7
+ data.tar.gz: 24550383663454368dbee61a4c35e33d33e9dba1f2c76a9051adbb5b2b0d9b9d2ce6ceac8b52b0aeabdf4b29dffa57fd42c2c2a2040a6b9204924e06967abf78
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module Storage
23
23
  module Control
24
- VERSION = "1.4.0"
24
+ VERSION = "1.4.1"
25
25
  end
26
26
  end
27
27
  end
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # Copyright 2024 Google LLC
3
+ # Copyright 2026 Google LLC
4
4
  #
5
5
  # Licensed under the Apache License, Version 2.0 (the "License");
6
6
  # you may not use this file except in compliance with the License.
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # Copyright 2024 Google LLC
3
+ # Copyright 2026 Google LLC
4
4
  #
5
5
  # Licensed under the Apache License, Version 2.0 (the "License");
6
6
  # you may not use this file except in compliance with the License.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-storage-control
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.4.0
4
+ version: 1.4.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC