google-api-ruby-client/lib/google/apis/core
Victor 0948acd8bf required 'tempfile'
Otherwise I get:
```
gems/google-api-client-0.9/lib/google/apis/core/upload.rb:104:in `streamable?': uninitialized constant Google::Apis::Core::BaseUploadCommand::Tempfile (NameError)
```
when do
```
service.insert_file(metadata, upload_source: "temp.pdf")
```
2016-01-19 13:49:51 +03:00
..
api_command.rb Include reason & message in API error when available 2016-01-07 14:28:34 -08:00
base_service.rb Use HTTPClient instead of Net::HTTP 2015-12-18 14:37:21 -08:00
batch.rb #286 - Send content-id in batch requests 2015-10-19 15:36:24 -07:00
download.rb Issue #290 - Fix redirects during downloads, only stream body content on 20x response. Includes temporary patch to Hurley until 0.3 released 2015-12-02 15:52:30 -08:00
hashable.rb Import refactored library. See MIGRATING.MD for details 2015-06-23 15:15:14 -07:00
http_client_adapter.rb Use HTTPClient instead of Net::HTTP 2015-12-18 14:37:21 -08:00
http_command.rb Fix #326 - Normalize query parameters to allow falsey values 2015-12-20 15:22:13 -08:00
json_representation.rb Fix #327 - Don't break Module.hash 2015-12-20 14:39:54 -08:00
logging.rb Import refactored library. See MIGRATING.MD for details 2015-06-23 15:15:14 -07:00
multipart.rb #286 - Send content-id in batch requests 2015-10-19 15:36:24 -07:00
upload.rb required 'tempfile' 2016-01-19 13:49:51 +03:00