Return-Path: Delivered-To: apmail-incubator-buildr-commits-archive@locus.apache.org Received: (qmail 62091 invoked from network); 17 Nov 2008 21:01:55 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 17 Nov 2008 21:01:55 -0000 Received: (qmail 53234 invoked by uid 500); 17 Nov 2008 21:02:03 -0000 Delivered-To: apmail-incubator-buildr-commits-archive@incubator.apache.org Received: (qmail 53219 invoked by uid 500); 17 Nov 2008 21:02:03 -0000 Mailing-List: contact buildr-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: buildr-dev@incubator.apache.org Delivered-To: mailing list buildr-commits@incubator.apache.org Received: (qmail 53210 invoked by uid 99); 17 Nov 2008 21:02:03 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 17 Nov 2008 13:02:03 -0800 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 17 Nov 2008 21:00:50 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id C15C72388975; Mon, 17 Nov 2008 13:01:34 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r718377 - /incubator/buildr/trunk/buildr.gemspec Date: Mon, 17 Nov 2008 21:01:34 -0000 To: buildr-commits@incubator.apache.org From: assaf@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20081117210134.C15C72388975@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: assaf Date: Mon Nov 17 13:01:34 2008 New Revision: 718377 URL: http://svn.apache.org/viewvc?rev=718377&view=rev Log: Quote changd Modified: incubator/buildr/trunk/buildr.gemspec Modified: incubator/buildr/trunk/buildr.gemspec URL: http://svn.apache.org/viewvc/incubator/buildr/trunk/buildr.gemspec?rev=718377&r1=718376&r2=718377&view=diff ============================================================================== --- incubator/buildr/trunk/buildr.gemspec (original) +++ incubator/buildr/trunk/buildr.gemspec Mon Nov 17 13:01:34 2008 @@ -20,7 +20,7 @@ spec.author = 'Apache Buildr' spec.email = "buildr-user@incubator.apache.org" spec.homepage = "http://incubator.apache.org/buildr" - spec.summary = 'A build system that doesn\'t suck' + spec.summary = "A build system that doesn't suck" spec.rubyforge_project = 'buildr' # Rakefile needs to create spec for both platforms (ruby and java), using the