google-cloud-profiler 1.0.1 → 1.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: bc225cbedc09cc8ef955b1efe68ca560cc697b0b18584aab474b8e1af8dc184f
4
- data.tar.gz: d37ce762aeb7c39d7fa2722f35a9370d1ba3c0c23a79b1ec0e7df47e987cf0e2
3
+ metadata.gz: 01f3fca543d4bc5db21ad20e944f64d8d43832d70043ec12e294146968bef959
4
+ data.tar.gz: fa15eb360038d332dce990bb2bf5fb1c89f38ba0c874dcee0c81d1d9a830ca14
5
5
  SHA512:
6
- metadata.gz: 07c109cb00eebcb2437b064b4c7e075e08633e8ca4b0a8be72d3ebe3b8d0bf3fc340edbd3373e0e41e08917ce7166389bdd25419976ee554cc57cfc83b73719a
7
- data.tar.gz: c23cfbb74ebf6b595c1799b2f60494f3b5078e285fa8755854cb7b5f539dcda447f19e853c71d9088734210b742a1be2d07c4200a22dffe1a507a03f9f8eb4d2
6
+ metadata.gz: 4c233d9de0cb7ba968052e977cf2f992b6f406938508ba4660692e27f9780c820b3f1f8422455f43c0b0da16f1a2d59398227c6d2b465d179418ef907750f944
7
+ data.tar.gz: b0c28f16860b64eb7d65390b643232a6dc43816c078c477140489fb2264d07291d13210f430a41a570799d155753e22d727482cf3e7699e584d071cec6bd2846
data/AUTHENTICATION.md CHANGED
@@ -82,8 +82,8 @@ client = Google::Cloud::Profiler.profiler_service
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/profiler"
@@ -93,7 +93,7 @@ client = Google::Cloud::Profiler.profiler_service 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/profiler"
@@ -20,7 +20,7 @@
20
20
  module Google
21
21
  module Cloud
22
22
  module Profiler
23
- VERSION = "1.0.1"
23
+ VERSION = "1.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-profiler
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.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-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