google-cloud-binary_authorization 0.1.0 → 0.1.1
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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 8bcd184ef654c0d161f87144f832afb8a4dd4edf86ac26afb3b0e50dc19a72d3
|
|
4
|
+
data.tar.gz: 6370088635b2fcc18cdea2c622eef834e6323459205841c5e5e6d2047f6a4a17
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e6b19dd878e9dbfe18f342f6f55af60913360ca64366084140bd1fd19b2ec8ae9bc30faf197dc3906d23a9bbca69264a0ccda58188153a41d846978c19407afa
|
|
7
|
+
data.tar.gz: bd2d3c8e8a95902415de1de5fab2f3226d8df5fc62e439ffc136f33702e1c25e4c47302d6797596dd317f0649f4ae62d70f7806ec7ec2497541fcf7105d01893
|
|
@@ -94,8 +94,8 @@ module Google
|
|
|
94
94
|
# The library version as recorded in instrumentation and logging.
|
|
95
95
|
# * `interceptors` (*type:* `Array<GRPC::ClientInterceptor>`) -
|
|
96
96
|
# An array of interceptors that are run before calls are executed.
|
|
97
|
-
# * `timeout` (*type:* `
|
|
98
|
-
# Default timeout in
|
|
97
|
+
# * `timeout` (*type:* `Numeric`) -
|
|
98
|
+
# Default timeout in seconds.
|
|
99
99
|
# * `metadata` (*type:* `Hash{Symbol=>String}`) -
|
|
100
100
|
# Additional gRPC headers to be sent with the call.
|
|
101
101
|
# * `retry_policy` (*type:* `Hash`) -
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-cloud-binary_authorization
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2021-01-20 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: google-cloud-binary_authorization-v1beta1
|
|
@@ -184,7 +184,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
184
184
|
- !ruby/object:Gem::Version
|
|
185
185
|
version: '0'
|
|
186
186
|
requirements: []
|
|
187
|
-
rubygems_version: 3.
|
|
187
|
+
rubygems_version: 3.2.6
|
|
188
188
|
signing_key:
|
|
189
189
|
specification_version: 4
|
|
190
190
|
summary: API Client library for the Binary Authorization API
|