[DRE-commits] [vagrant-libvirt] 38/163: version 0.0.21

Antonio Terceiro terceiro at moszumanska.debian.org
Sun Apr 24 13:57:02 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 19cd8be193fdeb0a8e1b004705ef3d4465c02812
Author: dima <pronix.service at gmail.com>
Date:   Wed Sep 17 10:57:34 2014 +0200

    version 0.0.21
---
 lib/vagrant-libvirt/version.rb |  2 +-
 vagrant-libvirt.gemspec        | 16 ++++++++--------
 2 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/lib/vagrant-libvirt/version.rb b/lib/vagrant-libvirt/version.rb
index 52d43cc..6ccbb8f 100644
--- a/lib/vagrant-libvirt/version.rb
+++ b/lib/vagrant-libvirt/version.rb
@@ -1,5 +1,5 @@
 module VagrantPlugins
   module ProviderLibvirt
-    VERSION = '0.0.20'
+    VERSION = '0.0.21'
   end
 end
diff --git a/vagrant-libvirt.gemspec b/vagrant-libvirt.gemspec
index 45d98dd..ce88056 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.}
+  gem.description   = %q{Vagrant provider for libvirt. support a lot options}
   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 'nokogiri', '~> 1.6'
+  gem.add_runtime_dependency 'fog', '1.15'
+  gem.add_runtime_dependency 'ruby-libvirt', '0.4.0'
+  gem.add_runtime_dependency 'nokogiri', '1.6'
 
-  gem.add_development_dependency 'rake'
+  gem.add_development_dependency 'rake', '10.1.0'
 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