google-cloud-language 0.32.1 → 0.32.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: af7cef5fd721d2503d2253a9d389ce9d832446fc93f41ee12a11f1d48bda14e4
4
- data.tar.gz: dd3a4121e367404e2d4e3442b9629ac3e4fa9d05ea17fc468fa5ae976a0be203
3
+ metadata.gz: 4f467c2244655311a7ecac3696863daa1fbb52536332a42f54b67e975187c3a1
4
+ data.tar.gz: 2b487e60d99c6ab446e9ae1e65e5f722b6ad33a325ac9fbd87bc8a720cbe5cf4
5
5
  SHA512:
6
- metadata.gz: 93256fbb9b5b8c81534534fe305d6b191138e6c2e65c1a733e55578f924a5513373ed356a62be602c1df5463e1ca1ccc1ef2399a7ea34ee973a4681ef91601cb
7
- data.tar.gz: 9aad6c53ec2aebaa2e3a72b6c63c66436007aa107e76ed83fe306ea053c6a4db1211bf4d1415edb6f24eeafca64a27706faf7d84ee425904d6a702e603a5a0c3
6
+ metadata.gz: 74a614106403eafb24afa5e198a3c2ea1f3fb8f577a655c5192904acc821e74df004d0672f35d75c7ddc9520f27d96305a549d63441c5c0cd11f6b0af8a80901
7
+ data.tar.gz: 4e05e305a1f4f088d88e0cd0628479f26c52d093f277c44d9bbf48ef1b4769c53c4039defb408cad8741927569384e8be20af1787688430a36cdd8e73778d6a8
@@ -27,6 +27,7 @@ require "google/gax"
27
27
 
28
28
  require "google/cloud/language/v1/language_service_pb"
29
29
  require "google/cloud/language/v1/credentials"
30
+ require "google/cloud/language/version"
30
31
 
31
32
  module Google
32
33
  module Cloud
@@ -122,7 +123,7 @@ module Google
122
123
  updater_proc = credentials.updater_proc
123
124
  end
124
125
 
125
- package_version = Gem.loaded_specs['google-cloud-language'].version.version
126
+ package_version = Google::Cloud::Language::VERSION
126
127
 
127
128
  google_api_client = "gl-ruby/#{RUBY_VERSION}"
128
129
  google_api_client << " #{lib_name}/#{lib_version}" if lib_name
@@ -27,6 +27,7 @@ require "google/gax"
27
27
 
28
28
  require "google/cloud/language/v1beta2/language_service_pb"
29
29
  require "google/cloud/language/v1beta2/credentials"
30
+ require "google/cloud/language/version"
30
31
 
31
32
  module Google
32
33
  module Cloud
@@ -121,7 +122,7 @@ module Google
121
122
  updater_proc = credentials.updater_proc
122
123
  end
123
124
 
124
- package_version = Gem.loaded_specs['google-cloud-language'].version.version
125
+ package_version = Google::Cloud::Language::VERSION
125
126
 
126
127
  google_api_client = "gl-ruby/#{RUBY_VERSION}"
127
128
  google_api_client << " #{lib_name}/#{lib_version}" if lib_name
@@ -0,0 +1,22 @@
1
+ # Copyright 2019 Google LLC
2
+ #
3
+ # Licensed under the Apache License, Version 2.0 (the "License");
4
+ # you may not use this file except in compliance with the License.
5
+ # You may obtain a copy of the License at
6
+ #
7
+ # https://www.apache.org/licenses/LICENSE-2.0
8
+ #
9
+ # Unless required by applicable law or agreed to in writing, software
10
+ # distributed under the License is distributed on an "AS IS" BASIS,
11
+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
+ # See the License for the specific language governing permissions and
13
+ # limitations under the License.
14
+
15
+
16
+ module Google
17
+ module Cloud
18
+ module Language
19
+ VERSION = "0.32.2".freeze
20
+ end
21
+ end
22
+ end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-language
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.32.1
4
+ version: 0.32.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: 2019-04-30 00:00:00.000000000 Z
11
+ date: 2019-06-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-gax
@@ -140,6 +140,7 @@ files:
140
140
  - lib/google/cloud/language/v1beta2/language_service_client_config.json
141
141
  - lib/google/cloud/language/v1beta2/language_service_pb.rb
142
142
  - lib/google/cloud/language/v1beta2/language_service_services_pb.rb
143
+ - lib/google/cloud/language/version.rb
143
144
  homepage: https://github.com/googleapis/google-cloud-ruby/tree/master/google-cloud-language
144
145
  licenses:
145
146
  - Apache-2.0