[DRE-commits] [vagrant-libvirt] 01/17: Update gemspec to not conflict with libvirt-aws and libvirt-openstack-plugin

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


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

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

commit 54408733e06d3c4345dfc291111a71677b73c99e
Author: Jason DeTiberus <jdetiber at redhat.com>
Date:   Thu Jan 23 13:43:46 2014 -0500

    Update gemspec to not conflict with libvirt-aws and libvirt-openstack-plugin
---
 vagrant-libvirt.gemspec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/vagrant-libvirt.gemspec b/vagrant-libvirt.gemspec
index 42e8306..5e70a47 100644
--- a/vagrant-libvirt.gemspec
+++ b/vagrant-libvirt.gemspec
@@ -16,9 +16,9 @@ Gem::Specification.new do |gem|
   gem.require_paths = ['lib']
   gem.version       = VagrantPlugins::ProviderLibvirt::VERSION
 
-  gem.add_runtime_dependency 'fog', '1.15.0'
+  gem.add_runtime_dependency 'fog', '~> 1.15'
   gem.add_runtime_dependency 'ruby-libvirt', '~> 0.4.0'
-  gem.add_runtime_dependency 'nokogiri', '1.5.10'
+  gem.add_runtime_dependency 'nokogiri', '~> 1.5.9'
 
   gem.add_development_dependency 'rake'
 end

-- 
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