Bugs item #28824, was opened at 2011-01-06 17:20
You can respond by visiting: 
http://rubyforge.org/tracker/?func=detail&atid=575&aid=28824&group_id=126

Category: `gem` commands (other)
Group: None
Status: Open
Resolution: None
Priority: 3
Submitted By: M G (grosser)
Assigned to: Nobody (None)
Summary: Add way to load gem commands that does not load them whenever rubygems 
is loaded

Initial Comment:
If i install something like gem-open / gem-dependet they are loaded every time 
rubygems is loaded (all rubygem_plugin.rb`s are loaded) which is an overhead 
and prevents these gems from having any dependency (which then too would be 
required)

Therefore I propose that when doing "gem foo" all rubygems_command.rb files are 
parsed, but this should not happen when simply doing 'require "rubygems"'

----------------------------------------------------------------------

You can respond by visiting: 
http://rubyforge.org/tracker/?func=detail&atid=575&aid=28824&group_id=126
_______________________________________________
Rubygems-developers mailing list
http://rubyforge.org/projects/rubygems
Rubygems-developers@rubyforge.org
http://rubyforge.org/mailman/listinfo/rubygems-developers

Reply via email to