google-cloud-document_ai 0.2.0 → 0.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d87f12a1e5062eb2625769b9dd32ff14d6ecad0a54bd01031635f952068d4f04
4
- data.tar.gz: baea1579a1172d4b7d154e1d43656476448c8df06d5601aa91ce442deec87d38
3
+ metadata.gz: c62512503f04fcee1d1da46dd47d5540849b068ee55603150f038d36d51d7b8d
4
+ data.tar.gz: 0f356372392df13f5fb035d4d36c769362d0a02b23cdb7eb80cdf6706f4fd6cd
5
5
  SHA512:
6
- metadata.gz: dcc3185da2f41b17ceaf4c09ee7ab0e5390d7fdc30dfcdb2a3d0a750a158a746a7e28c323f4418fc89430f5100e325df063ec439865ac5e6a529f0e5debbb4bb
7
- data.tar.gz: 16b666d178de00545970ff50d37217b0e5a99d9f00121872736765616b09f50c774f0bffb333960f4ea790188ecabe33c997a8daf24b8dcd8475e73bfb4a39eb
6
+ metadata.gz: 8099dfc4ba36e124d1d58b928253985728e9a91b1897238f4e576b8f2fc5a1150e6b44b921be8785b77772ffa13ea2db9204b39a9c554595c70a811a361af018
7
+ data.tar.gz: db07bb5f277dc4553f2c4f344eee9ba06f3c8cd0da4c98bf3c9c66677b9afb0c90ec32f6a261a43834036012792ff9b719724a03abb0c23d7a1fe745c4577fc1
@@ -29,7 +29,7 @@ require "google/cloud/config"
29
29
 
30
30
  # Set the default configuration
31
31
  ::Google::Cloud.configure.add_config! :document_ai do |config|
32
- config.add_field! :endpoint, "us-documentai.googleapis.com", match: ::String
32
+ config.add_field! :endpoint, "documentai.googleapis.com", match: ::String
33
33
  config.add_field! :credentials, nil, match: [::String, ::Hash, ::Google::Auth::Credentials]
34
34
  config.add_field! :scope, nil, match: [::Array, ::String]
35
35
  config.add_field! :lib_name, nil, match: ::String
@@ -20,7 +20,7 @@
20
20
  module Google
21
21
  module Cloud
22
22
  module DocumentAI
23
- VERSION = "0.2.0"
23
+ VERSION = "0.3.0"
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: 0.2.0
4
+ version: 0.3.0
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-03-09 00:00:00.000000000 Z
11
+ date: 2021-05-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-cloud-core
@@ -184,7 +184,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
184
184
  - !ruby/object:Gem::Version
185
185
  version: '0'
186
186
  requirements: []
187
- rubygems_version: 3.2.13
187
+ rubygems_version: 3.2.17
188
188
  signing_key:
189
189
  specification_version: 4
190
190
  summary: API Client library for the Document AI API