RubyGems feature request

J

Jim Menard

RubyGems is neato. Thanks to the team for such a wonderful Ruby tool.

Here's my feature request: I want to be able to clean up old versions of
RubyGems. Specifically, I want to be able to delete all old versions (all but
the most highest version on my machine) of all gems, or all old versions of a
specific gem. I know I can use

gem uninstall --version '< 3.0.0' RedCloth

but that assumes that I go to the gems directory, see which versions of
RedCloth are installed, and type the highest version number. I'm thinking of
something like

gem cleanup

or

gem uninstall --all-but-latest

Thanks for listening.

Jim
 
M

Mark Hubbart

something like

gem cleanup

or

gem uninstall --all-but-latest

I second that! I really don't need four different versions of
activerecord, actionpack, actionmailer, and rails. Just the latest one
would do me fine :) And save space on my webserver.

cheers,
Mark
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
474,164
Messages
2,570,898
Members
47,440
Latest member
YoungBorel

Latest Threads

Top