Sha256: 82f21678252afc6036149a02ad3c53157d4e88a5955bbf1a0f7f265447823528
Contents?: true
Size: 384 Bytes
Versions: 3
Compression:
Stored size: 384 Bytes
Contents
require 'active_support' require 'colorize' require "rooftop/spektrix_sync/version" require 'require_all' require_rel 'spektrix_sync/lib' module Rooftop module SpektrixSync class << self attr_accessor :logger, :configuration end if defined?(::Rails) require 'rooftop/spektrix_sync/railtie' end require 'rooftop/spektrix_sync/process' end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
rooftop-spektrix_sync-0.0.3.2 | lib/rooftop/spektrix_sync.rb |
rooftop-spektrix_sync-0.0.3 | lib/rooftop/spektrix_sync.rb |
rooftop-spektrix_sync-0.0.2.15 | lib/rooftop/spektrix_sync.rb |