class ParallelInstaller::SpecInstallation

def ready_to_enqueue?

Only true when spec in neither installed nor already enqueued
def ready_to_enqueue?
  !installed? && !enqueued?
end