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/joyent
Paul Thornthwaite 7ee3535d99 [core] Replace Fog::Connection with stable version
Fog::Connection mixed in XML parsing via the `parser` argument which
wasn't much use for the majority of APIs using JSON.

This adds the deprecation warning and attempts to update providers to
the correct version of Connection that they need.

Either the cleaner `Fog::Core::Connection` or if reliant on the XML
parsing still `Fog::XML::SAXParserConnection`

The SAX parser will be moving to `fog/xml` fairly soon.
2014-02-25 21:42:34 +00:00
..
models change ruby 1.9.3 style hashes to ruby 1.8.7 style for backwards compatability 2014-01-22 15:44:02 +00:00
requests use Excon's idempotent option for gets and lists 2014-01-21 16:24:25 +00:00
analytics.rb [core] Replace Fog::Connection with stable version 2014-02-25 21:42:34 +00:00
compute.rb [core] Replace Fog::Connection with stable version 2014-02-25 21:42:34 +00:00
core.rb Require json or xml in provider cores 2014-02-19 14:58:00 +00:00
errors.rb Remove duplicate requires from services 2014-02-13 17:44:48 +00:00