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

7 commits

Author SHA1 Message Date
James Herdman
b0a7473f5b Remove unnecessary full path usage with require
'fog/core' is already in the load path. No need to go to these extents.
2012-05-26 11:27:22 -04:00
geemus
aa06767a89 [core] more convenient accessors
closes #515
2011-09-22 19:00:48 -05:00
Dylan Egan
93a52e2c02 Merge pull request #492 from dylanegan/dynect_mocking
Dynect mocking
2011-09-01 10:27:10 -07:00
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
Dylan Egan
c685a08c77 Beginning of Dynect::DNS mocking support. 2011-08-30 10:01:22 -07:00
geemus
96c117c580 [dns|dynect] move dynect dns to its own shared area (namespacing should probably be corrected) 2011-08-24 19:52:11 -05:00
geemus
0e5fe57e3d [core] move providers to lib/fog/. 2011-08-24 14:17:46 -05:00
Renamed from lib/fog/dynect/dynect.rb (Browse further)