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

10 commits

Author SHA1 Message Date
Paul Thornthwaite
8483a599f2 Remove trailing whitespace 2014-02-19 12:30:59 +00:00
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
Lance Ivy
1cdd969a34 create core for each provider. keep load hook for provider. 2014-02-01 21:13:17 -05:00
Eric Wong
bba488a31b [stormondemand] fix some minor problems. Add a README.md file to describe how to use the storm on demand APIs 2013-05-25 22:48:24 +08:00
Eric Wong
dccc11d7a8 [stormondemand] fix typo bugs and move shared code into shared.rb module 2013-05-24 09:12:44 +08:00
Eric Wong
5bd1658876 [stormondemand|dns] Add DNS Zone APIs 2013-05-23 16:28:28 +08:00
Eric Wong
37574c2e8d [stormondemand|dns] Add Reverse APIs 2013-05-23 15:30:23 +08:00
Eric Wong
0db9f4a3dc [stormondemand|dns] add record region APIs 2013-05-23 15:14:15 +08:00
Eric Wong
d8f7c9efbf [stormondemand|dns] Add DNS record APIs 2013-05-23 14:07:30 +08:00
Eric Wong
a1982511e1 [stormondemand|dns] Add DNS service and domain APIs 2013-05-23 11:07:13 +08:00