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

Version Path
smartcloud-0.0.200 lib/smartcloud.rb
smartcloud-0.0.199 lib/smartcloud.rb
smartcloud-0.0.198 lib/smartcloud.rb
smartcloud-0.0.197 lib/smartcloud.rb
smartcloud-0.0.196 lib/smartcloud.rb
smartcloud-0.0.195 lib/smartcloud.rb
smartcloud-0.0.194 lib/smartcloud.rb
smartcloud-0.0.193 lib/smartcloud.rb
smartcloud-0.0.192 lib/smartcloud.rb
smartcloud-0.0.191 lib/smartcloud.rb
smartcloud-0.0.190 lib/smartcloud.rb
smartcloud-0.0.189 lib/smartcloud.rb
smartcloud-0.0.188 lib/smartcloud.rb
smartcloud-0.0.187 lib/smartcloud.rb
smartcloud-0.0.186 lib/smartcloud.rb
smartcloud-0.0.185 lib/smartcloud.rb
smartcloud-0.0.184 lib/smartcloud.rb
smartcloud-0.0.183 lib/smartcloud.rb
smartcloud-0.0.182 lib/smartcloud.rb
smartcloud-0.0.181 lib/smartcloud.rb