Sha256: 66e0ad8f429671252c7d99b4452ab4cafad3d6089956c044686274815248a071
Contents?: true
Size: 460 Bytes
Versions: 54
Compression:
Stored size: 460 Bytes
Contents
require "ostruct" require "logger" # The main Smartcloud driver module Smartcloud def self.config @@config ||= OpenStruct.new end end Smartcloud.config.root_path = File.expand_path('../..', __FILE__) Smartcloud.config.user_home_path = File.expand_path('~') if File.exist?("#{Smartcloud.config.user_home_path}/.smartcloud/config/environment.rb") require "#{Smartcloud.config.user_home_path}/.smartcloud/config/environment" end require 'smartcloud/boot'
Version data entries
54 entries across 54 versions & 1 rubygems