Sha256: e6446ff3f556a379836bc1822b43869bd8d86d92a34fd83dcf0dc364bb13d71b
Contents?: true
Size: 689 Bytes
Versions: 2
Compression:
Stored size: 689 Bytes
Contents
source 'https://rubygems.org' ruby '2.0.0' ENV['TEST_VAGRANT_VERSION'] ||= 'v1.6.3' # Using the :plugins group causes Vagrant to automagially load auto_network # during acceptance tests. group :plugins do gemspec end group :test do if ENV['TEST_VAGRANT_VERSION'] == 'HEAD' gem 'vagrant', :github => 'mitchellh/vagrant', :branch => 'master' else gem 'vagrant', :github => 'mitchellh/vagrant', :tag => ENV['TEST_VAGRANT_VERSION'] end # Pinned on 05/05/2014. Compatible with Vagrant 1.5.x and 1.6.x. gem 'vagrant-spec', :github => 'mitchellh/vagrant-spec', :ref => 'aae28ee' end if File.exists? "#{__FILE__}.local" eval(File.read("#{__FILE__}.local"), binding) end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
vagrant-auto_network-1.0.2 | Gemfile |
vagrant-auto_network-1.0.1 | Gemfile |