voice_id 0.1.0 → 0.1.1

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
  SHA1:
3
- metadata.gz: 5a5036968c4e311ca99e004aa99ca522b7e18e95
4
- data.tar.gz: 7fc7ff2b2ec9e1733f9c7894dae6f9aad06aff68
3
+ metadata.gz: 11c03b1a961eb1aaaafe11ffd366751403113fdf
4
+ data.tar.gz: d1ca9d340e7090ff4e0f0be1aac2e3881221c259
5
5
  SHA512:
6
- metadata.gz: a1e5a759472231990225bf5274693f0e688874a73d557618bad5d74fa8952462f5055b88b7f60ae66cf6a26cbd030331873eff3cbad35561de2d1ff715f500d7
7
- data.tar.gz: 9e8df1b131c889f843e5f64c6508e7c18a7773370cdc9201d6c2a7b17df3b89129261ab9e3be2a37d4d51c2ae9227a5df67834a0e1b997a7b429b61a50d4eb60
6
+ metadata.gz: 0ce1e0dcb77ab21180333b0b3886e9836700ee7a5f662c67029e8727fa5a7649fbb1c5a64c0d85da201a05f94236588e2505926e2ac5895ecd92d58b5d2df397
7
+ data.tar.gz: 46c79da7a9f60e835ce840180d536b00e71e0cee3ccebec763cd82e88a0172ccd3e8e77c1852ae3bc429721fce448c645436b889f2180a03f84f1e56a4e44c8c
data/Readme.md CHANGED
@@ -1,3 +1,4 @@
1
+ [![Gem Version](https://badge.fury.io/rb/voice_id.svg)](https://badge.fury.io/rb/voice_id)
1
2
  ![](https://img.shields.io/badge/license-MIT-blue.svg)
2
3
  [![CircleCI](https://circleci.com/gh/aliyazdani/voice_id.svg?style=svg)](https://circleci.com/gh/aliyazdani/voice_id)
3
4
 
@@ -226,7 +226,7 @@ module VoiceId
226
226
  # false
227
227
  def create_enrollment(profileId, shortAudio, audio_file_path)
228
228
  _method = :Post
229
- _path = "/identificationProfiles/#{profileId}/enroll"
229
+ _path = "/identificationProfiles/#{profileId}/enroll?shortAudio=#{shortAudio}"
230
230
  _headers = { }
231
231
  _body = create_body_for_enrollment(audio_file_path)
232
232
  _response = send_request(_path, _method, _headers, _body)
data/voice_id.gemspec CHANGED
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = "voice_id"
3
- s.version = "0.1.0"
3
+ s.version = "0.1.1"
4
4
  s.date = "2016-09-16"
5
5
  s.summary = "Ruby Wrapper for Microsoft Cognitive Services Speaker Recognition API"
6
6
  s.description = "Exposes easy-to-use methods to work with Microsoft's Speach Recognition API and identify people by their voice. Useful for identifying your users by speech."
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: voice_id
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ali Yazdani
@@ -93,7 +93,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
93
93
  version: '0'
94
94
  requirements: []
95
95
  rubyforge_project:
96
- rubygems_version: 2.4.5
96
+ rubygems_version: 2.4.5.1
97
97
  signing_key:
98
98
  specification_version: 4
99
99
  summary: Ruby Wrapper for Microsoft Cognitive Services Speaker Recognition API