google-cloud-gaming 1.1.0 → 1.1.1

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: b78ad8ff7f19118e43c20cb460c395ce8f07909eba411fa3b0ffc0a6a1e6b084
4
- data.tar.gz: a3b5f2e15fdbd5982dbdee631a533085e4d8db4debc34399b099fd0bb3dc1385
3
+ metadata.gz: 8b7c4d2a15c8d9b44b7786aa9572250a6ce82bc1e5e8a5deec45e3ae3a067c4d
4
+ data.tar.gz: 6a8d81cff4330dc7f03399df3c6bcdd76e61e831cfdbd4d4e75855d2a95f5f66
5
5
  SHA512:
6
- metadata.gz: c2dafa3cd85a2b1364f139780778c2597ca746fad75d68003bad02411d87f9c7801370843bb4820e8d72690d176f1912e6b62909db586abec791a907dbeb5e38
7
- data.tar.gz: 16042557b7d06de00618c2f422bcc4d0ad968e696683c1feab4a12b8d72e683c1aad19c3a36d084e1ba047e624f1fa92935ee4b2cbab0369c7c5041f0670a017
6
+ metadata.gz: 641fe292898c1a2c2ecaaaa639a3c86affc1554b9b85d00397d7c5bd4bbfb1c3c6d8ec3ec7c2ccc3ea73aef3419b9fe02b483a238d48287d1146598588d3b18e
7
+ data.tar.gz: 3f67662be6e7e61db66ecdab1870b7bbbaeb58f6e79eaf4ff0e614e3439099cb06626efce386740c079691d7da926ab845538d054b5bbae64c576542f62a29a6
data/AUTHENTICATION.md CHANGED
@@ -66,11 +66,11 @@ The environment variables that google-cloud-gaming
66
66
  checks for credentials are configured on the service Credentials class (such as
67
67
  `::Google::Cloud::Gaming::V1::GameServerClustersService::Credentials`):
68
68
 
69
- 1. `GAMING_CREDENTIALS` - Path to JSON file, or JSON contents
70
- 2. `GAMING_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
+ * `GAMING_CREDENTIALS` - Path to JSON file, or JSON contents
70
+ * `GAMING_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/gaming"
@@ -20,7 +20,7 @@
20
20
  module Google
21
21
  module Cloud
22
22
  module Gaming
23
- VERSION = "1.1.0"
23
+ VERSION = "1.1.1"
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-gaming
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.0
4
+ version: 1.1.1
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-03-09 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-gaming-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
@@ -184,7 +190,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
184
190
  - !ruby/object:Gem::Version
185
191
  version: '0'
186
192
  requirements: []
187
- rubygems_version: 3.2.13
193
+ rubygems_version: 3.2.17
188
194
  signing_key:
189
195
  specification_version: 4
190
196
  summary: API Client library for the Cloud Gaming API