google-cloud-compute 0.4.0 → 0.6.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 3a59c7a94b6de69c08631a8e1b18b53607b24fa920db48d28eed1417f2522d0e
4
- data.tar.gz: 90c7c5ac3bb9cb32afe652e674625b24449e2f9d8d2dd28a0c3b3467a3c81b5a
3
+ metadata.gz: 3d627042e340089335a09443ed7b42566ce1f35446a121053141d5b25acec10e
4
+ data.tar.gz: 95070beceec6f1c499b000acaa3860790ebaf386243dda29eae64c9dd21c2413
5
5
  SHA512:
6
- metadata.gz: 7f110a708dec6538cea1bb0191f08f5427ec280cd44f6e45b5a928603afae6ce4839249d44c557c319edb0b22b1456dd6b533c84b18400b8a6376a9a4cd40c00
7
- data.tar.gz: 8f3db1432111567b36f7e2a6695d3846a95f38103d8f74529c0b7db7552f554660b1c74afd22306bcf1e9d91fe788201920f1a90066e5a337494ff7c94119337
6
+ metadata.gz: f01e57fa5f088f9068fb116a9c085b621cf9497bcac2f00512e9d1dd7f02b99f067afee1dc57474c117d767f73debb4cb434fd1abae27edb72b76055eb3d1821
7
+ data.tar.gz: c81c7b6ff763cce6d36f5dc84aab64a37a6b60c30313014d47dcc42942415586a9c37aa4c047ad105cc459b87d9c4f6339196965cc3bf99526cca9db2a9e8acb
data/AUTHENTICATION.md CHANGED
@@ -114,7 +114,7 @@ credentials are discovered.
114
114
  To configure your system for this, simply:
115
115
 
116
116
  1. [Download and install the Cloud SDK](https://cloud.google.com/sdk)
117
- 2. Authenticate using OAuth 2.0 `$ gcloud auth login`
117
+ 2. Authenticate using OAuth 2.0 `$ gcloud auth application-default login`
118
118
  3. Write code as if already authenticated.
119
119
 
120
120
  **NOTE:** This is _not_ recommended for running in production. The Cloud SDK
@@ -20,7 +20,7 @@
20
20
  module Google
21
21
  module Cloud
22
22
  module Compute
23
- VERSION = "0.4.0"
23
+ VERSION = "0.6.0"
24
24
  end
25
25
  end
26
26
  end