google-cloud-recommender 1.1.1 → 1.1.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: c08e15272949ea1eb8ea4eb39c7c97b369b5bd70b792403ac116410db2434755
4
- data.tar.gz: 9dd4c83416b0155dc08f5cd81ca2c5e6eaadfe9c2cd60394a62b6cb515857fe9
3
+ metadata.gz: eac2698eb81c3a48cee3ef5bb3ae49eb21ff012156dbc70bd6700ef1c85a2493
4
+ data.tar.gz: 146a67fb383a4bc66f41cfb073cb19640dfd7103a7d10a6093a0ac0d1c6b8310
5
5
  SHA512:
6
- metadata.gz: 6971f8f509cb89f043ecb9c1bbc38295eee56f3fce20c13f13fb7e9b414d4c31162f4abc55eea3d58384b0d37d221abef3ab394faa9d149ef5605442e7b2d0d8
7
- data.tar.gz: 0e251fec9ca212afe0c93b607c3a2ef921d4a691476b638f403d55244adeb3245a104a6a7f81c6eff2a231d4da071e13343aa757b0fd3cd75ed81041310b7784
6
+ metadata.gz: b84e376eb34da6d20111041780dcc2d0f3a2b5ad5c1526dd0fe28b703cb5692750b39ed0592cabcc5c60dce566ef07355d7a6e7b2f188ca8ed67626abec05887
7
+ data.tar.gz: 6f5202f79cd90035ae0542159fc6b7459b5cae3b90ebf98df169d14778dff23d2a11575faf9c684c0985012f5c246abf3a452c0ee38a4eaffae2ea222f94970c
data/AUTHENTICATION.md CHANGED
@@ -82,8 +82,8 @@ client = Google::Cloud::Recommender.recommender_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/recommender"
@@ -93,7 +93,7 @@ client = Google::Cloud::Recommender.recommender_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/recommender"
@@ -16,7 +16,7 @@
16
16
  module Google
17
17
  module Cloud
18
18
  module Recommender
19
- VERSION = "1.1.1".freeze
19
+ VERSION = "1.1.2".freeze
20
20
  end
21
21
  end
22
22
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-recommender
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.1
4
+ version: 1.1.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