1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00
Commit graph

5 commits

Author SHA1 Message Date
geemus
b2c8ff0388 [core] work toward separate requires
Should facilitate the following:

    require 'fog/aws'
    require 'fog/compute'
    require 'fog/aws/compute'

I think once you `require 'rubygems'` those should work.

further cleanup should reduce common requires (ie nokogiri)
2011-08-31 15:52:53 -05:00
geemus
2922a62768 [dns|slicehost] move slicehost dns to its own shared area (namespacing should probably be corrected) 2011-08-24 19:47:21 -05:00
geemus
39b5899163 [dns] consolidate 2011-01-07 16:12:04 -08:00
geemus
13e8141158 [slicehost|dns] first pass at models 2010-12-23 15:36:08 -08:00
geemus
8b3081ad10 [slicehost|dns] give dns its own namespace/service 2010-12-21 15:25:31 -08:00