googleapis / gax-ruby

Google API Extensions for Ruby
https://rubygems.org/gems/google-gax
BSD 3-Clause "New" or "Revised" License
20 stars 22 forks source link

File/IO coercion #99

Closed geigerj closed 6 years ago

geigerj commented 7 years ago

Coercion logic should automatically convert File and IO instances to bytes in request messages.

geigerj commented 6 years ago

Fixed by #113