[DRE-commits] [vagrant-libvirt] 39/67: Depend on ruby-libvirt gem since fog does not pull it in

Antonio Terceiro terceiro at moszumanska.debian.org
Sun Apr 24 13:56:04 UTC 2016


This is an automated email from the git hooks/post-receive script.

terceiro pushed a commit to annotated tag 0.0.14
in repository vagrant-libvirt.

commit c28e0916e30d5cee1ab9404fa843a4379263a0f3
Author: Brian Pitts <brian at polibyte.com>
Date:   Sun Jan 5 17:57:18 2014 -0600

    Depend on ruby-libvirt gem since fog does not pull it in
---
 vagrant-libvirt.gemspec | 1 +
 1 file changed, 1 insertion(+)

diff --git a/vagrant-libvirt.gemspec b/vagrant-libvirt.gemspec
index cb7ad5e..42e8306 100644
--- a/vagrant-libvirt.gemspec
+++ b/vagrant-libvirt.gemspec
@@ -17,6 +17,7 @@ Gem::Specification.new do |gem|
   gem.version       = VagrantPlugins::ProviderLibvirt::VERSION
 
   gem.add_runtime_dependency 'fog', '1.15.0'
+  gem.add_runtime_dependency 'ruby-libvirt', '~> 0.4.0'
   gem.add_runtime_dependency 'nokogiri', '1.5.10'
 
   gem.add_development_dependency 'rake'

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/vagrant-libvirt.git



More information about the Pkg-ruby-extras-commits mailing list