Sha256: 3f2d0419125b49bdda23e5d784bb674fa86ff6bb856036093cce47211c6c82bd
Contents?: true
Size: 469 Bytes
Versions: 74
Compression:
Stored size: 469 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/base' require 'smartcloud/boot'
Version data entries
74 entries across 74 versions & 1 rubygems