Sha256: e21f5b014a9f3f8c88b1865f845050308b7ecbf15afdb96b7825366460ab10f1
Contents?: true
Size: 762 Bytes
Versions: 1
Compression:
Stored size: 762 Bytes
Contents
source 'https://rubygems.org' ENV['TEST_VAGRANT_VERSION'] ||= 'v1.8.1' # Wrapping gemspec in the :plugins group causes Vagrant 1.5 and newer to # automagically load this plugin during acceptance tests. group :plugins do gemspec end group :development do gem 'yard', '~> 0.8.7' gem 'redcarpet' 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 12/10/2014. Compatible with Vagrant 1.5.x, 1.6.x and 1.7.x. gem 'vagrant-spec', :github => 'mitchellh/vagrant-spec', :ref => '1df5a3a' end eval_gemfile "#{__FILE__}.local" if File.exists? "#{__FILE__}.local"
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
vagrant-hosts-2.6.2 | Gemfile |