google-cloud-scheduler 2.1.1 → 2.1.2
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/scheduler.rb +2 -2
- data/lib/google/cloud/scheduler/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: fd59d6c69fe5adf93d6f6430e1a09f2093708cfc64db2bbea2b253139e05a1eb
|
4
|
+
data.tar.gz: c7e38f900821222221a1915f85664b306016cba9ca2d77635691ed22a4dbbfd2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3a0d44cead6288a94bc9556523ce896e4196db4ed1543e8f0bd37a4205b64072f43bdf2be11388bc330a3449a4661e28397e286eaf008af80c65f4de539dc26f
|
7
|
+
data.tar.gz: f34e0d830134020b98211a23d1ca5c82e343fbbe6418c9aa40b29d2e968218a6a0bd56e71bb389a74319ca2ea454a8a0e04d88ba0bd032a40ab40f4a787d24b8
|
@@ -89,8 +89,8 @@ module Google
|
|
89
89
|
# The library version as recorded in instrumentation and logging.
|
90
90
|
# * `interceptors` (*type:* `Array<GRPC::ClientInterceptor>`) -
|
91
91
|
# An array of interceptors that are run before calls are executed.
|
92
|
-
# * `timeout` (*type:* `
|
93
|
-
# Default timeout in
|
92
|
+
# * `timeout` (*type:* `Numeric`) -
|
93
|
+
# Default timeout in seconds.
|
94
94
|
# * `metadata` (*type:* `Hash{Symbol=>String}`) -
|
95
95
|
# Additional gRPC headers to be sent with the call.
|
96
96
|
# * `retry_policy` (*type:* `Hash`) -
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-cloud-scheduler
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.1.
|
4
|
+
version: 2.1.2
|
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
|
@@ -202,7 +202,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
202
202
|
- !ruby/object:Gem::Version
|
203
203
|
version: '0'
|
204
204
|
requirements: []
|
205
|
-
rubygems_version: 3.
|
205
|
+
rubygems_version: 3.2.6
|
206
206
|
signing_key:
|
207
207
|
specification_version: 4
|
208
208
|
summary: API Client library for the Cloud Scheduler API
|