Initial commit

This commit is contained in:
pradels
2013-03-27 00:55:30 +01:00
commit 810f0b31b9
41 changed files with 1809 additions and 0 deletions

12
Gemfile Normal file
View File

@@ -0,0 +1,12 @@
source 'https://rubygems.org'
# Specify your gem's dependencies in vagrant-libvirt.gemspec
gemspec
group :development do
# We depend on Vagrant for development, but we don't add it as a
# gem dependency because we expect to be installed within the
# Vagrant environment itself using `vagrant plugin`.
gem "vagrant", :git => "git://github.com/mitchellh/vagrant.git"
end