xbmc-client icon indicating copy to clipboard operation
xbmc-client copied to clipboard

Various minor improvements

Open pdf opened this issue 11 years ago • 1 comments

Commits e8f00b8, b76939d and d573b97 clean up a few things that fail on recent dependancy versions.

Commit 7bbecc3 replaces the hardcoded URI/auth for rdoc:apidoc with optional environment vars.

Commit 1b98ff7 is the important one for me - I was getting various weirdness on Frodo when using a static id for requests. Since it looks like you already depend on Ruby 1.9, I've used SecureRandom.uuid to ensure each request is sent with it's own id.

Please feel free to merge any/all as you see fit, or request modifications to the PR to suit your preference.

I didn't bother to fix the test task... since there are no tests ;-)

pdf avatar Mar 11 '13 17:03 pdf

:+1: @colszowka any chance of getting this pulled in? Should it be split it up if not?

jgrevich avatar Dec 28 '14 20:12 jgrevich