google-cloud-video-live_stream 0.2.0 → 0.2.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: 6af6f4a88fcf66d7ad985ed238b5883b4b2c75291d3f069995070165769b1b94
4
- data.tar.gz: c82e8aabb9c66556dfa61e2c2d71e6b75b3cd883dac61dd3259f929f79e17dd2
3
+ metadata.gz: e84bbd0ae5b61849db4affa2c272e439d41c82a42c702a952146661c8834ec36
4
+ data.tar.gz: 4b180d3098c0b0211129e337b538782f6741db92198af601023a1edca826fc7d
5
5
  SHA512:
6
- metadata.gz: d07922f618e9a034d18470f0896ceb8fbb7fb743885136bcb2297f89d05a5f696ee8f01204a96b9f7d2e82a560a413a9436149dc765610a8b03d56019cbfdbf3
7
- data.tar.gz: f760cad1ee8d09a479cb0ad16e23f862450577350518b82fe35556ca655d317d38356db2a140927d7025d25691e2811e03dccf24694d69c46699941808d8d9c4
6
+ metadata.gz: a96145d81cb95e6af8e9915c292d797c7eae5057c49fbd0833b0e42269bf7fa39426710c4546711dd83ab3a26e3788b15306995e5661c196b7ea7a678ea8ac6c
7
+ data.tar.gz: acf94334ffc71419c3c38e629793f17cdbc3b4865f3da9dc1432834e06a33b34f0258aaf270dfbfcdad5086e77ac0655c632cbdec0daec2a90d0c7fa85a2f00d
data/AUTHENTICATION.md CHANGED
@@ -112,7 +112,7 @@ credentials are discovered.
112
112
  To configure your system for this, simply:
113
113
 
114
114
  1. [Download and install the Cloud SDK](https://cloud.google.com/sdk)
115
- 2. Authenticate using OAuth 2.0 `$ gcloud auth login`
115
+ 2. Authenticate using OAuth 2.0 `$ gcloud auth application-default login`
116
116
  3. Write code as if already authenticated.
117
117
 
118
118
  **NOTE:** This is _not_ recommended for running in production. The Cloud SDK
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module Video
23
23
  module LiveStream
24
- VERSION = "0.2.0"
24
+ VERSION = "0.2.2"
25
25
  end
26
26
  end
27
27
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-video-live_stream
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.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: 2022-07-08 00:00:00.000000000 Z
11
+ date: 2022-10-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-cloud-core