google-cloud-build 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: 1c1e620189351c4056044c69340d267c1f34e4088ac6e584ca538b70e5582b34
4
- data.tar.gz: ec6f0ef4393593d6d9346038ebea82b6672e948b887ec2c438c6f7134869b6ff
3
+ metadata.gz: 31d9b4ef35cdd26fd1bee66cf42f8a2132077acda65741ae23942edd7759008c
4
+ data.tar.gz: 5da20a743c910697e7b6f00d96a39d2457f2dd837039029b242dda839c7bfb78
5
5
  SHA512:
6
- metadata.gz: b75c3aea620795269997b69c108a13a38aa5f97c8486b0fad31269ea990fb5a6a7482ffcc4662282ba52a5506bea9e4a23d60b12289f5c0017a75100a7ae5b00
7
- data.tar.gz: c3a6ed8c4fec8327940a2fe581be208531cae65d8d2b65c296931eeb1a94edc19865e7e7a2e9f70b12841637ecd466d90b43614e8b5ca6499307694a9462008d
6
+ metadata.gz: 7619ea42d68507a9c3a035c7b78f355741a08c1828e38dbff66bd50c832a0ec59371b24cf085c583ea40e117b4c8f6b82962125b4bcf6f620176b163d73ff7b0
7
+ data.tar.gz: 3d67a4190845c44baf7540f583f7d8a829877c3f1f415300310700bab9ae31eb7c666505811a14883cdd943e58a8da2bbcce6fd0c8440b74843b3fde36d9694d
@@ -95,8 +95,8 @@ module Google
95
95
  # The library version as recorded in instrumentation and logging.
96
96
  # * `interceptors` (*type:* `Array<GRPC::ClientInterceptor>`) -
97
97
  # An array of interceptors that are run before calls are executed.
98
- # * `timeout` (*type:* `Integer`) -
99
- # Default timeout in milliseconds.
98
+ # * `timeout` (*type:* `Numeric`) -
99
+ # Default timeout in seconds.
100
100
  # * `metadata` (*type:* `Hash{Symbol=>String}`) -
101
101
  # Additional gRPC headers to be sent with the call.
102
102
  # * `retry_policy` (*type:* `Hash`) -
@@ -20,7 +20,7 @@
20
20
  module Google
21
21
  module Cloud
22
22
  module Build
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-build
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-build-v1
@@ -185,7 +185,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
185
185
  - !ruby/object:Gem::Version
186
186
  version: '0'
187
187
  requirements: []
188
- rubygems_version: 3.1.4
188
+ rubygems_version: 3.2.6
189
189
  signing_key:
190
190
  specification_version: 4
191
191
  summary: API Client library for the Cloud Build API