From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ben Woodcroft Subject: Re: [PATCH] gnu: ruby-net-http-digest-auth: Add new package Date: Sat, 19 Nov 2016 15:20:20 +1000 Message-ID: <23037191-a94a-0856-fa08-a9a7eb92c668@uq.edu.au> References: <1d9d1ec0-e95f-26c9-dcd7-fe01bd913cab@uq.edu.au> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:47867) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1c7y4t-0003S9-Kz for guix-devel@gnu.org; Sat, 19 Nov 2016 00:20:40 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1c7y4q-0007rn-G8 for guix-devel@gnu.org; Sat, 19 Nov 2016 00:20:39 -0500 Received: from mailhub2.soe.uq.edu.au ([130.102.132.209]:55235 helo=newmailhub.uq.edu.au) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1c7y4p-0007p3-Ta for guix-devel@gnu.org; Sat, 19 Nov 2016 00:20:36 -0500 In-Reply-To: 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" To: Frederick Muriithi Cc: guix-devel@gnu.org Hi Frederick, On 17/11/16 21:47, Frederick Muriithi wrote: > On 17 Nov 2016 1:56 p.m., "Ben Woodcroft" wrote: >> Hi Frederick, thanks for the updated patch. >> >> I didn't see any functional issues with this patch, but I had some trouble testing this out - can I ask how to test it? My problem was simply that I didn't know of a http-only server with this authentication method. I ask because the last commit to the development repository was in 2013. > Well, I added the package since it is a dependency of the ruby gem > mechanize, which is what I really wanted to add. OK, I made a WEBrick-based server to test, and all seemed fine. Pushed as '6689c636d039ce5bf160c1858b99f4329427fd15'. Thanks for the patch, ben