google-cloud-workflows 2.0.1 → 2.0.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: da837fcf7149ee08dac80980dfceddd802a56e328c78e05e4ffa0ff8f91bb0c8
4
- data.tar.gz: daee9191d30f7aea2511da743f2cb6f470f1b079068aefb58215e4366f9a7e30
3
+ metadata.gz: c4589d7ec331710f515c45922e02aa1d1c3670c4991606641e2608b4cc8b7f76
4
+ data.tar.gz: 7576e4ae1db52ab08aef424b91970359de17e487565c1e9b027a58fa9da6f903
5
5
  SHA512:
6
- metadata.gz: 52fc3099a8c58c95c45808e47bfefcbc94e856770f5c9eb6ca74a585a23bd509af07f4de991e65a9923701eaef061d65c727ce5d438a1adb084af4385dbcdfda
7
- data.tar.gz: f4b4e6988032aa621b67c282845c0135b5a4835b2358bdc8c746c470e6177fa5ad4065997b1ca12deac327eaa7da017aed14f7b40da00a19f5c0a00609dec277
6
+ metadata.gz: d3fd17629bc5c33c062ca7018d952e01b74bd25854714e583eb11b61d31245f3be8ff2785b74d7badf00f6836265e4365694f031ad294daca8d3e401dacca082
7
+ data.tar.gz: 44029e3f486ea01d8a2da21adcbadc2b87f45e11b98409b016f55bf2839e4311705f5be27452d0bb334af0befe42524464f80c992d9eff838c1fa41c67a6e4b7
data/AUTHENTICATION.md CHANGED
@@ -82,8 +82,8 @@ client = Google::Cloud::Workflows.workflows
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/workflows"
@@ -93,7 +93,7 @@ client = Google::Cloud::Workflows.workflows 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/workflows"
@@ -20,7 +20,7 @@
20
20
  module Google
21
21
  module Cloud
22
22
  module Workflows
23
- VERSION = "2.0.1"
23
+ VERSION = "2.0.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-workflows
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.1
4
+ version: 2.0.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-07-01 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-core