google-cloud-scheduler 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: 25677fa443d1949a379f56558bcd53fab7c2c9bb82229aaee30f7c92f41f4d20
4
- data.tar.gz: ba45bace4e57d53a4558a122200fe11a9e48e73d027ff875f4284ac1caff881b
3
+ metadata.gz: 53fb74e50f62de5995136361480736fd2353eb018126c67da8ff52fc7a5a9a40
4
+ data.tar.gz: 1d43493066d4fc8f9f613bbddf0a86ea907a065799c187b30ddd09bbdce924cd
5
5
  SHA512:
6
- metadata.gz: 7f5f08c733e691d9ea02fb2ea44304279671432ba468535ed49c7b6b955afb75e6c479456d40fbbf1157d59b34b257a5d06825e3c02ca83c9ec30a9774a0848c
7
- data.tar.gz: 1c561cae687b7fd81b3a211d87217428b6c1d3eccb004215092e71cf45c76b6b20308ff55936ba2046816531bec3f56fd7bed5729cef7d6ac0b5ea657fdea9e7
6
+ metadata.gz: ac12394efe7cd939224d2214cc501a226cd23ccd99084432c6770dd2606859906b59f8159cb572a1ebc3b3838634498834a371faa12374c7d3b98a6d9c947a68
7
+ data.tar.gz: 8ae430c0c7e2cf968c0c9b68f241885959767012ba0134d1b4a74b2c180b0cd30160a1bce6c86a31c3e50472dfd8d48f926f4802946a30ff9cfba5f4865d2795
data/AUTHENTICATION.md CHANGED
@@ -82,8 +82,8 @@ client = Google::Cloud::Scheduler.cloud_scheduler
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/scheduler"
@@ -93,7 +93,7 @@ client = Google::Cloud::Scheduler.cloud_scheduler 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/scheduler"
@@ -20,7 +20,7 @@
20
20
  module Google
21
21
  module Cloud
22
22
  module Scheduler
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-scheduler
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