1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00

trying to fix 1.8.7

This commit is contained in:
Nat Welch 2013-03-12 16:17:47 -07:00
parent 622199d347
commit 870bf996e8

View file

@ -81,7 +81,7 @@ module Fog
@client = ::Google::APIClient.new(
:application_name => "fog",
:application_version => Fog::VERSION,
:application_version => Fog::VERSION
)
@client.authorization = Signet::OAuth2::Client.new(
:audience => 'https://accounts.google.com/o/oauth2/token',