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

8 commits

Author SHA1 Message Date
Chris Hasenpflug
86d4a9325e Correct copy & paste error. 2012-02-06 16:00:51 -06:00
Chris Hasenpflug
e0ac5d44a0 Use gsub for Ruby 1.8.7 compatibility. 2012-02-06 15:58:01 -06:00
Chris Hasenpflug
a5810fdbe9 Correct an error with long keys where Base64.encode64 would add "\n" at 60 chars. 2011-12-30 00:57:13 -06:00
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
geemus
9121c8bff0 [dns|dnsimple] move dnsimple dns to its own shared area (namespacing should probably be corrected) 2011-08-24 19:56:22 -05:00
geemus
0e5fe57e3d [core] move providers to lib/fog/. 2011-08-24 14:17:46 -05:00
geemus
65c1bfffe2 [core] first steps toward seperately requirable bits 2011-08-24 13:35:08 -05:00