From dc10d65dc5bbdbc1cc1f9eb853a9d7cb2a0c24b2 Mon Sep 17 00:00:00 2001 From: Thomas Kadauke Date: Fri, 26 Apr 2013 12:02:08 +0200 Subject: [PATCH] Fix gemspec --- vagrant-openstack-plugin.gemspec | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/vagrant-openstack-plugin.gemspec b/vagrant-openstack-plugin.gemspec index 0939e57..5f828f3 100644 --- a/vagrant-openstack-plugin.gemspec +++ b/vagrant-openstack-plugin.gemspec @@ -1,13 +1,13 @@ # -*- encoding: utf-8 -*- lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) -require 'vagrant-openstack/version' +require 'vagrant-openstack-plugin/version' Gem::Specification.new do |gem| - gem.name = "vagrant-openstack" + gem.name = "vagrant-openstack-plugin" gem.version = VagrantPlugins::OpenStack::VERSION - gem.authors = ["Mitchell Hashimoto"] - gem.email = ["mitchell@hashicorp.com"] + gem.authors = ["Mitchell Hashimoto", "Thomas Kadauke"] + gem.email = ["mitchell@hashicorp.com", "t.kadauke@cloudbau.de"] gem.description = "Enables Vagrant to manage machines in OpenStack Cloud." gem.summary = "Enables Vagrant to manage machines in OpenStack Cloud." gem.homepage = "http://www.vagrantup.com"