google-cloud-env 2.3.1 → 2.4.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: e3d2a3f33d0f33823d9203719ac4c49862ed00b6b3b288b6851d83ca3358f8dc
4
- data.tar.gz: 16e52c76711260d41d1f0018e022c38c9421b9ce26f4f1b36e63e58c42887d2b
3
+ metadata.gz: 12f4c12f693242b47626f87773487cb53ca9737ae82e2c5f908c7ce341e8700c
4
+ data.tar.gz: 59f2f2d7b8e9430084d7dedf4090cb92d9a5ca79257fd2dfd94d9ebd840884d9
5
5
  SHA512:
6
- metadata.gz: cbdc0b547fea96b75eefa4b07724d725334258470b2bf932fc6c476c7d8f1f4edde22de46c4eb25dee06d38d5db3fa69344df9b40d1e6c8560a386aca7f62bc7
7
- data.tar.gz: d8fd89b5762ec717e42d6b94cfab3a11a0e19c6eee961bc6e6119738d06a4d262936442f675928654a5b50b5e977f1498deff3c535ce4e22e16ff0c85774f436
6
+ metadata.gz: 48b46d672e0a844a80637b6caf978a01cb8edec1ff388ee46d3a73b4f3871eaa0f2a3ffb81ef9a62cde50d5a051e812a5f54f240bcad6f7177991406275435b4
7
+ data.tar.gz: c688a2f04939e4fba32af5720aee3d29acbd141300c6a24eee4fcd5815ba880eac318a170d8cd3d6899201bf7b3a808b7d503ad24c19af2c97b328a59f50c410
data/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # Release History
2
2
 
3
+ ### 2.4.0 (2026-07-07)
4
+
5
+ #### Features
6
+
7
+ * Ruby 3.2 minimum and Ruby 4.0 support ([#100](https://github.com/googleapis/ruby-cloud-env/issues/100))
8
+
3
9
  ### 2.3.1 (2025-05-23)
4
10
 
5
11
  #### Bug Fixes
data/README.md CHANGED
@@ -10,7 +10,7 @@ Metadata Server.
10
10
 
11
11
  ## Supported Ruby Versions
12
12
 
13
- This library is supported on Ruby 3.0+.
13
+ This library is supported on Ruby 3.2+.
14
14
 
15
15
  In general, Google provides official support for CRuby versions that are
16
16
  actively supported by the Ruby Core team -- that is, Ruby versions that are
@@ -20,7 +20,7 @@ module Google
20
20
  # Library version
21
21
  # @return [String]
22
22
  #
23
- VERSION = "2.3.1".freeze
23
+ VERSION = "2.4.0".freeze
24
24
  end
25
25
  end
26
26
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-env
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.3.1
4
+ version: 2.4.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Daniel Azuma
@@ -72,10 +72,10 @@ homepage: https://github.com/googleapis/ruby-cloud-env
72
72
  licenses:
73
73
  - Apache-2.0
74
74
  metadata:
75
- changelog_uri: https://rubydoc.info/gems/google-cloud-env/2.3.1/CHANGELOG.md
75
+ changelog_uri: https://rubydoc.info/gems/google-cloud-env/2.4.0/CHANGELOG.md
76
76
  source_code_uri: https://github.com/googleapis/ruby-cloud-env
77
77
  bug_tracker_uri: https://github.com/googleapis/ruby-cloud-env/issues
78
- documentation_uri: https://rubydoc.info/gems/google-cloud-env/2.3.1
78
+ documentation_uri: https://rubydoc.info/gems/google-cloud-env/2.4.0
79
79
  rdoc_options: []
80
80
  require_paths:
81
81
  - lib
@@ -83,7 +83,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
83
83
  requirements:
84
84
  - - ">="
85
85
  - !ruby/object:Gem::Version
86
- version: '3.1'
86
+ version: '3.2'
87
87
  required_rubygems_version: !ruby/object:Gem::Requirement
88
88
  requirements:
89
89
  - - ">="