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

Version Path
smartcloud-0.0.87 lib/smartcloud.rb
smartcloud-0.0.86 lib/smartcloud.rb
smartcloud-0.0.85 lib/smartcloud.rb
smartcloud-0.0.84 lib/smartcloud.rb
smartcloud-0.0.83 lib/smartcloud.rb
smartcloud-0.0.82 lib/smartcloud.rb
smartcloud-0.0.81 lib/smartcloud.rb
smartcloud-0.0.80 lib/smartcloud.rb
smartcloud-0.0.79 lib/smartcloud.rb
smartcloud-0.0.78 lib/smartcloud.rb
smartcloud-0.0.77 lib/smartcloud.rb
smartcloud-0.0.76 lib/smartcloud.rb
smartcloud-0.0.75 lib/smartcloud.rb
smartcloud-0.0.74 lib/smartcloud.rb
smartcloud-0.0.73 lib/smartcloud.rb
smartcloud-0.0.72 lib/smartcloud.rb
smartcloud-0.0.71 lib/smartcloud.rb
smartcloud-0.0.70 lib/smartcloud.rb
smartcloud-0.0.69 lib/smartcloud.rb
smartcloud-0.0.68 lib/smartcloud.rb