Sha256: 7ab1c89f12b806b0dfcdd17497942ee8eb3f169e6d5a84ee6af56f39490c311e

Contents?: true

Size: 496 Bytes

Versions: 3

Compression:

Stored size: 496 Bytes

Contents

# Require the constants.
#
# TODO Move to app?
#
require File.expand_path(File.join(File.dirname(__FILE__), 'constants'))

# Library bundling.
#
require File.expand_path(File.join(File.dirname(__FILE__), 'bundling'))

# Loader which handles framework and app loading.
#
require File.expand_path(File.join(File.dirname(__FILE__), 'picky', 'loader'))

# Load the framework
#
Loader.load_framework
puts "Loaded picky with environment '#{PICKY_ENVIRONMENT}' in #{PICKY_ROOT} on Ruby #{RUBY_VERSION}."

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
picky-0.0.8 lib/picky.rb
picky-0.0.7 lib/picky.rb
picky-0.0.6 lib/picky.rb