Bugs item #28824, was opened at 2011-01-06 14: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: Closed >Resolution: Out of Date Priority: 3 Submitted By: M G (grosser) >Assigned to: Luis Lavena (luislavena) 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"' ---------------------------------------------------------------------- >Comment By: Luis Lavena (luislavena) Date: 2011-01-06 15:01 Message: Hello, This is what RubyGems 1.4.0 already does, no gem plugin is loaded when require 'rubygems' is invoked. ---------------------------------------------------------------------- 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