Sha256: 933518d632721bdd619b39d45e9d24053af1d471a6687e1ef8f4c29654c89629
Contents?: true
Size: 366 Bytes
Versions: 21
Compression:
Stored size: 366 Bytes
Contents
module VagrantHosts module Cap module SyncHosts class UnknownVersion < Vagrant::Errors::VagrantError error_key(:unknown_version, 'vagrant_hosts.cap.sync_hosts') end require 'vagrant-hosts/cap/sync_hosts/base' require 'vagrant-hosts/cap/sync_hosts/posix' require 'vagrant-hosts/cap/sync_hosts/windows' end end end
Version data entries
21 entries across 21 versions & 1 rubygems
Version | Path |
---|---|
vagrant-hosts-2.0.0rc1 | lib/vagrant-hosts/cap.rb |