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

11 commits

Author SHA1 Message Date
Benjamin Manns
553c05ec05 [local|storage] Add copy_object method to Local::Storage. 2012-02-16 14:42:48 -05: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
geemus
8338c5f81a [storage|ninefold] move ninefold storage to its own shared area (namespacing should probably be corrected)
local fix
2011-08-24 14:09:25 -05:00
geemus
dc61fc09b2 [storage|local] move local storage to its own shared area (namespacing should probably be corrected)
ninefold fix
2011-08-24 14:09:18 -05:00
geemus
ac480ad928 [storage] consolidate 2011-01-07 15:34:20 -08:00
geemus
3ea111c7f8 [core] fix/cleanup requires/recognizes for service
closes #113
2010-12-16 15:31:24 -08:00
geemus
54f15616bc [local] fix mocked to work same as real 2010-12-15 11:11:19 -08:00
Juris Galang
c37629e742 requires and recognizes clauses for services now receives a block so that the declared parameters are applied to their Real implementation. 2010-12-08 11:09:13 -08:00
Athir Nuaimi
6c929091bc cleaned up some warnings & fixed problem building gem because of missing files 2010-10-14 01:47:56 +08:00
geemus
f0e2cfd21d rely on service to include collections 2010-09-14 10:51:13 -07:00
geemus
24897e9c1e [local] rename files to storage for consistency 2010-09-08 12:50:38 -07:00