Installation

gem install bump

Usage

Current version of your gem file:

bump current
Current version: 0.1.2

Bump your gemfile (major, minor, tiny):

bump tiny
Bump version 0.1.2 to 0.1.3

Todo

  • Handle options properly
  • I really need to write tests!
  • Some code can be refactored