Sha256: 55c7fbb2f6908b25c20fef01a375ad0a0567d3bdee8df6f47c73dc1e5372da7d

Contents?: true

Size: 579 Bytes

Versions: 1

Compression:

Stored size: 579 Bytes

Contents

begin
  require 'vagrant'
rescue LoadError
  raise 'The Vagrant landrush plugin must be run within Vagrant.'
end

# Only load the gem on Windows since it replaces some methods in Ruby's Process class
# Also load before Process.uid is called the first time by Vagrant
require 'win32/process' if Vagrant::Util::Platform.windows?

require 'rubydns'

require 'landrush/dependent_vms'
require 'landrush/plugin'
require 'landrush/resolver_config'
require 'landrush/win_network_config'
require 'landrush/server'
require 'landrush/store'
require 'landrush/version'
require 'landrush-ip'

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
landrush-1.1.0.beta.1 lib/landrush.rb