move update deployment steps to their own module
Preparer, Updater, and PackageCompiler are now all "steps." They live in
the DeploymentPlan::Steps module and all have a single "perform" method
as their interface to make it clear that they are operations, not domain
objects.
Signed-off-by:
Colin OByrne <cobyrne@pivotal.io>
Showing