Sha256: eee58486afc1bd714c6068306b420c23b0e6923be174eb8386ded05cb26315f8
Contents?: true
Size: 295 Bytes
Versions: 9
Compression:
Stored size: 295 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
9 entries across 9 versions & 2 rubygems