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.1.0 lib/smartcloud.rb
smartcloud-0.1.0.rc4 lib/smartcloud.rb
smartcloud-0.1.0.rc3 lib/smartcloud.rb
smartcloud-0.1.0.rc2 lib/smartcloud.rb
smartcloud-0.1.0.rc1 lib/smartcloud.rb
smartcloud-0.1.0.beta5 lib/smartcloud.rb
smartcloud-0.1.0.beta4 lib/smartcloud.rb
smartcloud-0.1.0.beta3 lib/smartcloud.rb
smartcloud-0.1.0.beta2 lib/smartcloud.rb
smartcloud-0.1.0.beta1 lib/smartcloud.rb
smartcloud-0.0.210 lib/smartcloud.rb
smartcloud-0.0.209 lib/smartcloud.rb
smartcloud-0.0.208 lib/smartcloud.rb
smartcloud-0.0.207 lib/smartcloud.rb
smartcloud-0.0.206 lib/smartcloud.rb
smartcloud-0.0.205 lib/smartcloud.rb
smartcloud-0.0.204 lib/smartcloud.rb
smartcloud-0.0.203 lib/smartcloud.rb
smartcloud-0.0.202 lib/smartcloud.rb
smartcloud-0.0.201 lib/smartcloud.rb