google-cloud-env 2.2.2 → 2.3.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: 5bd6e034977c34854af686d14f419c35561fb8131b00598905fd46eaa58b21f1
4
- data.tar.gz: 7e1dbda6e63920200c22e35ea7ce90a7386056670331f49d1f20b88006047f78
3
+ metadata.gz: ee30017f8ce2afb2e16bbc2454e11aedc0e84bec021a6d5c25d36e35f236559f
4
+ data.tar.gz: dca562b5ce756af8c59a338ec5745c0fa0655bb3a4c4f4c27b5d52541d747f6e
5
5
  SHA512:
6
- metadata.gz: 6c92d5f7b211fb483ffe577068f1f404aa2a3f80a5b5e261aa3476e6c34772b874d15ac27078f5044a6fbb8a53cc74ba1d00786a8a08bc57223c3a19d5809168
7
- data.tar.gz: 2b6bfee7565c20da51f76252110c032c0ce0de816ae9e871afcb51ed9700b811fb51cb8a9cc1571169c633efc317f0a43ce3cc1eb378de1795d1b5aa7d9e2cf8
6
+ metadata.gz: 1712c626416d21011bd9b5d8997f745a0ffdd902f73f26c0cb2eb5cf5e4dac8f89edc38a732fad7986294b73399191774edfc635beb084be5e56e93a0840e7a7
7
+ data.tar.gz: 72fa796fdc5ad759cb1fb41d70a8869819aa51d1dc4ce679cb48211d83481d5b8a367046c36396f66516b42febc0082ae280498c318bed78e7d49e656c87a3ea
data/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # Release History
2
2
 
3
+ ### 2.3.0 (2025-04-30)
4
+
5
+ #### Features
6
+
7
+ * updated required ruby version to 3.1 ([#84](https://github.com/googleapis/ruby-cloud-env/issues/84))
8
+
3
9
  ### 2.2.2 (2025-03-13)
4
10
 
5
11
  #### Bug Fixes
@@ -671,6 +671,7 @@ module Google
671
671
  Errno::ETIMEDOUT,
672
672
  Timeout::Error
673
673
  ].freeze
674
+ private_constant :TRANSIENT_EXCEPTIONS
674
675
 
675
676
  ##
676
677
  # @private
@@ -694,6 +695,7 @@ module Google
694
695
  # than the previous old token. See internal issue b/311414224.
695
696
  #
696
697
  TOKEN_EXPIRY_BUFFER = 210
698
+ private_constant :TOKEN_EXPIRY_BUFFER
697
699
 
698
700
  ##
699
701
  # @private
@@ -20,7 +20,7 @@ module Google
20
20
  # Library version
21
21
  # @return [String]
22
22
  #
23
- VERSION = "2.2.2".freeze
23
+ VERSION = "2.3.0".freeze
24
24
  end
25
25
  end
26
26
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-env
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.2.2
4
+ version: 2.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Daniel Azuma
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2025-03-13 00:00:00.000000000 Z
10
+ date: 1980-01-02 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: base64
@@ -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.2.2/CHANGELOG.md
75
+ changelog_uri: https://rubydoc.info/gems/google-cloud-env/2.3.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.2.2
78
+ documentation_uri: https://rubydoc.info/gems/google-cloud-env/2.3.0
79
79
  rdoc_options: []
80
80
  require_paths:
81
81
  - lib
@@ -83,14 +83,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
83
83
  requirements:
84
84
  - - ">="
85
85
  - !ruby/object:Gem::Version
86
- version: '3.0'
86
+ version: '3.1'
87
87
  required_rubygems_version: !ruby/object:Gem::Requirement
88
88
  requirements:
89
89
  - - ">="
90
90
  - !ruby/object:Gem::Version
91
91
  version: '0'
92
92
  requirements: []
93
- rubygems_version: 3.6.5
93
+ rubygems_version: 3.6.8
94
94
  specification_version: 4
95
95
  summary: Google Cloud Platform hosting environment information.
96
96
  test_files: []