google-cloud-build 1.1.1 → 1.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: 520da4689dc8666ffb3c74acd97f9f9b00c68729034cd6eec0c4454cbda8f106
4
- data.tar.gz: 4c08474cd45db11f225b358c5de7c630a6f45701e5126b04efa5485226394b6c
3
+ metadata.gz: e584c581e0c8d92b4b19f797b46256317383af15717a2288ad55f76f8c1b8f9f
4
+ data.tar.gz: b5d362b75b8827d52873105f48e1b511b2e5100b90c2e2861c5822fa3912f71a
5
5
  SHA512:
6
- metadata.gz: 6aa5b352cff95d9a30fe2b61d4e36ea670f3fade73ca807c51e41ebc2fbaaa5a8c501d65514b9aa34b8b489f06e22b704be0d83012a9073250cf09e068115c89
7
- data.tar.gz: 87a00d6577ed1e97cba51b84f27e445f922f2d56b5a10c1b11bbedac41026291fcc1b53259c01ebff1ba52ef918162d0bf3c44593ff3c407990244a6c5acc64c
6
+ metadata.gz: 05a6eb0f90a167ac1e690e3c5bf7aab4db016caea3112134848aea7ae4eb8a83a35aaedd7119bab94f2a37deac668f5859f889cbf3ab608aaebedb3b3ebbf62a
7
+ data.tar.gz: 8f8127e8c7305295755c41af75f4c611314d5ce67cff87f1c7bb868902af2f63f3866aeef1ae68b45d84503cf91f03fe2a07783b61003acfe577906fe9a5b248
data/AUTHENTICATION.md CHANGED
@@ -82,8 +82,8 @@ client = Google::Cloud::Build.cloud_build
82
82
 
83
83
  ### Configuration
84
84
 
85
- The **Credentials JSON** can be configured instead of placing them in
86
- environment variables. Either on an individual client initialization:
85
+ The path to the **Credentials JSON** file can be configured instead of storing
86
+ it in an environment variable. Either on an individual client initialization:
87
87
 
88
88
  ```ruby
89
89
  require "google/cloud/build"
@@ -93,7 +93,7 @@ client = Google::Cloud::Build.cloud_build do |config|
93
93
  end
94
94
  ```
95
95
 
96
- Or configured globally for all clients:
96
+ Or globally for all clients:
97
97
 
98
98
  ```ruby
99
99
  require "google/cloud/build"
@@ -20,7 +20,7 @@
20
20
  module Google
21
21
  module Cloud
22
22
  module Build
23
- VERSION = "1.1.1"
23
+ VERSION = "1.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-build
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.1
4
+ version: 1.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: 2021-06-30 00:00:00.000000000 Z
11
+ date: 2021-07-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-cloud-build-v1