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 a72433d2f8 Remove duplicate requires from services
Following work on reorganising the requires, there was an inconsistent
approach to where service wrappers are required. (Fog::Compute...)

Since they should be standardised and shared across providers (although
they really aren't yet) they have been moved to `fog-core` gem.

Each provider has their own `lib/fog/{provider}/core` files that is
required by each of their services. These files should all require
`fog/core` which already required most or these.

So this removes the extra cases to concentrate them in core.
2014-02-13 17:44:48 +00:00
..
docs Fixed typos. 2013-06-21 14:42:49 +02:00
models Add ready? to server class 2014-02-10 10:54:14 -07: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 [cloudsigma] Fix excon HTTPStatusError#response not having []= and failing on assignment of json decoded body 2013-05-20 16:09:37 +03:00
core.rb don't require service when registering it 2014-02-01 22:02:40 -05:00
error.rb [cloudsigma] Add CloudSigma compute provider 2013-05-20 16:09:37 +03:00
mock_data.rb [cloudsigma] Add CloudSigma compute provider 2013-05-20 16:09:37 +03:00
nested_model.rb [cloudsigma] Add CloudSigma compute provider 2013-05-20 16:09:37 +03:00