Skip to content
This repository has been archived by the owner on May 18, 2023. It is now read-only.

Modified speech_synthesis.rb and sound_response_handler.rb to add -t opt... #5

Closed
wants to merge 3 commits into from
Closed

Modified speech_synthesis.rb and sound_response_handler.rb to add -t opt... #5

wants to merge 3 commits into from

Conversation

bljordan
Copy link

...ion for Windows.

@pawurb
Copy link
Owner

pawurb commented Oct 26, 2013

I like the change. Would be great to have full functionality on windows. However your build is failing on travis so please look into it. Might be that you have to check OS before requiring 'sys/uname' which is probably not available on linux ruby versions.

@bljordan
Copy link
Author

I think that will do it. Thanks!

@pawurb
Copy link
Owner

pawurb commented Oct 30, 2013

I don't like adding another dependency for linux and macosx and when it is not required. You could check system with Gem::Platform.local.os and require 'sys/uname' only when running on windows. Please add specs for it.

@bljordan
Copy link
Author

Sure, that makes sense. I'll see what I can do.

@pawurb pawurb closed this Jul 11, 2014
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants