From 3cbd80780eecd773f79bb9e45f353c36f7a467b3 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Sun, 7 Mar 2010 16:08:59 -0800 Subject: [PATCH] Updated authors and emails for gemspec. --- Rakefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Rakefile b/Rakefile index f46a146fd..570ba39e9 100644 --- a/Rakefile +++ b/Rakefile @@ -4,9 +4,9 @@ begin require 'jeweler' Jeweler::Tasks.new do |gemspec| gemspec.name = "vagrant" - gemspec.summary = "Create virtualized development environments" - gemspec.description = "Create virtualized development environments" - gemspec.email = "todo@todo.com" + gemspec.summary = "Vagrant is a tool for building and distributing virtualized development environments." + gemspec.description = "Vagrant is a tool for building and distributing virtualized development environments." + gemspec.email = ["mitchell.hashimoto@gmail.com", "john.m.bender@gmail.com"] gemspec.homepage = "http://github.com/mitchellh/vagrant" gemspec.authors = ["Mitchell Hashimoto", "John Bender"]