mumble-ruby
mumble-ruby copied to clipboard
Add fallback for uname (for Windows support)
I have mumble-ruby running fine on Windows, but I had to edit client.rb to replace the two lines that use uname to get the OS version and name (uname does not exist on windows, of course)
Thank you for the library!