Sha256: 06ddd37f3798502b9ad01cd22e8672a06a00cd125a011b4444dd9b03fc8284e9

Contents?: true

Size: 336 Bytes

Versions: 5

Compression:

Stored size: 336 Bytes

Contents

module VagrantHosts
  module Cap
    module SyncHosts
      require 'vagrant-hosts/cap/sync_hosts/base'
      require 'vagrant-hosts/cap/sync_hosts/posix'
      require 'vagrant-hosts/cap/sync_hosts/windows'
    end

    module Facts
      require_relative 'cap/facts/posix'
      require_relative 'cap/facts/windows'
    end
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
vagrant-hosts-2.9.0 lib/vagrant-hosts/cap.rb
vagrant-hosts-2.8.3 lib/vagrant-hosts/cap.rb
vagrant-hosts-2.8.2 lib/vagrant-hosts/cap.rb
vagrant-hosts-2.8.1 lib/vagrant-hosts/cap.rb
vagrant-hosts-2.8.0 lib/vagrant-hosts/cap.rb