Sha256: 4aa27f99536291387220a5ed817e8eb234817f48d2fb71169e715442da6ae4a2

Contents?: true

Size: 784 Bytes

Versions: 19

Compression:

Stored size: 784 Bytes

Contents

require "log4r"

# We don't autoload components because if we're loading anything in the
# V2 namespace anyways, then we're going to need the Components class.
require "vagrant/plugin/v2/components"
require "vagrant/plugin/v2/errors"

module Vagrant
  module Plugin
    module V2
      autoload :Command, "vagrant/plugin/v2/command"
      autoload :Communicator, "vagrant/plugin/v2/communicator"
      autoload :Config, "vagrant/plugin/v2/config"
      autoload :Guest,  "vagrant/plugin/v2/guest"
      autoload :Host,   "vagrant/plugin/v2/host"
      autoload :Manager, "vagrant/plugin/v2/manager"
      autoload :Plugin, "vagrant/plugin/v2/plugin"
      autoload :Provider, "vagrant/plugin/v2/provider"
      autoload :Provisioner, "vagrant/plugin/v2/provisioner"
    end
  end
end

Version data entries

19 entries across 19 versions & 6 rubygems

Version Path
tamtam-vagrant-reload-1.1.3 vendor/cache/vagrant-0ac2a8738841/lib/vagrant/plugin/v2.rb
tamtam-vagrant-reload-1.1.2 vendor/cache/vagrant-0ac2a8738841/lib/vagrant/plugin/v2.rb
tamtam-vagrant-reload-1.1.1 vendor/cache/vagrant-0ac2a8738841/lib/vagrant/plugin/v2.rb
tamtam-vagrant-reload-1.1 vendor/cache/vagrant-0ac2a8738841/lib/vagrant/plugin/v2.rb
tnargav-1.3.6 lib/vagrant/plugin/v2.rb
tnargav-1.3.3 lib/vagrant/plugin/v2.rb
vagrant-shell-0.2.9 demo/templates/vendor/bundle/ruby/1.9.1/gems/tnargav-1.2.2/lib/vagrant/plugin/v2.rb
tnargav-1.2.3 lib/vagrant/plugin/v2.rb
vagrant-shell-0.2.8 demo/templates/vendor/bundle/ruby/1.9.1/gems/tnargav-1.2.2/lib/vagrant/plugin/v2.rb
vagrant-shell-0.2.6 vendor/bundle/gems/tnargav-1.2.2/lib/vagrant/plugin/v2.rb
vagrant-shell-0.2.5 vendor/bundle/gems/tnargav-1.2.2/lib/vagrant/plugin/v2.rb
tnargav-1.2.2 lib/vagrant/plugin/v2.rb
vagrantup-1.1.3 lib/vagrant/plugin/v2.rb
vagrantup-1.1.2 lib/vagrant/plugin/v2.rb
vagrantup-1.1.1 lib/vagrant/plugin/v2.rb
vagrantup-1.1.0 lib/vagrant/plugin/v2.rb
vagrantup-1.1.4 lib/vagrant/plugin/v2.rb
vagrant-actionio-0.0.9 vendor/bundle/bundler/gems/vagrant-c74251a1d9c0/lib/vagrant/plugin/v2.rb
vagrant-lxc-0.0.1 vendor/vagrant/lib/vagrant/plugin/v2.rb