Sha256: 13d9897a25dc9e99280ff7eddc92d71de7378cea743082d1b4dbd6012cf9014b
Contents?: true
Size: 453 Bytes
Versions: 4
Compression:
Stored size: 453 Bytes
Contents
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" gem 'pry' end group :plugins do gem "vagrant-libvirt", :path => '.' end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
vagrant-libvirt-0.0.29 | Gemfile |
vagrant-libvirt-0.0.28 | Gemfile |
vagrant-libvirt-0.0.27 | Gemfile |
vagrant-libvirt-0.0.26 | Gemfile |