[DRE-commits] [vagrant-libvirt] 62/163: make gem dependencies reasonably optimistic again (fixes #253)

Antonio Terceiro terceiro at moszumanska.debian.org
Sun Apr 24 13:57:06 UTC 2016


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

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

commit 138bea1077f619b1569305800608a15a2105899f
Author: Adam Spiers <vagrant-libvirt at adamspiers.org>
Date:   Thu Oct 16 01:39:07 2014 +0100

    make gem dependencies reasonably optimistic again (fixes #253)
    
    This reverts the vagrant-libvirt.gemspec changes in commit
    19cd8be193fdeb0a8e1b004705ef3d4465c02812.
---
 vagrant-libvirt.gemspec | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/vagrant-libvirt.gemspec b/vagrant-libvirt.gemspec
index 7695951..8c19f9c 100644
--- a/vagrant-libvirt.gemspec
+++ b/vagrant-libvirt.gemspec
@@ -5,7 +5,7 @@ Gem::Specification.new do |gem|
   gem.authors       = ['Lukas Stanek','Dima Vasilets','Brian Pitts']
   gem.email         = ['ls at elostech.cz','pronix.service at gmail.com','brian at polibyte.com']
   gem.license       = 'MIT'
-  gem.description   = %q{Vagrant provider for libvirt. support a lot options}
+  gem.description   = %q{Vagrant provider for libvirt.}
   gem.summary       = %q{Vagrant provider for libvirt.}
   gem.homepage      = 'https://github.com/pradels/vagrant-libvirt'
 
@@ -16,14 +16,14 @@ Gem::Specification.new do |gem|
   gem.require_paths = ['lib']
   gem.version       = VagrantPlugins::ProviderLibvirt::VERSION
 
-  gem.add_development_dependency 'rspec-core', '2.12.2'
-  gem.add_development_dependency 'rspec-expectations', '2.12.1'
-  gem.add_development_dependency 'rspec-mocks', '2.12.1'
+  gem.add_development_dependency "rspec-core", "~> 2.12.2"
+  gem.add_development_dependency "rspec-expectations", "~> 2.12.1"
+  gem.add_development_dependency "rspec-mocks", "~> 2.12.1"
 
-  gem.add_runtime_dependency 'fog', '1.15'
-  gem.add_runtime_dependency 'ruby-libvirt', '0.4.0'
+  gem.add_runtime_dependency 'fog', '~> 1.15'
+  gem.add_runtime_dependency 'ruby-libvirt', '~> 0.4.0'
   gem.add_runtime_dependency 'nokogiri', '~> 1.6.0'
 
-  gem.add_development_dependency 'rake', '10.1.0'
+  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