class Berkshelf::RidleyCompat

and then need to include our own CompatAPI. The end result is a ridley-esque way of talking to a chef server.
RidleyCompat is the ServerAPI, but we inherit from Chef::HTTP::Simple and then include all our middlewares

def initialize(**opts)

def initialize(**opts)
  opts[:version_class] = Chef::CookbookManifestVersions
  super(**opts)
end