[DRE-commits] [vagrant-libvirt] 17/17: version 0.0.15 , min supported vagrant version 1.4.3

Antonio Terceiro terceiro at moszumanska.debian.org
Sun Apr 24 13:56:19 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 de4ca2ba97fef3e4d6ce0e5d13f85cdbae71a4c3
Author: dima <pronix.service at gmail.com>
Date:   Sat Feb 1 22:20:03 2014 +0100

    version 0.0.15 , min supported vagrant version 1.4.3
---
 README.md                      | 6 +++---
 lib/vagrant-libvirt/version.rb | 2 +-
 vagrant-libvirt.gemspec        | 2 +-
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/README.md b/README.md
index 1a9d0cf..4f7ae7e 100644
--- a/README.md
+++ b/README.md
@@ -1,10 +1,10 @@
 # Vagrant Libvirt Provider
 
-This is a [Vagrant](http://www.vagrantup.com) 1.3+ plugin that adds an
+This is a [Vagrant](http://www.vagrantup.com) 1.4.3+ plugin that adds an
 [Libvirt](http://libvirt.org) provider to Vagrant, allowing Vagrant to
 control and provision machines via Libvirt toolkit.
 
-**Note:** Actual version (0.0.13) is still a development one. Feedback is
+**Note:** Actual version (0.0.15) is still a development one. Feedback is
 welcome and can help a lot :-)
 
 ## Features (Version 0.0.13)
@@ -29,7 +29,7 @@ welcome and can help a lot :-)
 
 ## Installation
 
-Install using standard [Vagrant 1.3+](http://downloads.vagrantup.com) plugin installation methods. After
+Install using standard [Vagrant 1.4.3+](http://downloads.vagrantup.com) plugin installation methods. After
 installing, `vagrant up` and specify the `libvirt` provider. An example is shown below.
 
 ```
diff --git a/lib/vagrant-libvirt/version.rb b/lib/vagrant-libvirt/version.rb
index 71571bb..308f640 100644
--- a/lib/vagrant-libvirt/version.rb
+++ b/lib/vagrant-libvirt/version.rb
@@ -1,5 +1,5 @@
 module VagrantPlugins
   module ProviderLibvirt
-    VERSION = '0.0.14'
+    VERSION = '0.0.15'
   end
 end
diff --git a/vagrant-libvirt.gemspec b/vagrant-libvirt.gemspec
index e7b44c8..721e2c1 100644
--- a/vagrant-libvirt.gemspec
+++ b/vagrant-libvirt.gemspec
@@ -7,7 +7,7 @@ Gem::Specification.new do |gem|
   gem.license       = 'MIT'
   gem.description   = %q{Vagrant provider for libvirt.}
   gem.summary       = %q{Vagrant provider for libvirt.}
-  gem.homepage      = "https://github.com/pradels/vagrant-libvirt"
+  gem.homepage      = 'https://github.com/pradels/vagrant-libvirt'
 
   gem.files         = `git ls-files`.split($\)
   gem.executables   = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }

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