Semvergen
October 2, 2018 ยท View on GitHub
Interactive semantic version and gem publishing
Usage
Include semvergen in your gemfile:
gem 'semvergen'
To bump the the gem's version:
$ semvergen bump
To release the current gem version:
$ semvergen release
Using 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