google-cloud-dataflow 0.1.0 → 0.1.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: 3224381599ad115bea964d20b2e021d3657222bf895e74fbaad99f1546234c27
4
- data.tar.gz: 76983b27ae1395f3d3925fd1d7fc717e52024ac1f79a1b66fac2247301b87a14
3
+ metadata.gz: 1eafd4861e82e03a1e0394c892412e8c669c3fc018dfb7deed295d72005fe384
4
+ data.tar.gz: 279315ed7982039fd0101f86c67f1f2da9cfc91c44353b8836d1876e09a24b04
5
5
  SHA512:
6
- metadata.gz: b940d788cfd943cfd7ef9d27b9aa8cabec9298e9689e90f782e2b4dc9f109b1eb350963c74c65ebd812270c049d9269667585b08af2217844d652e125804267d
7
- data.tar.gz: 4dc628564e1caad5ffe5aadda75dc99375273298aa3989c30c737dd8249433e27111d52301a7c28a4b132f40c82e83affa25a0fec52cad4c40dd5add3c3b0212
6
+ metadata.gz: c7305f631b35ca5d6bd6b093c8d9f82b53d6147efa5a3f961d37fce5915f29f05e6a4c14c8c2fdb4e2fc2012522fd25fed7bc619882ff372c449a399dd918e1e
7
+ data.tar.gz: 73781d135522552eed11042ea79f728def362f33a0adbf1daa25a1371dcdf83372ddf55f035628b97267d3522f88efd05a2f55ddbec9a649de6c873a7f09a994
data/AUTHENTICATION.md CHANGED
@@ -66,11 +66,11 @@ The environment variables that google-cloud-dataflow
66
66
  checks for credentials are configured on the service Credentials class (such as
67
67
  `::Google::Cloud::Dataflow::V1beta3::Snapshots::Credentials`):
68
68
 
69
- 1. `DATAFLOW_CREDENTIALS` - Path to JSON file, or JSON contents
70
- 2. `DATAFLOW_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
+ * `DATAFLOW_CREDENTIALS` - Path to JSON file, or JSON contents
70
+ * `DATAFLOW_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/dataflow"
@@ -20,7 +20,7 @@
20
20
  module Google
21
21
  module Cloud
22
22
  module Dataflow
23
- VERSION = "0.1.0"
23
+ VERSION = "0.1.1"
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-dataflow
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.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: 2021-06-29 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-core
@@ -16,28 +16,34 @@ dependencies:
16
16
  requirements:
17
17
  - - "~>"
18
18
  - !ruby/object:Gem::Version
19
- version: '1.5'
19
+ version: '1.6'
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - "~>"
25
25
  - !ruby/object:Gem::Version
26
- version: '1.5'
26
+ version: '1.6'
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: google-cloud-dataflow-v1beta3
29
29
  requirement: !ruby/object:Gem::Requirement
30
30
  requirements:
31
- - - "~>"
31
+ - - ">="
32
32
  - !ruby/object:Gem::Version
33
33
  version: '0.0'
34
+ - - "<"
35
+ - !ruby/object:Gem::Version
36
+ version: 2.a
34
37
  type: :runtime
35
38
  prerelease: false
36
39
  version_requirements: !ruby/object:Gem::Requirement
37
40
  requirements:
38
- - - "~>"
41
+ - - ">="
39
42
  - !ruby/object:Gem::Version
40
43
  version: '0.0'
44
+ - - "<"
45
+ - !ruby/object:Gem::Version
46
+ version: 2.a
41
47
  - !ruby/object:Gem::Dependency
42
48
  name: google-style
43
49
  requirement: !ruby/object:Gem::Requirement