Sha256: 7f7d6fec1da367e45cf8c969e902004b6f0cf5da6fdabd1aeb65cbd6bf5ab2d0
Contents?: true
Size: 308 Bytes
Versions: 3
Compression:
Stored size: 308 Bytes
Contents
module Compass module AppIntegration module Staticmatic extend self def installer(*args) Installer.new(*args) end def configuration Compass::Configuration::Data.new('staticmatic'). extend(ConfigurationDefaults) end end end end
Version data entries
3 entries across 3 versions & 1 rubygems