Last Updated: February 25, 2016
·
466
· gregorym

Smart & Simple gem bumper

Writing gems? Bump will let you bump your gem version right from your console.

Your gem version is included in your .gemspec or as a VERSION constant in your code? Not a problem for Bump, it will find where your version is coming from and bumps it.

Install:

gem install bump

Usage:

bump patch

Checkout it out here: https://github.com/gregorym/bump