Semvergen
Interactive semantic version and gem publishing
Usage
Include semvergen in your gemfile:
gem 'semvergen'To bump the the gem's version:
$ semvergen bumpTo release the current gem version:
$ semvergen releaseUsing Semvergen with rubygems.org
- Make sure that you are logged in to rubygems (
gem signin) - Create a file named
.gem_serverwith the following contents:
rubygems.org
Using Semvergen with a custom gemserver
- Create a file named
.gem_serverand place your gemserver's url, together with the required credentials, in the file.
Example:
username:password@gems.com