google-cloud-video-live_stream 0.2.0 → 0.2.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: 6af6f4a88fcf66d7ad985ed238b5883b4b2c75291d3f069995070165769b1b94
4
- data.tar.gz: c82e8aabb9c66556dfa61e2c2d71e6b75b3cd883dac61dd3259f929f79e17dd2
3
+ metadata.gz: 922ad536f7431a84ce1411a5a1ca2c0f50c8ddf4815e7471f209794f6ce18e77
4
+ data.tar.gz: 679a726a027b15cf46b9b9fdba54d54ef589acf325b799eccb3837928ff39de2
5
5
  SHA512:
6
- metadata.gz: d07922f618e9a034d18470f0896ceb8fbb7fb743885136bcb2297f89d05a5f696ee8f01204a96b9f7d2e82a560a413a9436149dc765610a8b03d56019cbfdbf3
7
- data.tar.gz: f760cad1ee8d09a479cb0ad16e23f862450577350518b82fe35556ca655d317d38356db2a140927d7025d25691e2811e03dccf24694d69c46699941808d8d9c4
6
+ metadata.gz: cc1986193ef5fd64b5c4cf8cb214c78c98a0be710d1a29111d42e9ac669aaeac1355730f46e5635e5c76db3b91d941a06e046fe743f820d0cc9e14531c27a561
7
+ data.tar.gz: c81a9451ada6d13a6d5173b72e44c400ef475e7c0f4ea42bac2e75749529214fe049ebc67163a8b73ae7cce83b3e7430703eb4457257db0a267c302311a372cc
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.1"
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.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: 2022-07-08 00:00:00.000000000 Z
11
+ date: 2022-09-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-cloud-core