google-cloud-gaming 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: 8b7c4d2a15c8d9b44b7786aa9572250a6ce82bc1e5e8a5deec45e3ae3a067c4d
4
- data.tar.gz: 6a8d81cff4330dc7f03399df3c6bcdd76e61e831cfdbd4d4e75855d2a95f5f66
3
+ metadata.gz: 4cde54a9469e860705a27ae483ad5c0853d2a48611e8def051f0ca3128d97ff9
4
+ data.tar.gz: f0f2970ef3b5f717df0abdfa7e484129e0fc190efcc235183e8d2efe89a6c848
5
5
  SHA512:
6
- metadata.gz: 641fe292898c1a2c2ecaaaa639a3c86affc1554b9b85d00397d7c5bd4bbfb1c3c6d8ec3ec7c2ccc3ea73aef3419b9fe02b483a238d48287d1146598588d3b18e
7
- data.tar.gz: 3f67662be6e7e61db66ecdab1870b7bbbaeb58f6e79eaf4ff0e614e3439099cb06626efce386740c079691d7da926ab845538d054b5bbae64c576542f62a29a6
6
+ metadata.gz: a010a3914d44f95b0129cdb41cca0515a1cd9a7dcbd1a50dcad0245e5fc6cd67b58a5ef0e25e3ff7b554bfc24f875518e0e0e028a79e9a7f81bf2c6473b2207a
7
+ data.tar.gz: 2557d27f6836fdb33c95571354d27a39c0ccf52d2793877e526cb1e14a76e82eba4f4edb981f48f6443d3f1ed678b8b28dac6b3972ff10b2153b82e51224a161
data/AUTHENTICATION.md CHANGED
@@ -82,8 +82,8 @@ client = Google::Cloud::Gaming.game_server_clusters_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/gaming"
@@ -93,7 +93,7 @@ client = Google::Cloud::Gaming.game_server_clusters_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/gaming"
@@ -20,7 +20,7 @@
20
20
  module Google
21
21
  module Cloud
22
22
  module Gaming
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-gaming
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