Skip to content
This repository has been archived by the owner on Apr 3, 2018. It is now read-only.
/ gem-prune Public archive

Adds a 'prune' command to rubygems to help keep things tidy.

Notifications You must be signed in to change notification settings

ddollar/gem-prune

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gem-prune

Keep your local gem installation from growing wild.

Installation

$ gem install gem-prune

Usage

# keep the latest sinatra
$ gem keep sinatra  

# keep the latest rails and one from the 2.3 series
$ gem keep rails
$ gem keep rails -v "~> 2.3.0"

# remove unwanted gems
$ gem prune

License

MIT License

Copyright

Copyright (c) 2010 David Dollar. See LICENSE for details.

About

Adds a 'prune' command to rubygems to help keep things tidy.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages