google-cloud-core 1.8.0 → 1.9.0

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: c100d683c8d34747c4b84320876f9c00727b196ba5ffca285d78df6e4d70dd42
4
- data.tar.gz: e8ebd39aa549bd241482a034ffac04c0917e030326f06afd79e0f1ab4ad189e8
3
+ metadata.gz: 2758faba3494c1d5bda35f0a18eea836340c6f21fd1d305d9170f37b12e61725
4
+ data.tar.gz: 171118c25cc2de5aa37a1ce24bbed71f5a89f96f67ad669e4896b5249b0623ee
5
5
  SHA512:
6
- metadata.gz: 61669a90d6737b7c31f996e745eda2b125426905f889b264a45a096f1999f6dfa4c9bb9834983c25fcb2c88b75eaa84c7c12a0b4299c17984d8f40205f26027c
7
- data.tar.gz: 3a87cb7d348928792809934f4d69f2308c2dd9e68e06d5ab20a3f136233d7077e6d5b1002514672d4869d570ed2dd0a86782d22761e6aae6ddd3fbbcfa518178
6
+ metadata.gz: 73ad419f4ccbf972a34b8c3b6fbe36ff27ca45c45971f56f90c2692d12fc266891bd05ff590e9c172181b85e105d408907f9dcac68e602a7b6badcf0c3a457d9
7
+ data.tar.gz: 05c2d429cea150fa0c69e7996a05b6795083a9419c7097cfa6d4ff06d97e51ac8d81228ccbc421db2fbfbccb7e97e7af83886a02c0b6214d1d9fd66bc80ec1e7
data/README.md CHANGED
@@ -9,7 +9,7 @@ information about the individual google-cloud gems.
9
9
 
10
10
  ## Supported Ruby Versions
11
11
 
12
- This library is supported on Ruby 3.0+.
12
+ This library is supported on Ruby 3.2+.
13
13
 
14
14
  Google provides official support for Ruby versions that are actively supported
15
15
  by Ruby Core—that is, Ruby versions that are either in normal maintenance or
@@ -16,7 +16,7 @@
16
16
  module Google
17
17
  module Cloud
18
18
  module Core
19
- VERSION = "1.8.0".freeze
19
+ VERSION = "1.9.0".freeze
20
20
  end
21
21
  end
22
22
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-core
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.8.0
4
+ version: 1.9.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mike Moore
8
8
  - Chris Smith
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-03-11 00:00:00.000000000 Z
11
+ date: 1980-01-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-cloud-env
@@ -74,14 +74,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
74
74
  requirements:
75
75
  - - ">="
76
76
  - !ruby/object:Gem::Version
77
- version: '3.0'
77
+ version: '3.2'
78
78
  required_rubygems_version: !ruby/object:Gem::Requirement
79
79
  requirements:
80
80
  - - ">="
81
81
  - !ruby/object:Gem::Version
82
82
  version: '0'
83
83
  requirements: []
84
- rubygems_version: 3.6.5
84
+ rubygems_version: 3.6.9
85
85
  specification_version: 4
86
86
  summary: Internal shared library for google-cloud-ruby
87
87
  test_files: []