global

def activations_from_spec

def activations_from_spec
  @activations_from_spec ||= licenses_from_spec
           .map { |license| Activation::FromSpec.new(package, license) }
end