What is the current equivalent of:
begin
require 'rubygems'
require 'rubygems/loadpath_manager'
Gem::LoadPathManager.build_paths
paths.push(*Gem::LoadPathManager.paths)
rescue LoadError
# do nothing
end
This worked under 0.9.0.9 (read: not too long ago) and the changelogs
don't seem to give any relevant hints. Trunk seems a lot more opaque
to me than the previous design (took me all of 5 minutes to come up
with the above).
Should we at least provide some deprecation warnings and some level
of backwards compatibility for a while?
_______________________________________________
Rubygems-developers mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/rubygems-developers