google-cloud-translate 0.23.0 → 0.23.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
  SHA1:
3
- metadata.gz: a6f7920c3e028c26b365bafefa35eae2fcc5bf55
4
- data.tar.gz: aac68deb9adbe6d7b01666a85525b45982ac40c3
3
+ metadata.gz: 716651e7731e199161d83cb82c63bd9b3e2416aa
4
+ data.tar.gz: fe74dd4e10857a9b172b10d6dbb9967eb7fa0bf8
5
5
  SHA512:
6
- metadata.gz: 87eebb56ee7f6bbb8f58b8d18496a6f9c75bbec6d037a68e063422ad18348dcad5f32f15ee390f8ce61df43d204377ff38f05891aeea99d6342ce6422ccec184
7
- data.tar.gz: 252c6fbb7b9c341ac6873c659b2dc71f35d29b81b7c38c48359b16c5189455c8dd4812e785b1f9a3138f634ea47e1805f1cf6ac5756d37472b9eb44fca7f01cb
6
+ metadata.gz: 6f5690d1f7e0d5297a8c7be247e547a8ee3f7f3c77da052e7cf82a61a892b61182e2c9c983281419f90cd0703886e0df3f8a8f795b5a186bd4a1b09612919b31
7
+ data.tar.gz: ffed028e0cb23b6e075ee3ca62a28a42fc825680db333df5ddcb1cee462e072099334b665607e22cf58b97a174d745e3c85dd9b48a89d3cd5d70cc4cb1ef4059
@@ -178,7 +178,7 @@ module Google
178
178
  end
179
179
 
180
180
  def retry_error_reason? response #:nodoc:
181
- result = JSON.parse(response.body)["data"]
181
+ result = JSON.parse(response.body)
182
182
  if result &&
183
183
  result["error"] &&
184
184
  result["error"]["errors"]
@@ -16,7 +16,7 @@
16
16
  module Google
17
17
  module Cloud
18
18
  module Translate
19
- VERSION = "0.23.0"
19
+ VERSION = "0.23.1"
20
20
  end
21
21
  end
22
22
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-translate
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.23.0
4
+ version: 0.23.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mike Moore
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2017-04-01 00:00:00.000000000 Z
12
+ date: 2017-05-23 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: google-cloud-core
@@ -186,7 +186,7 @@ files:
186
186
  - lib/google/cloud/translate/service.rb
187
187
  - lib/google/cloud/translate/translation.rb
188
188
  - lib/google/cloud/translate/version.rb
189
- homepage: http://googlecloudplatform.github.io/google-cloud-ruby/
189
+ homepage: https://github.com/GoogleCloudPlatform/google-cloud-ruby/tree/master/google-cloud-translate
190
190
  licenses:
191
191
  - Apache-2.0
192
192
  metadata: {}
@@ -206,7 +206,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
206
206
  version: '0'
207
207
  requirements: []
208
208
  rubyforge_project:
209
- rubygems_version: 2.6.11
209
+ rubygems_version: 2.6.12
210
210
  signing_key:
211
211
  specification_version: 4
212
212
  summary: API Client library for Google Cloud Translation API