google-api-ruby-client/spec/google/apis
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
..
core Allow download destination to only respond to #write (#638) 2018-12-04 13:09:11 -08:00
generator Add logging to gemfile to fix specs (#707) 2018-08-22 13:42:05 -07:00
errors_spec.rb Update representable, mimetype dependencies + others 2016-08-17 14:38:25 -07:00
generated_spec.rb Import refactored library. See MIGRATING.MD for details 2015-06-23 15:15:14 -07:00
logging_spec.rb #389 - Add option to bypass Rails logger + update readme 2016-04-14 12:54:58 -07:00
options_spec.rb Use HTTPClient instead of Net::HTTP 2015-12-18 14:37:21 -08:00
versions_spec.rb Add Ruby 2.5 support (#648) 2018-03-22 08:29:35 -07:00