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