Sha256: c934511501094f5479a895f1d223c326d48f4ab2958471850e0d0804791991ba

Contents?: true

Size: 563 Bytes

Versions: 8

Compression:

Stored size: 563 Bytes

Contents

dir = File.dirname(__FILE__)
$LOAD_PATH.unshift dir unless $LOAD_PATH.include?(dir)

dir = File.expand_path("#{dir}/ymdp")
$LOAD_PATH.unshift dir unless $LOAD_PATH.include?(dir)

# load application
#

require 'rubygems'
require 'erb'
require 'set'

require File.expand_path("#{dir}/tag_helper")
require File.expand_path("#{dir}/asset_tag_helper")

Dir["#{dir}/*.rb"].each do |path|
  require File.expand_path(path)
end

["support", "configuration"].each do |directory|
  Dir["#{dir}/#{directory}/*.rb"].each do |path|
    require File.expand_path(path)
  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
ymdp-0.1.10 lib/ymdp.rb
ymdp-0.1.9 lib/ymdp.rb
ymdp-0.1.8.1 lib/ymdp.rb
ymdp-0.1.8 lib/ymdp.rb
ymdp-0.1.7 lib/ymdp.rb
ymdp-0.1.6 lib/ymdp.rb
ymdp-0.1.4 lib/ymdp.rb
ymdp-0.1.3 lib/ymdp.rb