From 4acff82bdc5be0205be668d3e2ba8b56f4a69472 Mon Sep 17 00:00:00 2001 From: Andreas Neuhaus Date: Thu, 12 Aug 2010 16:07:40 +0200 Subject: [PATCH] Removed email address --- Rakefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Rakefile b/Rakefile index 67cb49c..51038ca 100644 --- a/Rakefile +++ b/Rakefile @@ -7,7 +7,6 @@ begin gem.name = 'appserver' gem.summary = 'Monit/Nginx/Unicorn application server configurator using deployment via git' gem.description = 'This tool automatically generates server configs for Monit, Nginx and Unicorn to host your Rack-based (Rails) applications. Running it automatically in git update hooks provides an automatic deployment of applications whenever the repository is updated on the server.' - gem.email = 'zargony@gmail.com' gem.homepage = 'http://github.com/zargony/appserver' gem.authors = ['Andreas Neuhaus'] gem.requirements << 'a server with Monit, Nginx and Git'