google-cloud-secret_manager 1.0.0 → 1.0.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/google/cloud/secret_manager.rb +2 -2
- data/lib/google/cloud/secret_manager/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a886a1887590dc7fb62954bbee60d282d8f5a68587f3682d4721e3ddcb36aa48
|
4
|
+
data.tar.gz: c222304a3a964188f05f801f18f351de3e7226770335ea077ae9e0601e1df5b8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1a79a185c10e285ba81d4967ea2ef220c30a77a000fc1697a53d29449dcb733c50689ae87b074d836ab97d486189cad2f4740c2da30e5816e74761b2a5dc42aa
|
7
|
+
data.tar.gz: 3ca46c092bd3ec14f68094e407934ccf2d4b1bb2b0c789f792394bf6adab04374c99d081bdc815e688ed0b4170d93a1b0299ab43343a83aa5e9bb710d0fc507c
|
@@ -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-secret_manager
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.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-19 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-cloud-core
|
@@ -199,7 +199,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
199
199
|
- !ruby/object:Gem::Version
|
200
200
|
version: '0'
|
201
201
|
requirements: []
|
202
|
-
rubygems_version: 3.
|
202
|
+
rubygems_version: 3.2.6
|
203
203
|
signing_key:
|
204
204
|
specification_version: 4
|
205
205
|
summary: API Client library for the Secret Manager API
|