watson-developer-cloud / speech-to-text-websockets-ruby

Ruby client that interacts with the IBM Watson Speech to Text service through its WebSockets interface
Apache License 2.0
19 stars 13 forks source link

add info in the documentation about the dependencies needed #3

Closed daniel-bolanos closed 8 years ago

daniel-bolanos commented 8 years ago

Add info in the documentation about the dependencies needed.

kasaby commented 8 years ago

https://github.com/watson-developer-cloud/speech-to-text-websockets-ruby/pull/5 Please check if this solves the issue

germanattanasio commented 8 years ago

@kasaby you need to use a GemFile to specify dependencies.

See an example here: https://github.com/watson-developer-cloud/relationship-extraction-ruby

kasaby commented 8 years ago

@germanattanasio please check this https://github.com/watson-developer-cloud/speech-to-text-websockets-ruby/pull/6

germanattanasio commented 8 years ago

thanks