From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pjotr Prins Subject: Re: [PATCHES] Add ruby-rspec, bundler, and ruby-useragent Date: Sat, 30 May 2015 23:02:01 +0200 Message-ID: <20150530210201.GA15305@thebird.nl> References: <87382hsayu.fsf@izanagi.i-did-not-set--mail-host-address--so-tickle-me> <87zj4n9joh.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:46848) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yyntf-00058n-Fz for guix-devel@gnu.org; Sat, 30 May 2015 17:02:24 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Yyntb-0002XG-D6 for guix-devel@gnu.org; Sat, 30 May 2015 17:02:23 -0400 Content-Disposition: inline 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-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: "Thompson, David" Cc: guix-devel I ran bundler with success using the latest ruby patch :). It requires a tweak to the environment so the GEM_PATH points at $HOME/.guix-profile/lib/ruby/gems/2.2.0/ The script I use to run Ruby is at https://github.com/pjotrp/guix-notes/blob/master/scripts/ruby-guix-env that essentially replaces the old rvm or rbenv! So much better :) BTW: would it be an idea to name the bundler package ruby-bundler instead= ? Pj. On Fri, May 29, 2015 at 08:27:24PM -0400, Thompson, David wrote: > On Fri, May 29, 2015 at 5:07 PM, Ludovic Court=E8s wrote= : > > David Thompson skribis: > > > >> From 2cc36edb761976fcd4c2a5f5c076fc2d12512cbd Mon Sep 17 00:00:00 20= 01 > >> From: David Thompson > >> Date: Wed, 27 May 2015 21:37:06 -0400 > >> Subject: [PATCH 5/6] gnu: Add bundler. > >> > >> * gnu/packages/ruby.scm (bundler): New variable. > > > > OK. > > > >> +;; Bundler is yet another source of circular dependencies, so we mu= st disable > >> +;; its test suite as well. > > > > Is it also because its dependencies depend on it? >=20 > Yes. >=20 > >> From 7d1eb9189646aa9e206c5f6e8c4a4151ad727072 Mon Sep 17 00:00:00 20= 01 > >> From: David Thompson > >> Date: Wed, 27 May 2015 21:38:28 -0400 > >> Subject: [PATCH 6/6] gnu: Add ruby-useragent. > >> > > > > Missing log. Otherwise LGTM. >=20 > Thanks! Fixed the log and pushed! >=20 > - Dave >=20 --=20