google-cloud-tasks 2.2.1 → 2.2.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: f3bf33d0908e70fa8ac2f76f5fc835f6993509022ec507edae4f0705de0c6307
4
- data.tar.gz: 28aa84ab029ae215f32094a92919ae4afbb55d9f7cd43ecea9ef8151bfb5bf62
3
+ metadata.gz: 4b3a0a4264bf806a835e167f784295a282bce59d0459c8eb7a0c72157c2abff3
4
+ data.tar.gz: f58a5f047e05a774a2e106e41256f68f0bcf534f09a17cd8d6c529a5a6b5351b
5
5
  SHA512:
6
- metadata.gz: 244828614c5fe1a414ae451debb60dccd6242f55b2108dc0dc77028b3c48e29eac420ae4e9759112dc80bd399c4b057721d1140593d0adf14c829db15135e882
7
- data.tar.gz: 843784163d9ec3b611cf5380156a5d70f55037ca83739165c2064cdc031217c977d4a298f76b79abaa2295db1c71630402c2eed0eb0f7b72b038df3580d0629a
6
+ metadata.gz: 3541473c2d47317539e1582a490af064c23a3f4170c15aabcd6fbe4998d674edd934cdaee6a8d8e7999f7a4db1b429cc71b80a0ebd369d6699895dc12b22ad79
7
+ data.tar.gz: 668d88b6838da5b7798e8c1e25ef92623cbc978bc4fff76621395de344b8bc314c5d8f9ad5e254ac7a3ccf6f6e73898db9dcb1be6bcacbda1a50cd8e7775e77e
data/AUTHENTICATION.md CHANGED
@@ -82,8 +82,8 @@ client = Google::Cloud::Tasks.cloud_tasks
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/tasks"
@@ -93,7 +93,7 @@ client = Google::Cloud::Tasks.cloud_tasks 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/tasks"
@@ -20,7 +20,7 @@
20
20
  module Google
21
21
  module Cloud
22
22
  module Tasks
23
- VERSION = "2.2.1"
23
+ VERSION = "2.2.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-tasks
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.2.1
4
+ version: 2.2.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-core