google-cloud-location 0.9.0 → 0.10.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8b6365018d7007304ce5e7034e6272aa3b9a5b7d76105c0b20cd00ad4ed23190
4
- data.tar.gz: a889a9a14ffd8a50b9afcea16d17f2c9f9e0e1d7e3e06d041c7c96a97795ecdd
3
+ metadata.gz: 89a307988299ddb69732c9944f95b495c9ba113638d454ae4398570aa1b68ddb
4
+ data.tar.gz: 49f1a1072b944c2dc03483e7c62d58d6bb826e359941f41ad13bcd45e47d7b92
5
5
  SHA512:
6
- metadata.gz: 33beef6339443a4506e70c72a8371c1845b3784ff4ad7395ce31b66759a608331ff7d42d015e63481539090b3f621ba8d6fe738e4be1ae8d83a2271649e78fd3
7
- data.tar.gz: 6549f1d9f29f231834bc4e7cececf770d0f932faa745a06fa303c3053d1c5ac98da4247450f039eaaafd8cc55adcc078a72a0d3960bcdd20b7efbc48ade0c818
6
+ metadata.gz: 1ba82b65f2ec1010c923cefe10ed325ce1641e18edd1f8b3ba38eee177dab96f33a18716785a919a33dea74ebaf331a3bb772ac1072fc6479f865c31c9f091cf
7
+ data.tar.gz: c3f3ef8f29ed1e8d9abdc1290a6a9eb4e13c620ae702609a11732620ac552edaf0009ee2687256b02fb9c74478236ac7c1db11f3a26d23dcc497c3abe3b3505e
@@ -408,6 +408,13 @@ module Google
408
408
  # * (`GRPC::Core::Channel`) a gRPC channel with included credentials
409
409
  # * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
410
410
  # * (`nil`) indicating no credentials
411
+ #
412
+ # Warning: If you accept a credential configuration (JSON file or Hash) from an
413
+ # external source for authentication to Google Cloud, you must validate it before
414
+ # providing it to a Google API client library. Providing an unvalidated credential
415
+ # configuration to Google APIs can compromise the security of your systems and data.
416
+ # For more information, refer to [Validate credential configurations from external
417
+ # sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
411
418
  # @return [::Object]
412
419
  # @!attribute [rw] scope
413
420
  # The OAuth scopes
@@ -389,6 +389,13 @@ module Google
389
389
  # * (`Signet::OAuth2::Client`) A signet oauth2 client object
390
390
  # (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
391
391
  # * (`nil`) indicating no credentials
392
+ #
393
+ # Warning: If you accept a credential configuration (JSON file or Hash) from an
394
+ # external source for authentication to Google Cloud, you must validate it before
395
+ # providing it to a Google API client library. Providing an unvalidated credential
396
+ # configuration to Google APIs can compromise the security of your systems and data.
397
+ # For more information, refer to [Validate credential configurations from external
398
+ # sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
392
399
  # @return [::Object]
393
400
  # @!attribute [rw] scope
394
401
  # The OAuth scopes
@@ -20,7 +20,7 @@
20
20
  module Google
21
21
  module Cloud
22
22
  module Location
23
- VERSION = "0.9.0"
23
+ VERSION = "0.10.0"
24
24
  end
25
25
  end
26
26
  end
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-location
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.0
4
+ version: 0.10.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2024-12-10 00:00:00.000000000 Z
10
+ date: 2025-01-29 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: gapic-common
@@ -16,7 +15,7 @@ dependencies:
16
15
  requirements:
17
16
  - - ">="
18
17
  - !ruby/object:Gem::Version
19
- version: 0.24.0
18
+ version: 0.25.0
20
19
  - - "<"
21
20
  - !ruby/object:Gem::Version
22
21
  version: 2.a
@@ -26,7 +25,7 @@ dependencies:
26
25
  requirements:
27
26
  - - ">="
28
27
  - !ruby/object:Gem::Version
29
- version: 0.24.0
28
+ version: 0.25.0
30
29
  - - "<"
31
30
  - !ruby/object:Gem::Version
32
31
  version: 2.a
@@ -78,7 +77,6 @@ homepage: https://github.com/googleapis/google-cloud-ruby
78
77
  licenses:
79
78
  - Apache-2.0
80
79
  metadata: {}
81
- post_install_message:
82
80
  rdoc_options: []
83
81
  require_paths:
84
82
  - lib
@@ -86,15 +84,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
86
84
  requirements:
87
85
  - - ">="
88
86
  - !ruby/object:Gem::Version
89
- version: '2.7'
87
+ version: '3.0'
90
88
  required_rubygems_version: !ruby/object:Gem::Requirement
91
89
  requirements:
92
90
  - - ">="
93
91
  - !ruby/object:Gem::Version
94
92
  version: '0'
95
93
  requirements: []
96
- rubygems_version: 3.5.23
97
- signing_key:
94
+ rubygems_version: 3.6.2
98
95
  specification_version: 4
99
96
  summary: API Client library for the Locations API
100
97
  test_files: []