google-cloud-logging-v2 0.5.2 → 0.5.3

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: 73519b5c444ef6f55a2be0d86d6452ca7c2fbcdf37e1f4a9626ce09a7c9de92e
4
- data.tar.gz: 3442aaa6fa749dab2ab2ef9f431178063c05b89eddb004b53e40203e08b60487
3
+ metadata.gz: f78eb0c13fe221d413438478024c6f702e4008284912d1bba4d821ee312f5092
4
+ data.tar.gz: a96e8dbfa931ef8e3786e48a52fdf2d55cee1599e4399ec239b9ea4a1cbc8a77
5
5
  SHA512:
6
- metadata.gz: cc49d52acdb4a7fcee26199b22a618ac3de01f63c764565621110c1bdef2340debeb7cf5b6226fd06990ab06d572d16d33c3d084c2d92d3102d9f70884571c42
7
- data.tar.gz: a8231b4507852632f605a014fdb29f593d25ea50f1438f3d3eddfdda62d2408823e97c1b4850b6b0d081f290197ab767d1c9a39e7ecf119ed2d7c8dae475e9ac
6
+ metadata.gz: 36d4f7be9a973919586dc35cd872930bc465eb1574238368ac617019b75d3de8a6249570bc5283f11ed5b61b8ab514b305bd0eeb6abb0679cad90c73942bb110
7
+ data.tar.gz: d81b529193207102033d627f7bd3a5b95d02db47858371df52eea0eb231a58083f6b367261e513b515b0696298852d9ea810fcd7d346eeeef6e13cce226895b6
data/AUTHENTICATION.md CHANGED
@@ -82,8 +82,8 @@ client = ::Google::Cloud::Logging::V2::ConfigService::Client.new
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/logging/v2"
@@ -93,7 +93,7 @@ client = ::Google::Cloud::Logging::V2::ConfigService::Client.new 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/logging/v2"
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module Logging
23
23
  module V2
24
- VERSION = "0.5.2"
24
+ VERSION = "0.5.3"
25
25
  end
26
26
  end
27
27
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-logging-v2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.2
4
+ version: 0.5.3
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-08 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: gapic-common