Sha256: cd06c609e7cf5b3049d9211a9acbdb3be59287ea06fd7f1866cff29ec841a2a0
Contents?: true
Size: 443 Bytes
Versions: 57
Compression:
Stored size: 443 Bytes
Contents
require "ostruct" # 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
57 entries across 57 versions & 1 rubygems