google-api-ruby-client/lib/google/apis/core
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_command.rb Allow using v2 error messages + fix to_json signature to allow arbitrary args 2017-05-19 17:16:22 -06:00
base_service.rb Passing gzip compression as a client option 2017-11-29 12:45:11 -08:00
batch.rb Remove Hurley as a dependency 2016-08-17 13:51:09 -07:00
composite_io.rb Remove Hurley as a dependency 2016-08-17 13:51:09 -07:00
download.rb Allow download destination to only respond to #write (#638) 2018-12-04 13:09:11 -08:00
hashable.rb Import refactored library. See MIGRATING.MD for details 2015-06-23 15:15:14 -07:00
http_command.rb OpenCensus integration for outgoing requests (#724) 2018-10-10 13:23:11 -07:00
json_representation.rb Fix little typo on docs 2017-12-28 20:10:23 +01:00
logging.rb Import refactored library. See MIGRATING.MD for details 2015-06-23 15:15:14 -07:00
multipart.rb Remove Hurley as a dependency 2016-08-17 13:51:09 -07:00
upload.rb remove print debug 2017-04-04 17:36:46 +09:00