google-cloud-functions 1.0.0 → 1.0.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 +4 -4
- data/lib/google/cloud/functions.rb +2 -2
- data/lib/google/cloud/functions/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: e786cb86cfeadaf36d8bfcfc8005604e3241ec1e39fc9fdde421077e19842199
|
|
4
|
+
data.tar.gz: 2eeebce2dc6f65b7b839714e4d73fbe4aa270d404e4080a24ca42f8f81e88b23
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a18671c2c24011210e6ce6efcdf8ee377c221695b7ba35453d1de3b7ecd991066781cfbd8920b5c75a4f2153fddf1bdd9f02163a96350a833d64ee2f64d82875
|
|
7
|
+
data.tar.gz: 02c214273af1bf01199b5b255dc3e9379d8c591e7b24ca6c1ac6a31ec97bd58e855bb3d263d6bd64405480fcd2269bddad460d06fad0adb9b36abdb33a323f80
|
|
@@ -88,8 +88,8 @@ module Google
|
|
|
88
88
|
# The library version as recorded in instrumentation and logging.
|
|
89
89
|
# * `interceptors` (*type:* `Array<GRPC::ClientInterceptor>`) -
|
|
90
90
|
# An array of interceptors that are run before calls are executed.
|
|
91
|
-
# * `timeout` (*type:* `
|
|
92
|
-
# Default timeout in
|
|
91
|
+
# * `timeout` (*type:* `Numeric`) -
|
|
92
|
+
# Default timeout in seconds.
|
|
93
93
|
# * `metadata` (*type:* `Hash{Symbol=>String}`) -
|
|
94
94
|
# Additional gRPC headers to be sent with the call.
|
|
95
95
|
# * `retry_policy` (*type:* `Hash`) -
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-cloud-functions
|
|
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-20 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: google-cloud-core
|
|
@@ -183,7 +183,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
183
183
|
- !ruby/object:Gem::Version
|
|
184
184
|
version: '0'
|
|
185
185
|
requirements: []
|
|
186
|
-
rubygems_version: 3.
|
|
186
|
+
rubygems_version: 3.2.6
|
|
187
187
|
signing_key:
|
|
188
188
|
specification_version: 4
|
|
189
189
|
summary: API Client library for the Cloud Functions API
|