- Use ssl for streaming api #16
- Fix call to set timeout and HTTP headers. Fixes #15.
- Use https URLs #14
- Make orderedhash dependency optional for non-Ruby 1.8.7 versions. #12
- Handle IO streams provided by open-uri in post_io_streaming. #11. Thanks @robdiciuccio.
- Allow an UploadIO object to be passed in to post_io_streaming Thanks @icebreaker
- Allow post streaming when you have an file handle instead of a filename. Thanks @keysolutions
- Only set
timeoutandopen_timeoutinpost_file(...)andpost_file_streaming(...)if they are set - Support output format in Media RSS for passing
:output => 'mrss'in the options for thegetmethod - Remove explicit version dependencies from supporting libraries
- Updated
post_file_streamingmethod to support Ruby 1.8.7
- Added
post_file_streamingmethod
- Allow for hash to be ordered when using the create_video call under Ruby 1.8.7
set_timeoutcan be used to set an HTTP timeout in seconds.