- 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
timeout
andopen_timeout
inpost_file(...)
andpost_file_streaming(...)
if they are set - Support output format in Media RSS for passing
:output => 'mrss'
in the options for theget
method - Remove explicit version dependencies from supporting libraries
- Updated
post_file_streaming
method to support Ruby 1.8.7
- Added
post_file_streaming
method
- Allow for hash to be ordered when using the create_video call under Ruby 1.8.7
set_timeout
can be used to set an HTTP timeout in seconds.