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

13 is now deprecated.

This commit is contained in:
Nat Welch 2013-04-16 20:19:04 -07:00
parent 1c7bed7ff8
commit 20d550218a

View file

@ -70,8 +70,7 @@ module Fog
def initialize(options)
base_url = 'https://www.googleapis.com/compute/'
# TODO(icco): v1beta13 will probably be deprecated in April.
api_version = 'v1beta13'
api_version = 'v1beta14'
api_scope_url = 'https://www.googleapis.com/auth/compute'
@project = options[:google_project]