No commit activity in last 3 years
No release in over 3 years
A dumb tool to list removable gems.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 0
 Project Readme

GemLeaves¶ ↑

gem_leaves is a rather dumb tool which lists the leaves of your system. I call leaves the gems with no reverse dependency which can be safely removed without breaking anything.

FEATURES/PROBLEMS:¶ ↑

  • User can customize the tool’s behaviour with a simple, YAML configuration file.

  • The tool can generate/regenerate its own configuration file.

SYNOPSIS:¶ ↑

$ gem_leaves

For options’ list see output of

$ gem_leaves -h

REQUIREMENTS:¶ ↑

  • RubyGems

INSTALL:¶ ↑

$ sudo gem install gem_leaves

Contributing¶ ↑

If you want to help:

  • fork the project on GitHub;

  • work in a topic branch;

  • add features/specs for your additions or bug fixes;

  • write your additions/bug fixes;

  • commit;

  • send me a pull request for the topic branch.

If you have any issue, please post them on the project’s issue list on GitHub.