google-cloud-tasks 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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 117c09fd7b2ef0688e9312987c5506198dd5b1c83d920ec31fdee85c0140c4c9
4
- data.tar.gz: 102b0b7fe0aa65dec8ed7b642eebcbd7f67bbc8d26cba7dc6ca245310649c66b
3
+ metadata.gz: 94e4c576c48f260a370766972ee13016b56eff41f23b2e1364d189256ca6899a
4
+ data.tar.gz: 2600f3f7db40f8654fdd415ac98e61e77ab416857e622cfdc1494ac66e2bac12
5
5
  SHA512:
6
- metadata.gz: c9beb63408d5f71920c9ad0da5c19d1247c962e8546552b2102ee62818b3f35e16dd8dd17dd9243f1a6798d41e94195a9e2eaf49e757731e6384a9ac11b2b4a7
7
- data.tar.gz: f7c53d7df9a5b54a63e93c714d7aba626ef7038e86bf1c35e621f95e9759ee08ee5746ae0c4e362519ef014ce43904b17b417616aade696a7113a313b521e9a8
6
+ metadata.gz: 75abd3bb98f1d046612e7ad87bfeae37b5355b57852f381b71cd184ca834ca9b845f6298ec1f8c84db7edd41d3d519af7cb5339fa41d5394bdd3a71f16e3d131
7
+ data.tar.gz: 86964cc3390257a85338183169fa4368256b9fa7e07f38a04a4b05639ee239b55adda7347bdeb552350a22f6e75c056680b0148721138acba0b436ea9f66ea0b
@@ -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:* `Integer`) -
93
- # Default timeout in milliseconds.
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`) -
@@ -20,7 +20,7 @@
20
20
  module Google
21
21
  module Cloud
22
22
  module Tasks
23
- VERSION = "2.1.1"
23
+ VERSION = "2.1.2"
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-tasks
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.1.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: 2020-05-26 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
@@ -214,7 +214,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
214
214
  - !ruby/object:Gem::Version
215
215
  version: '0'
216
216
  requirements: []
217
- rubygems_version: 3.0.6
217
+ rubygems_version: 3.2.6
218
218
  signing_key:
219
219
  specification_version: 4
220
220
  summary: API Client library for the Cloud Tasks API