ibm_watson 0.18.1 → 0.18.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: 635a19c84c52dc7ce19c6249d7933717316886b040e3af30cbb8a0b1f6f5adb7
4
- data.tar.gz: 69e849a2865b4673c9ef6614a5ef6953b76e666e124aa2e12a8c12fba99b6cf1
3
+ metadata.gz: d951b800700009d1d278cbb30bf644e0f53ae097fc562fb197bca930b850c3c0
4
+ data.tar.gz: 1d4c603032815914e3b8a4e29908b2944c79110e0d52200b8af90a93c5af450d
5
5
  SHA512:
6
- metadata.gz: '09eaafc608435ae668608c3c04de328b8b6abdd0f63be50335f28a62135080ebd3228aa58ab2a090b27ae0ac0d52d6ea53a43e8919d21cb33964d9c99c0206ce'
7
- data.tar.gz: bbf4a17102741ea60b713d4a05c86a88239da56b1797f2b8a460d8dc6b9fef8754de1475e16b0094dd71634152d5766a2aae30d127a32147bd610f13d3b391e0
6
+ metadata.gz: 93af0b6d29c5868de632052de8cf5242734782d120a8df2bf930471051800f1eb37ffe7584d11ebc354b0c65d6e5c695df9ee2d8c42e1705658e5761cbb54cad
7
+ data.tar.gz: 30fbe41af0c8bc7285a3f9d9d51417204cfa82c7d448a2df0a0d5b3ddce552cc00574a1d572222f3b4c47a346af1cccd5a50e8b86fa9cdbf82af39d585f465bd
@@ -554,7 +554,7 @@ module IBMWatson
554
554
  params = {
555
555
  "model" => model,
556
556
  "customization_id" => customization_id,
557
- "langauge_customization_id" => language_customization_id,
557
+ "language_customization_id" => language_customization_id,
558
558
  "acoustic_customization_id" => acoustic_customization_id,
559
559
  "customization_weight" => customization_weight,
560
560
  "base_model_version" => base_model_version
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module IBMWatson
4
- VERSION = "0.18.1"
4
+ VERSION = "0.18.2"
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ibm_watson
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.18.1
4
+ version: 0.18.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Max Nussbaum
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2019-06-10 00:00:00.000000000 Z
11
+ date: 2019-07-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: concurrent-ruby
@@ -341,7 +341,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
341
341
  - !ruby/object:Gem::Version
342
342
  version: '0'
343
343
  requirements: []
344
- rubygems_version: 3.0.3
344
+ rubygems_version: 3.0.4
345
345
  signing_key:
346
346
  specification_version: 4
347
347
  summary: Official client library to use the IBM Watson Services