google-cloud-workflows 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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 609449f4cbc96b258be15d200e3ceeaaf485e3e9f0ecead4fe50df5a20c495b3
4
- data.tar.gz: fdddebb1872bc739899f9ef653f48ab6376b3317a7f8357fee5eb09718075b99
3
+ metadata.gz: 8a33636881e81a06a28f1d9bc905ab38a155c1addb741bce90cbf3452d9e0976
4
+ data.tar.gz: 00e677afd5697cb4de5c4e69472fbae072934b434828ee7a4b883f6c5a4bbee6
5
5
  SHA512:
6
- metadata.gz: 64fcb73a9d38c2741da7f3841191482d28624aa083201be24f14ae527ef5c1d8bdc10f24a738b9613421ae69526bcc6ba8d17bf65c6d93c2594b44a94bbcb6de
7
- data.tar.gz: f2fd46891baa20229778eb15d9fd0090904fd857bbf37e65866e450bc236975671016a99604775ca7a466856b3bc3939271df9b0135c129739289d388dcba299
6
+ metadata.gz: 9442763e0dffbae39c7aae09412de63ed5ed0f831acacedc016938f93b882eb67860c51ab4e0de39d2e4c0d8ae806bd4155076e00256e2c2199c1a87cdfeeb61
7
+ data.tar.gz: 2a50860ed2bffb8e23703197508672039bdac0d938efe018d54ac1ffe74932a41540054fc2f26efdf26bf5a6da3dc754cf31cc2b54608e6833657cc198a974d8
@@ -90,8 +90,8 @@ module Google
90
90
  # The library version as recorded in instrumentation and logging.
91
91
  # * `interceptors` (*type:* `Array<GRPC::ClientInterceptor>`) -
92
92
  # An array of interceptors that are run before calls are executed.
93
- # * `timeout` (*type:* `Integer`) -
94
- # Default timeout in milliseconds.
93
+ # * `timeout` (*type:* `Numeric`) -
94
+ # Default timeout in seconds.
95
95
  # * `metadata` (*type:* `Hash{Symbol=>String}`) -
96
96
  # Additional gRPC headers to be sent with the call.
97
97
  # * `retry_policy` (*type:* `Hash`) -
@@ -90,8 +90,8 @@ module Google
90
90
  # The library version as recorded in instrumentation and logging.
91
91
  # * `interceptors` (*type:* `Array<GRPC::ClientInterceptor>`) -
92
92
  # An array of interceptors that are run before calls are executed.
93
- # * `timeout` (*type:* `Integer`) -
94
- # Default timeout in milliseconds.
93
+ # * `timeout` (*type:* `Numeric`) -
94
+ # Default timeout in seconds.
95
95
  # * `metadata` (*type:* `Hash{Symbol=>String}`) -
96
96
  # Additional gRPC headers to be sent with the call.
97
97
  # * `retry_policy` (*type:* `Hash`) -
@@ -20,7 +20,7 @@
20
20
  module Google
21
21
  module Cloud
22
22
  module Workflows
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-workflows
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
@@ -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.1.4
205
+ rubygems_version: 3.2.6
206
206
  signing_key:
207
207
  specification_version: 4
208
208
  summary: API Client library for the Workflows API