google-cloud-build 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/build.rb +2 -2
- data/lib/google/cloud/build/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: 31d9b4ef35cdd26fd1bee66cf42f8a2132077acda65741ae23942edd7759008c
|
|
4
|
+
data.tar.gz: 5da20a743c910697e7b6f00d96a39d2457f2dd837039029b242dda839c7bfb78
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7619ea42d68507a9c3a035c7b78f355741a08c1828e38dbff66bd50c832a0ec59371b24cf085c583ea40e117b4c8f6b82962125b4bcf6f620176b163d73ff7b0
|
|
7
|
+
data.tar.gz: 3d67a4190845c44baf7540f583f7d8a829877c3f1f415300310700bab9ae31eb7c666505811a14883cdd943e58a8da2bbcce6fd0c8440b74843b3fde36d9694d
|
data/lib/google/cloud/build.rb
CHANGED
|
@@ -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:* `
|
|
99
|
-
# Default timeout in
|
|
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`) -
|
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.
|
|
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-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.
|
|
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
|