Sha256: 0f698c5b7cbced50525794f8af9c9bb8157e07311f89b9d02b25f43acbd688d1
Contents?: true
Size: 349 Bytes
Versions: 6
Compression:
Stored size: 349 Bytes
Contents
require 'sparkle_formation' class SparkleFormation # Provider specific implementation namespace module Provider autoload :Aws, 'sparkle_formation/provider/aws' autoload :Azure, 'sparkle_formation/provider/azure' autoload :Google, 'sparkle_formation/provider/google' autoload :Heat, 'sparkle_formation/provider/heat' end end
Version data entries
6 entries across 6 versions & 1 rubygems