[Rubygems-developers] [ rubygems-Bugs-28356 ] gem which only shows one possible option
noreply at rubyforge.org
noreply at rubyforge.org
Mon Jul 5 11:27:04 EDT 2010
Bugs item #28356, was opened at 2010-07-05 15:27
You can respond by visiting:
http://rubyforge.org/tracker/?func=detail&atid=575&aid=28356&group_id=126
Category: other
Group: None
Status: Open
Resolution: None
Priority: 3
Submitted By: Roger Pack (rogerdpack)
Assigned to: Nobody (None)
Summary: gem which only shows one possible option
Initial Comment:
Situation: currently if there is a conflict among gems, i.e.
gem1/lib/xxx.rb
and
gem2/lib/xxx.rb
gem which will only show one of the possibilities, which seems unexpected to me.
ex:
d:\dev>gem which ruby_to_ruby_c
(checking gem RubyToC-1.0.0.5 for ruby_to_ruby_c)
c:/ruby/lib/ruby/gems/1.8/gems/RubyToC-1.0.0.5/lib/ruby_to_ruby_c.rb
d:\dev> gem uninstall RubyToC
...
d:\dev>gem which ruby_to_ruby_c
(checking gem ruby2c-1.0.0.7 for ruby_to_ruby_c)
c:/ruby/lib/ruby/gems/1.8/gems/ruby2c-1.0.0.7/lib/ruby_to_ruby_c.rb
-r
----------------------------------------------------------------------
You can respond by visiting:
http://rubyforge.org/tracker/?func=detail&atid=575&aid=28356&group_id=126
More information about the Rubygems-developers
mailing list