Sha256: 983eb5329642f3a9a19eb4a26f11a230175b1e8623106ebd1386ef773e123ac6

Contents?: true

Size: 678 Bytes

Versions: 6

Compression:

Stored size: 678 Bytes

Contents

libdir = File.join(File.dirname(__FILE__), "vagrant")
PROJECT_ROOT = File.join(libdir, '..', "..") unless defined?(PROJECT_ROOT)

# First, load the various libs which Vagrant requires
%w{tempfile json pathname logger virtualbox net/ssh archive/tar/minitar
  net/scp fileutils mario}.each do |lib|
  require lib
end

# Then load the glob loader, which will handle loading everything else
require File.expand_path("util/glob_loader", libdir)

# Load them up
Vagrant::GlobLoader.glob_require(libdir, %w{util/stacked_proc_runner
  actions/base downloaders/base actions/collection actions/runner config
  provisioners/base provisioners/chef systems/base commands/base commands/box})

Version data entries

6 entries across 6 versions & 2 rubygems

Version Path
vagrantup-0.4.3.dev lib/vagrant.rb
vagrantup-0.4.1 lib/vagrant.rb
vagrantup-0.4.0 lib/vagrant.rb
vagrant-0.4.2 lib/vagrant.rb
vagrant-0.4.1 lib/vagrant.rb
vagrant-0.4.0 lib/vagrant.rb