Skip to content
This repository has been archived by the owner on Feb 27, 2021. It is now read-only.

ursm/gem-depclean

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gem-depclean

Provides the function to uninstall an unnecessary gems.

Install

% gem install gem-depclean --source http://gemcutter.org

Usage

First, initialize your world. The gems that you installed is output to the “world file”.

% gem world --init

Next, edit this. Delete the line of an unnecessary gems or versions.

% gem world --edit

Finally, uninstall them. The gems which lost dependence is uninstalled at the same time.

% gem world --depclean

When you install a gem, it is automatically recorded in the “world file”.

Note on Patches/Pull Requests

  • Fork the project.

  • Make your feature addition or bug fix.

  • Add tests for it. This is important so I don’t break it in a future version unintentionally.

  • Commit, do not mess with rakefile, version, or history. (if you want to have your own version, that is fine but bump version in a commit by itself I can ignore when I pull)

  • Send me a pull request. Bonus points for topic branches.

Copyright © 2009 Keita Urashima. See LICENSE for details. gem-depclean’s development has been supported by Eiwa System Management, Inc.

About

Provides the function to uninstall an unnecessary gems.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages