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.126 lib/smartcloud.rb
smartcloud-0.0.125 lib/smartcloud.rb
smartcloud-0.0.124 lib/smartcloud.rb
smartcloud-0.0.123 lib/smartcloud.rb
smartcloud-0.0.122 lib/smartcloud.rb
smartcloud-0.0.121 lib/smartcloud.rb
smartcloud-0.0.120 lib/smartcloud.rb
smartcloud-0.0.119 lib/smartcloud.rb
smartcloud-0.0.118 lib/smartcloud.rb
smartcloud-0.0.117 lib/smartcloud.rb
smartcloud-0.0.116 lib/smartcloud.rb
smartcloud-0.0.115 lib/smartcloud.rb
smartcloud-0.0.114 lib/smartcloud.rb
smartcloud-0.0.113 lib/smartcloud.rb
smartcloud-0.0.112 lib/smartcloud.rb
smartcloud-0.0.111 lib/smartcloud.rb
smartcloud-0.0.110 lib/smartcloud.rb
smartcloud-0.0.109 lib/smartcloud.rb
smartcloud-0.0.108 lib/smartcloud.rb
smartcloud-0.0.107 lib/smartcloud.rb