[Rubygems-developers] Slight output glitch
Gavin Sinclair
gsinclair at soyabean.com.au
Mon Apr 12 12:18:21 EDT 2004
$ gem -u copland --version '< 0.1.0'
Attempting to uninstall gem 'copland'
Unknown RubyGem: copland-< 0.1.0
That third line should read something like
Unknown RubyGem: copland (< 0.1.0)
Of course, when the user asks for something like
gem -Ri copland-1.0
They should probably get a message like (as now)
Unknown RubyGem: copland-1.0
although
Unknown RubyGem: copland (= 1.0)
would probably be fine as well.
I'm just working on the GemReference, and noticing a few of these
things...
Cheers,
Gavin
P.S. I looked at the functional testing suite last night for the first
time, and am very impressed! I guess we'll add (lots) more cases to
it after the next release.
More information about the Rubygems-developers
mailing list