lib/vagrant-hosts.rb in vagrant-hosts-1.0.0 vs lib/vagrant-hosts.rb in vagrant-hosts-1.1.0

- old
+ new

@@ -1,5 +1,7 @@ # Declare top level vagrant hosts module. -module VagrantHosts; end +module VagrantHosts + REQUIRED_VAGRANT_VERSION = '1.1.0' +end require 'vagrant-hosts/version' require 'vagrant-hosts/plugin'