Ben, do you mean each implementation is using a different RubyGems repository, so running "gem list" on each implementation gives you a different list? To work-around this, set both the "GEM_PATH" and "GEM_HOME" environment variables to be the RubyGem repo you want to use, and all the implementations will pull gems from only that one.
For example, dev.bat in IronRuby's source sets GEM_PATH to be a location we have checked in, so Ruby and IronRuby share the same gems. If GEM_HOME was also set, then installing would default to that location. ~js > -----Original Message----- > From: [email protected] [mailto:ironruby-core- > [email protected]] On Behalf Of Jim Deville > Sent: Tuesday, January 05, 2010 3:43 PM > To: [email protected] > Subject: Re: [Ironruby-core] One gem to rule them all? > > What gem? > > -----Original Message----- > From: [email protected] [mailto:ironruby-core- > [email protected]] On Behalf Of Ben Hall > Sent: Tuesday, January 05, 2010 3:38 PM > To: [email protected] > Subject: [Ironruby-core] One gem to rule them all? > > Hi guys, > > On my MacBook I'm noticing I'm having to install a gem three times (MRI, > IronRuby, JRuby) - which is getting really annoying :) > > Am I doing something wrong??? Is there a way around this?? > > Thanks > > Ben > _______________________________________________ > Ironruby-core mailing list > [email protected] > http://rubyforge.org/mailman/listinfo/ironruby-core > > _______________________________________________ > Ironruby-core mailing list > [email protected] > http://rubyforge.org/mailman/listinfo/ironruby-core _______________________________________________ Ironruby-core mailing list [email protected] http://rubyforge.org/mailman/listinfo/ironruby-core
