Skip to content
This repository has been archived by the owner on Jul 21, 2020. It is now read-only.

Latest commit

 

History

History
39 lines (28 loc) · 674 Bytes

README.md

File metadata and controls

39 lines (28 loc) · 674 Bytes

Semvergen

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_server with the following contents:
rubygems.org

Using Semvergen with a custom gemserver

  • Create a file named .gem_server and place your gemserver's url, together with the required credentials, in the file.

Example: