Feature Requests item #28937, was opened at 2011-02-18 13:17 You can respond by visiting: http://rubyforge.org/tracker/?func=detail&atid=578&aid=28937&group_id=126
Category: None Group: None Status: Open Resolution: None Priority: 3 Submitted By: Henrio Thierry (thenrio) Assigned to: Nobody (None) Summary: plugin handling with rubygems_plugin.rb Initial Comment: problem ===== guard gem rely on open_gem to find templates provided in gems On runtime, it uses `gem open` with options Now open command is provided by 2 gems * [gem-open](https://github.com/fnando/gem-open) * [open_gem](https://github.com/adamsanderson/open_gem) To find that gem-open was providing open command, I used ... find with hint of command find .rvm -name '*.rb' | xargs grep -Hn 'Open a gem into your favorite editor' reflecting on this, here is what could have helped me feature : know what gem provide a command ===== It could be to augment gem help command ... $ gem help open ... Provided by : open_gem-1.4.2 feature : install fails upon registration of an existing command ===== gem install open_gem gem install gem-open fail : open command is already provided by open_gem-1.4.2 What do you think ? ---------------------------------------------------------------------- You can respond by visiting: http://rubyforge.org/tracker/?func=detail&atid=578&aid=28937&group_id=126 _______________________________________________ Rubygems-developers mailing list http://rubyforge.org/projects/rubygems Rubygems-developers@rubyforge.org http://rubyforge.org/mailman/listinfo/rubygems-developers