google-cloud-dataflow 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: 1eafd4861e82e03a1e0394c892412e8c669c3fc018dfb7deed295d72005fe384
4
- data.tar.gz: 279315ed7982039fd0101f86c67f1f2da9cfc91c44353b8836d1876e09a24b04
3
+ metadata.gz: c08869daf83eecb640d153f489edae5404e3642c0c485b8b992adac72058afcf
4
+ data.tar.gz: c16d3c9a7ee424ab2d80963876f614cf603eedebe564aa8f0327a753df38960c
5
5
  SHA512:
6
- metadata.gz: c7305f631b35ca5d6bd6b093c8d9f82b53d6147efa5a3f961d37fce5915f29f05e6a4c14c8c2fdb4e2fc2012522fd25fed7bc619882ff372c449a399dd918e1e
7
- data.tar.gz: 73781d135522552eed11042ea79f728def362f33a0adbf1daa25a1371dcdf83372ddf55f035628b97267d3522f88efd05a2f55ddbec9a649de6c873a7f09a994
6
+ metadata.gz: 820a0465adced37c730ae5c4cc444384e5c03d9da9db333f37ce94603990c2ed2d3fa923c450e3c8e79997d9089361a62526c1298b1dc1b35668d2e982e41f50
7
+ data.tar.gz: 40b5983da2af34c8f3ce810f0c5f0634d010426e9a878cf4d913d410c0241f7533cf4379b85083dbfe4e5011f23acc552bb5638c3dcfc80c8a600e2ad5c57fdb
data/AUTHENTICATION.md CHANGED
@@ -82,8 +82,8 @@ client = Google::Cloud::Dataflow.snapshots
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/dataflow"
@@ -93,7 +93,7 @@ client = Google::Cloud::Dataflow.snapshots 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/dataflow"
@@ -20,7 +20,7 @@
20
20
  module Google
21
21
  module Cloud
22
22
  module Dataflow
23
- VERSION = "0.1.1"
23
+ VERSION = "0.1.2"
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.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-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-core