Re: require rubygems question

2011-10-01 Thread Vincent Fourmond
On Sat, Oct 1, 2011 at 10:30 AM, Olivier Sallou wrote: > I want to add a new package from an existing gem (I am upstream author). > I'd like to know how to avoid the rubygems dependency in the ruby gem > library. > The package indeed depend on an other gem. If I remove the require > 'rubygems' fro

Re: require rubygems question

2011-10-01 Thread jordon
> Hi, > I want to add a new package from an existing gem (I am upstream author). > > > I'd like to know how to avoid the rubygems dependency in the ruby gem > library. > The package indeed depend on an other gem. If I remove the require > 'rubygems' from the code, the gem code is not found when run

Re: require rubygems question

2011-10-01 Thread Cédric Boutillier
Hi Olivier, On Sat, Oct 01, 2011 at 10:30:43AM +0200, Olivier Sallou wrote: > I want to add a new package from an existing gem (I am upstream author). > I'd like to know how to avoid the rubygems dependency in the ruby gem > library. The package indeed depend on an other gem. If I remove the >

require rubygems question

2011-10-01 Thread Olivier Sallou
Hi, I want to add a new package from an existing gem (I am upstream author). I'd like to know how to avoid the rubygems dependency in the ruby gem library. The package indeed depend on an other gem. If I remove the require 'rubygems' from the code, the gem code is not found when running unit