I'm confused. I read these: http://www.rubygems.org/read/chapter/16#page74 http://blog.zenspider.com/2008/10/rubygems-howto-preventing-cata.html
But when I try this on the command line, I still always get all local gems with this name returned. Am I using it wrong, or what? $ gem list rails rails (2.1.1, 2.1.0, 2.0.2, 1.99.0, 1.2.6, 1.2.3) $ gem list rails --version '~>2.0.0' rails (2.1.1, 2.1.0, 2.0.2, 1.99.0, 1.2.6, 1.2.3) $ gem list rails --version '~>1.0' rails (2.1.1, 2.1.0, 2.0.2, 1.99.0, 1.2.6, 1.2.3)
_______________________________________________ Rubygems-developers mailing list Rubygems-developers@rubyforge.org http://rubyforge.org/mailman/listinfo/rubygems-developers