Revision a9db92f9
Added by Martin Emde 13 days ago
[rubygems/rubygems] Add gem sources --prepend and --append for finer source control
--append adds a source to the end, moving it to the end if it already exists.
--prepend adds or moves a source to the beginning.
This allows idempotent sorting of gem sources without removing and adding.