google-cloud-build 1.1.0 → 1.1.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: 81f54fd8ad572b107045b0b4a7eaf6b3fcd7f5f052b30fa069017abaf371164b
4
- data.tar.gz: e341fb7c1006f3412bb38a79393eadd635b87d483073f381bc101112ff0b6d8a
3
+ metadata.gz: 520da4689dc8666ffb3c74acd97f9f9b00c68729034cd6eec0c4454cbda8f106
4
+ data.tar.gz: 4c08474cd45db11f225b358c5de7c630a6f45701e5126b04efa5485226394b6c
5
5
  SHA512:
6
- metadata.gz: facc167e82743195ab318cbdef3cce114034d2d63da153f5326b290e25961b9c9fa401c124d4be91832127431d8dfbf21094546b47f5c1c629f73eefb56c7de7
7
- data.tar.gz: b9bda725c728d6f78835adf1d9fc0d04d902c714bd75f48b2e73066c69b4cf730872a3e1200a48aba74e38ed84d2d518266263a7ed042b815d1aa078cc7ff1c6
6
+ metadata.gz: 6aa5b352cff95d9a30fe2b61d4e36ea670f3fade73ca807c51e41ebc2fbaaa5a8c501d65514b9aa34b8b489f06e22b704be0d83012a9073250cf09e068115c89
7
+ data.tar.gz: 87a00d6577ed1e97cba51b84f27e445f922f2d56b5a10c1b11bbedac41026291fcc1b53259c01ebff1ba52ef918162d0bf3c44593ff3c407990244a6c5acc64c
data/AUTHENTICATION.md CHANGED
@@ -66,11 +66,11 @@ The environment variables that google-cloud-build
66
66
  checks for credentials are configured on the service Credentials class (such as
67
67
  `::Google::Cloud::Build::V1::CloudBuild::Credentials`):
68
68
 
69
- 1. `CLOUD_BUILD_CREDENTIALS` - Path to JSON file, or JSON contents
70
- 2. `CLOUD_BUILD_KEYFILE` - Path to JSON file, or JSON contents
71
- 3. `GOOGLE_CLOUD_CREDENTIALS` - Path to JSON file, or JSON contents
72
- 4. `GOOGLE_CLOUD_KEYFILE` - Path to JSON file, or JSON contents
73
- 5. `GOOGLE_APPLICATION_CREDENTIALS` - Path to JSON file
69
+ * `CLOUD_BUILD_CREDENTIALS` - Path to JSON file, or JSON contents
70
+ * `CLOUD_BUILD_KEYFILE` - Path to JSON file, or JSON contents
71
+ * `GOOGLE_CLOUD_CREDENTIALS` - Path to JSON file, or JSON contents
72
+ * `GOOGLE_CLOUD_KEYFILE` - Path to JSON file, or JSON contents
73
+ * `GOOGLE_APPLICATION_CREDENTIALS` - Path to JSON file
74
74
 
75
75
  ```ruby
76
76
  require "google/cloud/build"
@@ -20,7 +20,7 @@
20
20
  module Google
21
21
  module Cloud
22
22
  module Build
23
- VERSION = "1.1.0"
23
+ VERSION = "1.1.1"
24
24
  end
25
25
  end
26
26
  end
metadata CHANGED
@@ -1,43 +1,49 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-build
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.0
4
+ version: 1.1.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: 2021-03-09 00:00:00.000000000 Z
11
+ date: 2021-06-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-cloud-build-v1
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - "~>"
17
+ - - ">="
18
18
  - !ruby/object:Gem::Version
19
19
  version: '0.0'
20
+ - - "<"
21
+ - !ruby/object:Gem::Version
22
+ version: 2.a
20
23
  type: :runtime
21
24
  prerelease: false
22
25
  version_requirements: !ruby/object:Gem::Requirement
23
26
  requirements:
24
- - - "~>"
27
+ - - ">="
25
28
  - !ruby/object:Gem::Version
26
29
  version: '0.0'
30
+ - - "<"
31
+ - !ruby/object:Gem::Version
32
+ version: 2.a
27
33
  - !ruby/object:Gem::Dependency
28
34
  name: google-cloud-core
29
35
  requirement: !ruby/object:Gem::Requirement
30
36
  requirements:
31
37
  - - "~>"
32
38
  - !ruby/object:Gem::Version
33
- version: '1.5'
39
+ version: '1.6'
34
40
  type: :runtime
35
41
  prerelease: false
36
42
  version_requirements: !ruby/object:Gem::Requirement
37
43
  requirements:
38
44
  - - "~>"
39
45
  - !ruby/object:Gem::Version
40
- version: '1.5'
46
+ version: '1.6'
41
47
  - !ruby/object:Gem::Dependency
42
48
  name: google-style
43
49
  requirement: !ruby/object:Gem::Requirement
@@ -185,7 +191,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
185
191
  - !ruby/object:Gem::Version
186
192
  version: '0'
187
193
  requirements: []
188
- rubygems_version: 3.2.13
194
+ rubygems_version: 3.2.17
189
195
  signing_key:
190
196
  specification_version: 4
191
197
  summary: API Client library for the Cloud Build API