google-cloud-cloud_dms 0.1.1 → 0.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: f049f9ac4f2411078ceed8ab894aabbe78fa5debf57da135513a778583c31c6a
4
- data.tar.gz: 50179e784046b00aa8cb1a2126dfbd4d3ef550a4915eb7f64d15805cc296c102
3
+ metadata.gz: f52ccbbaf0fedb9e09caf35779e8c6620b682006cf50e4d67c165798a7006f84
4
+ data.tar.gz: 2a67f404daa6cb5f0c58e289ee83796ffd2c84251cd919215394eecc4bd1a332
5
5
  SHA512:
6
- metadata.gz: '01418fb299172b808803ef994ca2782d6bb6cce54bce3355cd2a64e61282c4e483f997eadb38a6481ab00846880a04f1aa55aceb27b26b24ac208c534a2b24a1'
7
- data.tar.gz: 5a495f48a05dc19223116c57ec63584f7c6c5ac9b5484389c87bbd6508e135acae94b4283a68e9410de436186f60c34773d647acf8a8666df14d9972ab59d13e
6
+ metadata.gz: 7d2f7d00b75d58b8e1d03234d38a09d9ac7d459b5db712c5b48c3e7c02aa7d2306e71629469f16a76ddb6e12d7486e19cdf6641d2b46a71c131ec84dc4e10cd5
7
+ data.tar.gz: 808756ad9461a84fdb9dbfcdd1b49701c40fa76dcaafee3f8851315d5f65c73ac4f7b33ee08c70b116cb68ab45db33d51d56f51420e3b77ee79e8cfc981565bc
data/AUTHENTICATION.md CHANGED
@@ -66,11 +66,11 @@ The environment variables that google-cloud-cloud_dms
66
66
  checks for credentials are configured on the service Credentials class (such as
67
67
  `::Google::Cloud::CloudDMS::V1::DataMigrationService::Credentials`):
68
68
 
69
- 1. `DATABASE_MIGRATION_CREDENTIALS` - Path to JSON file, or JSON contents
70
- 2. `DATABASE_MIGRATION_KEYFILE` - Path to JSON file, or JSON contents
71
- 3. `GOOGLE_CLOUD_CREDENTIALS` - Path to JSON file, or JSON contents
72
- 4. `GOOGLE_CLOUD_KEYFILE` - Path to JSON file, or JSON contents
73
- 5. `GOOGLE_APPLICATION_CREDENTIALS` - Path to JSON file
69
+ * `DATABASE_MIGRATION_CREDENTIALS` - Path to JSON file, or JSON contents
70
+ * `DATABASE_MIGRATION_KEYFILE` - Path to JSON file, or JSON contents
71
+ * `GOOGLE_CLOUD_CREDENTIALS` - Path to JSON file, or JSON contents
72
+ * `GOOGLE_CLOUD_KEYFILE` - Path to JSON file, or JSON contents
73
+ * `GOOGLE_APPLICATION_CREDENTIALS` - Path to JSON file
74
74
 
75
75
  ```ruby
76
76
  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.1"
23
+ VERSION = "0.1.2"
24
24
  end
25
25
  end
26
26
  end
metadata CHANGED
@@ -1,43 +1,49 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-cloud_dms
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.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-23 00:00:00.000000000 Z
11
+ date: 2021-06-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-cloud-cloud_dms-v1
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - "~>"
17
+ - - ">="
18
18
  - !ruby/object:Gem::Version
19
19
  version: '0.0'
20
+ - - "<"
21
+ - !ruby/object:Gem::Version
22
+ version: 2.a
20
23
  type: :runtime
21
24
  prerelease: false
22
25
  version_requirements: !ruby/object:Gem::Requirement
23
26
  requirements:
24
- - - "~>"
27
+ - - ">="
25
28
  - !ruby/object:Gem::Version
26
29
  version: '0.0'
30
+ - - "<"
31
+ - !ruby/object:Gem::Version
32
+ version: 2.a
27
33
  - !ruby/object:Gem::Dependency
28
34
  name: google-cloud-core
29
35
  requirement: !ruby/object:Gem::Requirement
30
36
  requirements:
31
37
  - - "~>"
32
38
  - !ruby/object:Gem::Version
33
- version: '1.5'
39
+ version: '1.6'
34
40
  type: :runtime
35
41
  prerelease: false
36
42
  version_requirements: !ruby/object:Gem::Requirement
37
43
  requirements:
38
44
  - - "~>"
39
45
  - !ruby/object:Gem::Version
40
- version: '1.5'
46
+ version: '1.6'
41
47
  - !ruby/object:Gem::Dependency
42
48
  name: google-style
43
49
  requirement: !ruby/object:Gem::Requirement