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

9 commits

Author SHA1 Message Date
geemus
ffd01e51dd [core] pass connection_options through service init
closes #411
2011-09-12 10:01:56 -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
Claudio Poli
507127a0c5 Use multi_json gem 2011-07-16 04:51:03 +02:00
geemus
768fcafaa9 [compute|aws] fix helpers to use Fog::AWS 2011-06-20 13:49:37 -07:00
Fabio Lessa
00a038dee0 enabling region parameter for AWS cloud formation requests 2011-03-28 20:51:30 +11:00
geemus
9257518c18 [aws|cloud_formation] cleanup + tests 2011-03-14 18:19:20 -07:00
geemus
1397c2d613 [aws] adding ap-northeast-1 (tokyo) region options 2011-03-02 10:57:52 -08:00
crazed
0d0dbc5dff fixed request ordering 2011-02-28 15:27:41 -08:00
crazed
70862b3de3 [aws|cloudformation] add basic CloudFormation support 2011-02-28 15:27:41 -08:00