From: Luis Lavena Date: 2007-10-23T02:50:03+09:00 Subject: Re: RubyGems Beta 0.9.4.6 On Oct 22, 9:38 am, Sasa Ebach wrote: > > Try doing the version part between single quotes: > > G:>gem install RubyInline -v '3.6.3' --no-rdoc --no-ri > Installing gem RubyInline-3.6.4 > Successfully installed RubyInline-3.6.4 > ERROR: could not find 3.6.3 locally or in a repository > 1 gem installed > > G:\>gem install RubyInline -v "3.6.3" --no-rdoc --no-ri > Installing gem RubyInline-3.6.4 > Successfully installed RubyInline-3.6.4 > ERROR: could not find 3.6.3 locally or in a repository > 1 gem installed > > -se Eric confirmed it's a bug, please fill a report on the RubyForge tracker: http://rubyforge.org/tracker/?func=add&group_id=126&atid=575 Luis