google-cloud-document_ai 1.0.1 → 1.0.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: b1324e0628dc75ce94fc04f3321ba3dc370af117f92a601d11f5c9b41eef8ddc
4
- data.tar.gz: 146235d135584a33e5675e12acfd256f68e29b18cb0927bda403b202e4959434
3
+ metadata.gz: 7ff931099f7126bf2c60e9e74d07aec4e537cba3988dca19fe3cd160ed07464e
4
+ data.tar.gz: f55a89fe4f1dfe038962c246224f5e0327d852914b98d0453cea7a1f7fea8075
5
5
  SHA512:
6
- metadata.gz: 4a9d11f52506c10949c03e57f93b81a95302ccd90d033f76c57ac4d56b002fb7fb9d5a93e3fb185dbb2f39ca89cceaa24c0e30a34ee2604bf7c15a528675c87e
7
- data.tar.gz: 607e2ae8f09859e441edcc61137ab9e819961c6395b0d8031a4082071453dd24e713be0b92d4ed2c3515ef6908ac05f96d5d17db59aa801108cf8f4d71419a96
6
+ metadata.gz: b5df1dc1479290e24e0b48838af149f6b86fa4bf894d2f6f66c43962fbd6557a23c381394ca381fcd5b435299aed516c185b8d6c3797785840f4ba1d74619bec
7
+ data.tar.gz: c5e38f93dec110fc57cb2bfcf302415feff78e676dd9d250dbed776a7e669998a0a40520524cc703654195980eab81ef2ebf233a136b7cd11a5ee7b21dbafdb7
data/AUTHENTICATION.md CHANGED
@@ -82,8 +82,8 @@ client = Google::Cloud::DocumentAI.document_processor_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/document_ai"
@@ -93,7 +93,7 @@ client = Google::Cloud::DocumentAI.document_processor_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/document_ai"
@@ -20,7 +20,7 @@
20
20
  module Google
21
21
  module Cloud
22
22
  module DocumentAI
23
- VERSION = "1.0.1"
23
+ VERSION = "1.0.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-document_ai
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.0.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