From e0e0da3827f9ad75b6d4464dd2e6ee47d069976c Mon Sep 17 00:00:00 2001 From: dima Date: Thu, 9 Apr 2015 08:14:08 +0200 Subject: [PATCH] :) --- lib/vagrant-libvirt/version.rb | 2 +- vagrant-libvirt.gemspec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/vagrant-libvirt/version.rb b/lib/vagrant-libvirt/version.rb index 26cc284..b4a637d 100644 --- a/lib/vagrant-libvirt/version.rb +++ b/lib/vagrant-libvirt/version.rb @@ -1,5 +1,5 @@ module VagrantPlugins module ProviderLibvirt - VERSION = '0.0.26' + VERSION = '0.0.25' end end diff --git a/vagrant-libvirt.gemspec b/vagrant-libvirt.gemspec index 4cc64a9..26a4adb 100644 --- a/vagrant-libvirt.gemspec +++ b/vagrant-libvirt.gemspec @@ -7,7 +7,7 @@ Gem::Specification.new do |gem| gem.license = 'MIT' gem.description = %q{libvirt provider for Vagrant.} gem.summary = %q{libvirt provider for Vagrant.} - gem.homepage = 'https://github.com/mperedim/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) }