mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
18 lines
353 B
Ruby
18 lines
353 B
Ruby
require File.join(File.dirname(__FILE__), 'fog', 'core')
|
|
|
|
module Fog
|
|
|
|
unless const_defined?(:VERSION)
|
|
VERSION = '1.3.1'
|
|
end
|
|
|
|
end
|
|
|
|
# FIXME: these should go away (force usage of Fog::[Compute, CDN, DNS, Storage] etc)
|
|
require 'fog/providers'
|
|
require 'fog/terremark'
|
|
|
|
require 'fog/compute'
|
|
require 'fog/cdn'
|
|
require 'fog/dns'
|
|
require 'fog/storage'
|