From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Thompson, David" Subject: Re: [PATCHES] Add ruby-nokogiri, ruby-mini-portile, and ruby-minitar Date: Sat, 5 Sep 2015 20:27:24 -0400 Message-ID: References: <877foep7zx.fsf@izanagi.i-did-not-set--mail-host-address--so-tickle-me> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:59644) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZYNns-0004WH-H2 for guix-devel@gnu.org; Sat, 05 Sep 2015 20:27:29 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZYNnp-0008VR-BW for guix-devel@gnu.org; Sat, 05 Sep 2015 20:27:28 -0400 Received: from mail-yk0-f171.google.com ([209.85.160.171]:36504) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZYNnp-0008VD-86 for guix-devel@gnu.org; Sat, 05 Sep 2015 20:27:25 -0400 Received: by ykcf206 with SMTP id f206so52283464ykc.3 for ; Sat, 05 Sep 2015 17:27:24 -0700 (PDT) In-Reply-To: <877foep7zx.fsf@izanagi.i-did-not-set--mail-host-address--so-tickle-me> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: guix-devel Cc: Pjotr Prins On Sat, Aug 29, 2015 at 8:57 AM, David Thompson wrote: > This small patch set adds a few more Ruby libraries to our arsenal, the > most important being Nokogiri: A widely used XML parsing library with > native C extensions. I decided to push these patches because they're pretty simple. Just one tweak: I added a real synopsis and description to ruby-mini-portile. - Dave