google-api-ruby-client/lib/google
Janko Marohnić e20e6bdffd Allow download destination to only respond to #write (#638)
According to the documentation the destination IO only needs to respond
to #write. However, the downloader breaks this by calling #flush.

We fix this by calling #flush only if the destination IO responds to
that method. We also add a test to enforce that the destination IO only
needs to respond to #write.
2018-12-04 13:09:11 -08:00
..
api_client fix windows test failures (#736) 2018-11-26 13:22:07 -08:00
apis Allow download destination to only respond to #write (#638) 2018-12-04 13:09:11 -08:00
apis.rb #389 - Add option to bypass Rails logger + update readme 2016-04-14 12:54:58 -07:00