google-cloud-notebooks 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: 38f1d9cfc69ddf6f4900ec37221ad6a485a1a63ccac9848c3192e7b585e41b4f
4
- data.tar.gz: 3316caf93041ff0beaa67ba397e41c1f7a9fcb9d3368153750f30b2c96dee639
3
+ metadata.gz: fc9b4080b19aeca0d44b41342fa765eee275007149238cd970220453af80e074
4
+ data.tar.gz: a4c175525c3ee58d2e5c8772e667de3e30a2edc7d69034bb162a1b572cb37968
5
5
  SHA512:
6
- metadata.gz: a7a27065624b83944f2d08df3eb29b214b1802a652f5864c46c08aeb33744cd939bbb944637f6f5626aa180f1d693717d30891305c43122bd7f89cf4ca019cc9
7
- data.tar.gz: e066abc16f858fb67d3c5d9794ca1695412354d57c41b3687f8500ebe93d01d768140a7c31b31cb55243e5a51b5460f35eb63b792299cc24f9c894014569a234
6
+ metadata.gz: 69e2758544c55627ecba9484cfa6cb81ae4840c4ab3bdba0e832ac70f80df2cf9374c7d39e05a598822ebfa96e9c6d5753058142f84a1ff4aa13c524462e0067
7
+ data.tar.gz: 9cd1685bcb19cd91cc44c826e24050d3edeb08ffb4e697859cd54987a10e69463f4dfa3b003e0594615e861c376bf8304b6459ba48232faf6964a6f5bd6f8cb7
data/AUTHENTICATION.md CHANGED
@@ -82,8 +82,8 @@ client = Google::Cloud::Notebooks.notebook_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/notebooks"
@@ -93,7 +93,7 @@ client = Google::Cloud::Notebooks.notebook_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/notebooks"
@@ -20,7 +20,7 @@
20
20
  module Google
21
21
  module Cloud
22
22
  module Notebooks
23
- VERSION = "1.1.1"
23
+ VERSION = "1.1.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-notebooks
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