google-cloud-advisory_notifications-v1 0.11.0 → 0.12.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: 4ae90ab9c68533f6e2b8e0bd5bc2a3d45b5ad8146d22c3db4d0b0ce0a2c8692f
4
- data.tar.gz: e104ec520ee6a7fab76e67e16fe681539ad9f4b3a87803a9b679e8abd291e207
3
+ metadata.gz: 86c2c9518b2c6b5df0e73cfae073ba16584803fa50ded83ec320360a09feb609
4
+ data.tar.gz: 231ad4afd9034ec6a0536ea75c5a4ee64452fc38b8fb58d2d65bc1f0059d4bd0
5
5
  SHA512:
6
- metadata.gz: a238c945e418a844e8ff3f95f723603205e5df11a1e1435ba1231528101ff8acd02de770a542a525d282dbf7f9e2776be0143639e2fc18197bc6bb9be0c0b511
7
- data.tar.gz: ac2ca3afe6a893d4344bed42dc14b2931be0da3e70ac6b63385384b0883dd2c2fd37d105d464d2ab1d3914fed66f1ae85bff3c55fa6cbd173a47e447775a8ffb
6
+ metadata.gz: 8cbe7e5ff899845f9e0577fe385d466e3a503b8a00c359ef44d0ecd8957950137287cb69988a2fb99a7890b3ce314fa17825d8be3c1b8e3f4a249e88e9d3f760
7
+ data.tar.gz: 5d36ad5d5a90622e95735628acee807f21ea103adb3beedb922d960e7c6e10b04e0e7e71dfc188e05d8543b9e6166cb2c11a2b144047e3aee17c257eecbf5932
data/README.md CHANGED
@@ -85,7 +85,7 @@ To browse ready to use code samples check [Google Cloud Samples](https://cloud.g
85
85
 
86
86
  ## Supported Ruby Versions
87
87
 
88
- This library is supported on Ruby 2.7+.
88
+ This library is supported on Ruby 3.0+.
89
89
 
90
90
  Google provides official support for Ruby versions that are actively supported
91
91
  by Ruby Core—that is, Ruby versions that are either in normal maintenance or
@@ -615,6 +615,13 @@ module Google
615
615
  # * (`GRPC::Core::Channel`) a gRPC channel with included credentials
616
616
  # * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
617
617
  # * (`nil`) indicating no credentials
618
+ #
619
+ # Warning: If you accept a credential configuration (JSON file or Hash) from an
620
+ # external source for authentication to Google Cloud, you must validate it before
621
+ # providing it to a Google API client library. Providing an unvalidated credential
622
+ # configuration to Google APIs can compromise the security of your systems and data.
623
+ # For more information, refer to [Validate credential configurations from external
624
+ # sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
618
625
  # @return [::Object]
619
626
  # @!attribute [rw] scope
620
627
  # The OAuth scopes
@@ -578,6 +578,13 @@ module Google
578
578
  # * (`Signet::OAuth2::Client`) A signet oauth2 client object
579
579
  # (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
580
580
  # * (`nil`) indicating no credentials
581
+ #
582
+ # Warning: If you accept a credential configuration (JSON file or Hash) from an
583
+ # external source for authentication to Google Cloud, you must validate it before
584
+ # providing it to a Google API client library. Providing an unvalidated credential
585
+ # configuration to Google APIs can compromise the security of your systems and data.
586
+ # For more information, refer to [Validate credential configurations from external
587
+ # sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
581
588
  # @return [::Object]
582
589
  # @!attribute [rw] scope
583
590
  # The OAuth scopes
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module AdvisoryNotifications
23
23
  module V1
24
- VERSION = "0.11.0"
24
+ VERSION = "0.12.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-advisory_notifications-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.11.0
4
+ version: 0.12.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
@@ -82,7 +81,6 @@ homepage: https://github.com/googleapis/google-cloud-ruby
82
81
  licenses:
83
82
  - Apache-2.0
84
83
  metadata: {}
85
- post_install_message:
86
84
  rdoc_options: []
87
85
  require_paths:
88
86
  - lib
@@ -90,15 +88,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
90
88
  requirements:
91
89
  - - ">="
92
90
  - !ruby/object:Gem::Version
93
- version: '2.7'
91
+ version: '3.0'
94
92
  required_rubygems_version: !ruby/object:Gem::Requirement
95
93
  requirements:
96
94
  - - ">="
97
95
  - !ruby/object:Gem::Version
98
96
  version: '0'
99
97
  requirements: []
100
- rubygems_version: 3.5.23
101
- signing_key:
98
+ rubygems_version: 3.6.2
102
99
  specification_version: 4
103
100
  summary: An API for accessing Advisory Notifications in Google Cloud.
104
101
  test_files: []