google-api-ruby-client/lib/google
Mike Moore 1dd5c2820a Fix warning: File.exists? is deprecated
File.exist? should be used instead.
Might consider using File.file? instead of File.exist? since File.exist? will
return true when given the path of a file or a directory.

Addresses the following warning:

lib/google/api_client/service/simple_file_store.rb:127: warning: File.exists? is a deprecated name, use File.exist? instead
2015-03-25 17:06:20 -06:00
..
api_client Fix warning: File.exists? is deprecated 2015-03-25 17:06:20 -06:00
api_client.rb Fix warning: assigned but unused variable 2015-03-25 17:03:20 -06:00