google-cloud-functions 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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c29b8365a58814ba89c1672b16784dbfe040b396b55badb883c4613e45a45ce1
4
- data.tar.gz: 65900cb85ff20a802dd5f66787b71d45794e35485077459388b503fed52937e0
3
+ metadata.gz: e786cb86cfeadaf36d8bfcfc8005604e3241ec1e39fc9fdde421077e19842199
4
+ data.tar.gz: 2eeebce2dc6f65b7b839714e4d73fbe4aa270d404e4080a24ca42f8f81e88b23
5
5
  SHA512:
6
- metadata.gz: fb946141534a263e072a8e6e6fe208c61de1a2e13278d383554143027c7c1b72fa91701becda376d3cef08fcf0709789df5ae5a56c11135b94d0ca2d7b8c833a
7
- data.tar.gz: f65592f508b63166c1b70c72f4828e172fbf58a4dd813102ec46e1d257cc6da39e3a06ecf71be082fc2a547091757bc43270d5ada98a5117859e4c57fe959763
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:* `Integer`) -
92
- # Default timeout in milliseconds.
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`) -
@@ -20,7 +20,7 @@
20
20
  module Google
21
21
  module Cloud
22
22
  module Functions
23
- VERSION = "1.0.0"
23
+ VERSION = "1.0.1"
24
24
  end
25
25
  end
26
26
  end
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.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: 2020-12-08 00:00:00.000000000 Z
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.1.4
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