google-cloud-essential_contacts-v1 1.1.0 → 1.2.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: '093d1ec238ae0c094b8bbfc65b7abd16e053c0f727ed2df9af2941ccadd3fe3b'
4
- data.tar.gz: f0d347324c43e57bf3f0d8b3c362936484862ae0d277c2446adb24484f44939b
3
+ metadata.gz: 3eea3719f9a64f64dd23899767c30f66c9bffdb283c46d4b1b7f150619b2ed3d
4
+ data.tar.gz: dcd54d72a083d91a2875dd951528348938989e4eedf6d9b524054cd26bc587c9
5
5
  SHA512:
6
- metadata.gz: 8837d15afd44072206f85da8e1a9f2fc7c7d28d29a9fb5b20c68f7e607f474c08c289d02218c927d0c0b936a81b4ab833f359dd6af41caf8ef0e0c18a59da681
7
- data.tar.gz: 27aa25de5bc8c6d53fd39012d8bfcbfaacf5e51594c4b8aebdfe57e756c78f5a357c29bef2d0aa343af6283fb93b856f44fc91bbcb27c69cdd71ff6e821458b2
6
+ metadata.gz: abb15d31909d7149054a770067212a1c90c6bb8eb57cf20a5a294532da938f60f9c6831561741260ea7ac34f40dd73428c0585ee204d27459cd75f071cc549a9
7
+ data.tar.gz: 9058707196f57c22f859dd001ce15ef2568e3e9305510b230a0ced8b2de380bdadd9cc4b584f6948c14564a6357373ea24b9b42f92a092cf1ce2673354e0d7ad
data/README.md CHANGED
@@ -86,7 +86,7 @@ To browse ready to use code samples check [Google Cloud Samples](https://cloud.g
86
86
 
87
87
  ## Supported Ruby Versions
88
88
 
89
- This library is supported on Ruby 2.7+.
89
+ This library is supported on Ruby 3.0+.
90
90
 
91
91
  Google provides official support for Ruby versions that are actively supported
92
92
  by Ruby Core—that is, Ruby versions that are either in normal maintenance or
@@ -914,6 +914,13 @@ module Google
914
914
  # * (`GRPC::Core::Channel`) a gRPC channel with included credentials
915
915
  # * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
916
916
  # * (`nil`) indicating no credentials
917
+ #
918
+ # Warning: If you accept a credential configuration (JSON file or Hash) from an
919
+ # external source for authentication to Google Cloud, you must validate it before
920
+ # providing it to a Google API client library. Providing an unvalidated credential
921
+ # configuration to Google APIs can compromise the security of your systems and data.
922
+ # For more information, refer to [Validate credential configurations from external
923
+ # sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
917
924
  # @return [::Object]
918
925
  # @!attribute [rw] scope
919
926
  # The OAuth scopes
@@ -856,6 +856,13 @@ module Google
856
856
  # * (`Signet::OAuth2::Client`) A signet oauth2 client object
857
857
  # (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
858
858
  # * (`nil`) indicating no credentials
859
+ #
860
+ # Warning: If you accept a credential configuration (JSON file or Hash) from an
861
+ # external source for authentication to Google Cloud, you must validate it before
862
+ # providing it to a Google API client library. Providing an unvalidated credential
863
+ # configuration to Google APIs can compromise the security of your systems and data.
864
+ # For more information, refer to [Validate credential configurations from external
865
+ # sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
859
866
  # @return [::Object]
860
867
  # @!attribute [rw] scope
861
868
  # The OAuth scopes
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module EssentialContacts
23
23
  module V1
24
- VERSION = "1.1.0"
24
+ VERSION = "1.2.0"
25
25
  end
26
26
  end
27
27
  end
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-essential_contacts-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.0
4
+ version: 1.2.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
@@ -89,7 +88,6 @@ homepage: https://github.com/googleapis/google-cloud-ruby
89
88
  licenses:
90
89
  - Apache-2.0
91
90
  metadata: {}
92
- post_install_message:
93
91
  rdoc_options: []
94
92
  require_paths:
95
93
  - lib
@@ -97,15 +95,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
97
95
  requirements:
98
96
  - - ">="
99
97
  - !ruby/object:Gem::Version
100
- version: '2.7'
98
+ version: '3.0'
101
99
  required_rubygems_version: !ruby/object:Gem::Requirement
102
100
  requirements:
103
101
  - - ">="
104
102
  - !ruby/object:Gem::Version
105
103
  version: '0'
106
104
  requirements: []
107
- rubygems_version: 3.5.23
108
- signing_key:
105
+ rubygems_version: 3.6.2
109
106
  specification_version: 4
110
107
  summary: API Client library for the Essential Contacts V1 API
111
108
  test_files: []