Re: RFS: ruby-bio (fixes a RC bug)

2012-02-17 Thread Gunnar Wolf
Cédric Boutillier dijo [Fri, Feb 17, 2012 at 04:25:22PM +0100]: > Hi! > > At the BSP in Paris, I decided to look at the (very few) RC bugs of our > team. The easiest not fixed seemed to be #654985. So I went ahead and > pushed some changes in the repo. I just excluded some tests, and did > some mi

RFS: ruby-bio (fixes a RC bug)

2012-02-17 Thread Cédric Boutillier
Hi! At the BSP in Paris, I decided to look at the (very few) RC bugs of our team. The easiest not fixed seemed to be #654985. So I went ahead and pushed some changes in the repo. I just excluded some tests, and did some minor cosmetic changes (libxml-ruby*->ruby-libxml in dependencies, priority to

Re: gems in $HOME

2012-02-17 Thread James Healy
> I'm new to ruby and rubygems. I installed the debian rubygems package > (from debian testing) and I'm trying to configure it to have gems in my > $HOME dir as this is a shared server. You should be able to install gems to your home dir by adding the following to ~/.gemrc gem: --user-install