Project

semvergen

0.01
Repository is archived
No commit activity in last 3 years
No release in over 3 years
Interactive semantic version and gem publishing
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.6
~> 0.10
~> 10.1
~> 3.0
~> 0.9

Runtime

~> 0.12
~> 1.6
~> 0.14
 Project Readme

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:

username:password@gems.com