This is something I noticed today working with trunk:

GEM_HOME and GEM_PATH both point to V:/gems

If I'm in V:/

gem list display the gem platforms twice:

V:\>gem list sqlite3
sqlite3 (1.3.3 x86-mingw32 x86-mingw32)

V:\>gem list rails
rails (3.0.9 ruby)

===

Moving out to another directory, this does not happen:

V:\emptyapp>gem list rails
rails (3.0.9)

V:\emptyapp>gem list sqlite3
sqlite3 (1.3.3 x86-mingw32)

Why "gems" in current directory is taking such importance?

V:\emptyapp>ruby -v
ruby 1.9.3dev (2011-07-08 trunk 32461) [i386-mingw32]

V:\emptyapp>gem --version
1.8.5.1
-- 
Luis Lavena
AREA 17
-
Perfection in design is achieved not when there is nothing more to add,
but rather when there is nothing more to take away.
Antoine de Saint-Exupéry
_______________________________________________
Rubygems-developers mailing list
http://rubyforge.org/projects/rubygems
Rubygems-developers@rubyforge.org
http://rubyforge.org/mailman/listinfo/rubygems-developers

Reply via email to