google-cloud-tpu 0.1.2 → 0.1.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: 1b60834b0166d308f69b83a721e6a816cc6ac3bfc81424b411df26ee970cbe6a
4
- data.tar.gz: e3360aecc9d71d87568eaec4b8bfd2931b19ca02827bc93d67b7bb88e621761f
3
+ metadata.gz: 92a7622e9699d727226790842c29090f1578efe7e99e957e164fce916eb6970f
4
+ data.tar.gz: 30e4ecee0f69affc0cddab3f2509b2256c173ff48bbbd8193032222097a70043
5
5
  SHA512:
6
- metadata.gz: fde5f9f7a3a1995950889ed8101fdbebfa62be57fed8846a489ea59d0e136624ddf3579bc035381562485ea3b7b69ea2e39ad62485283a79b8f4eefdf4dcea0c
7
- data.tar.gz: ffb4e54055f75dccb501cc75bb244692e28d5e5c9b286c1ceae6e0075c5534b5f7b2c1efd5e387ea52717745841cade0f403fd6f95a0901bb4536661342963e9
6
+ metadata.gz: 0ce66a2de7b0c24c3bfd94b50414cc8a339496ba14bb0fde4a9d3aa318cb7d1d12716081e11086e375f96080842eedced7910295af6e785876cb152dae4eaab3
7
+ data.tar.gz: e69864a2aef2bf5133027bacfd6008a7898f88e2f67c8f99bca49edf745c0c0d3a45c1ebb759f1423064c782ecea4439426885a8e9a9e0ef7c503e4d60f95fe3
data/AUTHENTICATION.md CHANGED
@@ -82,8 +82,8 @@ client = Google::Cloud::Tpu.tpu
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/tpu"
@@ -93,7 +93,7 @@ client = Google::Cloud::Tpu.tpu 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/tpu"
@@ -20,7 +20,7 @@
20
20
  module Google
21
21
  module Cloud
22
22
  module Tpu
23
- VERSION = "0.1.2"
23
+ VERSION = "0.1.3"
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-tpu
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.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-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