Interactive semantic version and gem publishing
Include semvergen
in your gemfile:
gem 'semvergen'
To bump the the gem's version:
$ semvergen bump
To release the current gem version:
$ semvergen release
- Make sure that you are logged in to rubygems (
gem signin
) - Create a file named
.gem_server
with the following contents:
rubygems.org
- Create a file named
.gem_server
and place your gemserver's url, together with the required credentials, in the file.
Example:
username:[email protected]