fog--fog/lib/fog/xenserver
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
..
examples Remove trailing whitespace 2014-02-19 12:30:59 +00:00
models/compute Remove trailing whitespace 2014-02-19 12:30:59 +00:00
parsers Remove trailing whitespace 2014-02-19 12:30:59 +00:00
requests/compute Remove trailing whitespace 2014-02-19 12:30:59 +00:00
CHANGELOG.md Remove trailing whitespace 2014-02-19 12:30:59 +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
parser.rb Remove trailing whitespace 2014-02-19 12:30:59 +00:00
utilities.rb Remove trailing whitespace 2014-02-19 12:30:59 +00:00