Sha256: 015446d8e17530eaa92779d4925e291f0954474d4adc21e14d32a515b8754912
Contents?: true
Size: 357 Bytes
Versions: 5
Compression:
Stored size: 357 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 register :staticmatic, 'Compass::AppIntegration::Staticmatic' end end
Version data entries
5 entries across 5 versions & 1 rubygems