google-cloud-cloud_dms 0.1.2 → 0.1.3

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: f52ccbbaf0fedb9e09caf35779e8c6620b682006cf50e4d67c165798a7006f84
4
- data.tar.gz: 2a67f404daa6cb5f0c58e289ee83796ffd2c84251cd919215394eecc4bd1a332
3
+ metadata.gz: ef5902d9a95f01bfe008086b72f1afd4b4cd51d07791b2f0c4a660a3b521d454
4
+ data.tar.gz: 81d481466d163f4ce7e5e8213fb06479bc2f84ad3b67f6794abce222a4871439
5
5
  SHA512:
6
- metadata.gz: 7d2f7d00b75d58b8e1d03234d38a09d9ac7d459b5db712c5b48c3e7c02aa7d2306e71629469f16a76ddb6e12d7486e19cdf6641d2b46a71c131ec84dc4e10cd5
7
- data.tar.gz: 808756ad9461a84fdb9dbfcdd1b49701c40fa76dcaafee3f8851315d5f65c73ac4f7b33ee08c70b116cb68ab45db33d51d56f51420e3b77ee79e8cfc981565bc
6
+ metadata.gz: 16375f524a97837d0cc32b7c642c7d352f178f0a21926ae6e8541c34b9b8f7f47f7f1e43dfddaf59d22128844839baa9436874db288cc297435ebb1bb61637ff
7
+ data.tar.gz: 163e9e6658a2612f066ae6d30eb8a924130eda9fcfd95f49b1b1492598c162b7b2f0d4e54d11151b47fc8b66fc872bdf3c4ce245d5caf5ae73f0a4ecabb63773
data/AUTHENTICATION.md CHANGED
@@ -82,8 +82,8 @@ client = Google::Cloud::CloudDMS.data_migration_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/cloud_dms"
@@ -93,7 +93,7 @@ client = Google::Cloud::CloudDMS.data_migration_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/cloud_dms"
@@ -20,7 +20,7 @@
20
20
  module Google
21
21
  module Cloud
22
22
  module CloudDMS
23
- VERSION = "0.1.2"
23
+ VERSION = "0.1.3"
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-cloud_dms
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
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-cloud_dms-v1