From c020f6ac7088ae91c5fea2d9e18118386ce013b0 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Fri, 23 Jul 2010 18:33:55 -0700 Subject: [PATCH] Update the summary so its not the same as the description --- vagrant.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vagrant.gemspec b/vagrant.gemspec index 18bd45fc7..a86e42ed4 100644 --- a/vagrant.gemspec +++ b/vagrant.gemspec @@ -11,7 +11,7 @@ Gem::Specification.new do |s| s.authors = ["Mitchell Hashimoto", "John Bender"] s.email = ["mitchell.hashimoto@gmail.com", "john.m.bender@gmail.com"] s.homepage = "http://vagrantup.com" - s.summary = "Vagrant is a tool for building and distributing virtualized development environments." + s.summary = "Build and distribute virtualized development environments." s.description = "Vagrant is a tool for building and distributing virtualized development environments." s.executables = ["vagrant"] s.require_paths = ["lib"]