fog--fog/lib/fog/bluebox
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
..
models Merge pull request #2657 from travis-ci/master 2014-02-11 16:38:42 +00:00
parsers/dns [dns|bluebox] move bluebox dns to its own shared area (namespacing should probably be corrected) 2011-08-24 19:58:47 -05:00
requests some ipv6_only corrections 2013-04-18 13:14:22 +02:00
blb.rb create core for each provider. keep load hook for provider. 2014-02-01 21:13:17 -05:00
compute.rb Remove duplicate requires from services 2014-02-13 17:44:48 +00:00
core.rb don't require service when registering it 2014-02-01 22:02:40 -05:00
dns.rb Remove duplicate requires from services 2014-02-13 17:44:48 +00:00