2014-02-01 21:13:17 -05:00
|
|
|
require 'fog/core'
|
2014-02-19 09:29:09 -05:00
|
|
|
require 'fog/json'
|
2014-02-01 21:13:17 -05:00
|
|
|
|
|
|
|
module Fog
|
|
|
|
module GoGrid
|
|
|
|
|
|
|
|
extend Fog::Provider
|
|
|
|
|
2014-02-01 22:02:40 -05:00
|
|
|
service(:compute, 'Compute')
|
2014-02-01 21:13:17 -05:00
|
|
|
|
|
|
|
end
|
|
|
|
end
|