2010-12-16 11:24:52 -08:00
|
|
|
require File.join(File.dirname(__FILE__), 'fog', 'core')
|
2010-05-01 22:10:11 -07:00
|
|
|
|
2009-08-07 00:28:53 -07:00
|
|
|
module Fog
|
|
|
|
|
2010-05-03 17:25:59 -07:00
|
|
|
unless const_defined?(:VERSION)
|
2011-09-29 16:20:54 -05:00
|
|
|
VERSION = '1.0.0'
|
2010-04-29 23:30:49 -07:00
|
|
|
end
|
2010-04-20 20:23:24 -07:00
|
|
|
|
2009-08-07 00:28:53 -07:00
|
|
|
end
|
2010-09-03 01:11:45 -07:00
|
|
|
|
2011-01-07 17:16:50 -08:00
|
|
|
# FIXME: these should go away (force usage of Fog::[Compute, CDN, DNS, Storage] etc)
|
2011-01-07 17:07:09 -08:00
|
|
|
require 'fog/providers'
|
2011-01-07 17:16:50 -08:00
|
|
|
require 'fog/terremark'
|
2010-12-21 15:34:05 -08:00
|
|
|
|
2011-01-07 16:52:09 -08:00
|
|
|
require 'fog/compute'
|
2011-01-07 17:02:41 -08:00
|
|
|
require 'fog/cdn'
|
2011-01-07 16:52:09 -08:00
|
|
|
require 'fog/dns'
|
|
|
|
require 'fog/storage'
|