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

Version Path
smartcloud-0.0.146 lib/smartcloud.rb
smartcloud-0.0.145 lib/smartcloud.rb
smartcloud-0.0.144 lib/smartcloud.rb
smartcloud-0.0.143 lib/smartcloud.rb
smartcloud-0.0.142 lib/smartcloud.rb
smartcloud-0.0.141 lib/smartcloud.rb
smartcloud-0.0.140 lib/smartcloud.rb
smartcloud-0.0.139 lib/smartcloud.rb
smartcloud-0.0.138 lib/smartcloud.rb
smartcloud-0.0.137 lib/smartcloud.rb
smartcloud-0.0.136 lib/smartcloud.rb
smartcloud-0.0.135 lib/smartcloud.rb
smartcloud-0.0.134 lib/smartcloud.rb
smartcloud-0.0.133 lib/smartcloud.rb
smartcloud-0.0.132 lib/smartcloud.rb
smartcloud-0.0.131 lib/smartcloud.rb
smartcloud-0.0.130 lib/smartcloud.rb
smartcloud-0.0.129 lib/smartcloud.rb
smartcloud-0.0.128 lib/smartcloud.rb
smartcloud-0.0.127 lib/smartcloud.rb