google-cloud-tpu 0.1.1 → 0.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: 68c707ca0f4adebb923c7919c953446c9162a39c6725853f8bae0d2d8b8e2fc1
4
- data.tar.gz: c46df05b6b708c77920632d4ba688b7ef7b466ddb3a1610b440f31da8c54b6bd
3
+ metadata.gz: 1b60834b0166d308f69b83a721e6a816cc6ac3bfc81424b411df26ee970cbe6a
4
+ data.tar.gz: e3360aecc9d71d87568eaec4b8bfd2931b19ca02827bc93d67b7bb88e621761f
5
5
  SHA512:
6
- metadata.gz: e7418c8006fe00d5e8cf121adb5d35a6388199fa71208ff0d2a9d612307f442862ed787f1ecdc3d6c3082343c377957f0514302e0216a7ab905d96428d3bc57b
7
- data.tar.gz: 7c29ae7797bb02db60a49972d0ca634c790e3d9e63ec076213bcd8269b6308c2615de8810bf3252df86c8f6b64d273a4e7aa3a5a00603e6834da768862a31e77
6
+ metadata.gz: fde5f9f7a3a1995950889ed8101fdbebfa62be57fed8846a489ea59d0e136624ddf3579bc035381562485ea3b7b69ea2e39ad62485283a79b8f4eefdf4dcea0c
7
+ data.tar.gz: ffb4e54055f75dccb501cc75bb244692e28d5e5c9b286c1ceae6e0075c5534b5f7b2c1efd5e387ea52717745841cade0f403fd6f95a0901bb4536661342963e9
data/AUTHENTICATION.md CHANGED
@@ -66,11 +66,11 @@ The environment variables that google-cloud-tpu
66
66
  checks for credentials are configured on the service Credentials class (such as
67
67
  `::Google::Cloud::Tpu::V1::Tpu::Credentials`):
68
68
 
69
- 1. `CLOUD_TPU_CREDENTIALS` - Path to JSON file, or JSON contents
70
- 2. `CLOUD_TPU_KEYFILE` - Path to JSON file, or JSON contents
71
- 3. `GOOGLE_CLOUD_CREDENTIALS` - Path to JSON file, or JSON contents
72
- 4. `GOOGLE_CLOUD_KEYFILE` - Path to JSON file, or JSON contents
73
- 5. `GOOGLE_APPLICATION_CREDENTIALS` - Path to JSON file
69
+ * `CLOUD_TPU_CREDENTIALS` - Path to JSON file, or JSON contents
70
+ * `CLOUD_TPU_KEYFILE` - Path to JSON file, or JSON contents
71
+ * `GOOGLE_CLOUD_CREDENTIALS` - Path to JSON file, or JSON contents
72
+ * `GOOGLE_CLOUD_KEYFILE` - Path to JSON file, or JSON contents
73
+ * `GOOGLE_APPLICATION_CREDENTIALS` - Path to JSON file
74
74
 
75
75
  ```ruby
76
76
  require "google/cloud/tpu"
@@ -20,7 +20,7 @@
20
20
  module Google
21
21
  module Cloud
22
22
  module Tpu
23
- VERSION = "0.1.1"
23
+ VERSION = "0.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-tpu
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.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-23 00:00:00.000000000 Z
11
+ date: 2021-06-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-cloud-core
@@ -16,28 +16,34 @@ dependencies:
16
16
  requirements:
17
17
  - - "~>"
18
18
  - !ruby/object:Gem::Version
19
- version: '1.5'
19
+ version: '1.6'
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - "~>"
25
25
  - !ruby/object:Gem::Version
26
- version: '1.5'
26
+ version: '1.6'
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: google-cloud-tpu-v1
29
29
  requirement: !ruby/object:Gem::Requirement
30
30
  requirements:
31
- - - "~>"
31
+ - - ">="
32
32
  - !ruby/object:Gem::Version
33
33
  version: '0.0'
34
+ - - "<"
35
+ - !ruby/object:Gem::Version
36
+ version: 2.a
34
37
  type: :runtime
35
38
  prerelease: false
36
39
  version_requirements: !ruby/object:Gem::Requirement
37
40
  requirements:
38
- - - "~>"
41
+ - - ">="
39
42
  - !ruby/object:Gem::Version
40
43
  version: '0.0'
44
+ - - "<"
45
+ - !ruby/object:Gem::Version
46
+ version: 2.a
41
47
  - !ruby/object:Gem::Dependency
42
48
  name: google-style
43
49
  requirement: !ruby/object:Gem::Requirement