1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00
fog--fog/lib/fog/digitalocean/core.rb
Suraj Shirvankar 14e9c4ef7e Delete stuff
Delete compute v1

Change to V2

Compute
2016-01-19 13:22:08 +04:00

9 lines
143 B
Ruby

require 'fog/core'
require 'fog/json'
module Fog
module DigitalOcean
extend Fog::Provider
service(:compute_v2, 'Compute')
end
end