Project

gem-prune

0.01
Repository is archived
No commit activity in last 3 years
No release in over 3 years
Identify and remove old gems
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 0
>= 0
>= 0
~> 2.0.0.beta.19
 Project Readme

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.