1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00
fog--fog/lib/fog/cloudsigma
Paul Thornthwaite 15ef5365e5 Require json or xml in provider cores
Since `fog-json` was extracted from `fog` it means if you rely on:

    require "fog/provider/compute"

`Fog::JSON` was not defined although it was supposed to be a supported
use case.

This adds the requires for JSON or XML based APIs based on a quick scan
of each provider to declare the required part.

AWS seems to be relying on both. Which is nice.

Providers relying on native code dependencies
2014-02-19 14:58:00 +00:00
..
docs Fixed typos. 2013-06-21 14:42:49 +02:00
models Remove trailing whitespace 2014-02-19 12:30:59 +00:00
requests add mock 2013-09-16 13:02:19 +00:00
compute.rb Remove duplicate requires from services 2014-02-13 17:44:48 +00:00
connection.rb Remove trailing whitespace 2014-02-19 12:30:59 +00:00
core.rb Require json or xml in provider cores 2014-02-19 14:58:00 +00:00
error.rb Remove trailing whitespace 2014-02-19 12:30:59 +00:00
mock_data.rb Remove trailing whitespace 2014-02-19 12:30:59 +00:00
nested_model.rb Remove trailing whitespace 2014-02-19 12:30:59 +00:00