Sha256: edc28cf7415d41ecef83988014fbfd1144c622d8286f4be2f0cc2114d68f9aee

Contents?: true

Size: 498 Bytes

Versions: 4

Compression:

Stored size: 498 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 '#{SEARCH_ENVIRONMENT}' in #{SEARCH_ROOT} on Ruby #{RUBY_VERSION}."

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
picky-0.0.5 lib/picky.rb
picky-0.0.4 lib/picky.rb
picky-0.0.3 lib/picky.rb
picky-0.0.2 lib/picky.rb