google-cloud-container_analysis-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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d7715695b2526e58b6f92b4f86cf8054cc30a25d491c2830452de8562740b27b
|
4
|
+
data.tar.gz: fe7d7e34fb3d3c6f77565caa45e16f1e7f9689ffcde967d083556403125252cd
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f02a732044ab97036d7012f3fbef1fb2e26d21249926116ccbf1a1cd2299eb098c7f0c0a6d94ef4d4525e4d6a1bd41a16386c7cef82c1e79eb928f429af5f178
|
7
|
+
data.tar.gz: 1c185afddf59089a1721f3dc1dc51f03122931d5753d2000e3704644aa25be601da0de2ee6734b313175b0a87746b4fc87095572ef1148781555fa9338cc008a
|
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
|
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
|
@@ -630,6 +630,13 @@ module Google
|
|
630
630
|
# * (`GRPC::Core::Channel`) a gRPC channel with included credentials
|
631
631
|
# * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
|
632
632
|
# * (`nil`) indicating no credentials
|
633
|
+
#
|
634
|
+
# Warning: If you accept a credential configuration (JSON file or Hash) from an
|
635
|
+
# external source for authentication to Google Cloud, you must validate it before
|
636
|
+
# providing it to a Google API client library. Providing an unvalidated credential
|
637
|
+
# configuration to Google APIs can compromise the security of your systems and data.
|
638
|
+
# For more information, refer to [Validate credential configurations from external
|
639
|
+
# sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
|
633
640
|
# @return [::Object]
|
634
641
|
# @!attribute [rw] scope
|
635
642
|
# The OAuth scopes
|
metadata
CHANGED
@@ -1,14 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-cloud-container_analysis-v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
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:
|
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.
|
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.
|
28
|
+
version: 0.25.0
|
30
29
|
- - "<"
|
31
30
|
- !ruby/object:Gem::Version
|
32
31
|
version: 2.a
|
@@ -119,7 +118,6 @@ homepage: https://github.com/googleapis/google-cloud-ruby
|
|
119
118
|
licenses:
|
120
119
|
- Apache-2.0
|
121
120
|
metadata: {}
|
122
|
-
post_install_message:
|
123
121
|
rdoc_options: []
|
124
122
|
require_paths:
|
125
123
|
- lib
|
@@ -127,15 +125,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
127
125
|
requirements:
|
128
126
|
- - ">="
|
129
127
|
- !ruby/object:Gem::Version
|
130
|
-
version: '
|
128
|
+
version: '3.0'
|
131
129
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
132
130
|
requirements:
|
133
131
|
- - ">="
|
134
132
|
- !ruby/object:Gem::Version
|
135
133
|
version: '0'
|
136
134
|
requirements: []
|
137
|
-
rubygems_version: 3.
|
138
|
-
signing_key:
|
135
|
+
rubygems_version: 3.6.2
|
139
136
|
specification_version: 4
|
140
137
|
summary: An implementation of the Grafeas API, which stores, and enables querying
|
141
138
|
and retrieval of critical metadata about all of your software artifacts.
|