From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:38857) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gwVJ2-00023J-0V for guix-patches@gnu.org; Wed, 20 Feb 2019 12:05:12 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gwVIv-0002QB-5u for guix-patches@gnu.org; Wed, 20 Feb 2019 12:05:08 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:57629) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gwVIs-0002MT-5P for guix-patches@gnu.org; Wed, 20 Feb 2019 12:05:04 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1gwVIr-0006yx-Lg for guix-patches@gnu.org; Wed, 20 Feb 2019 12:05:01 -0500 Subject: [bug#34514] [PATCH 07/34] gnu: Add ruby-multi-xml. Resent-Message-ID: References: <87sgwm44a9.fsf@cbaines.net> <20190217192314.5666-1-mail@cbaines.net> <20190217192314.5666-7-mail@cbaines.net> From: Ricardo Wurmus In-reply-to: <20190217192314.5666-7-mail@cbaines.net> Date: Wed, 20 Feb 2019 18:04:18 +0100 Message-ID: <87d0nmtmr1.fsf@elephly.net> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Christopher Baines Cc: 34514@debbugs.gnu.org Christopher Baines writes: > * gnu/packages/ruby.scm (ruby-multi-xml): New variable. [=E2=80=A6] > + (synopsis "Provides swappable XML backends for Ruby") Please change this to =E2=80=9CSwappable XML backends for Ruby=E2=80=9D. > + (description > + "Provides swappable XML backends utilizing LibXML, Nokogiri, Ox, or > +REXML.") =E2=80=A6and this to a complete sentence. Thanks! --=20 Ricardo