Project

rubicon

0.0
No commit activity in last 3 years
No release in over 3 years
Based on A successful Git branching model we have built this useful gem. It allows you to manage project version, branch-naming convention and git tags using rails tasks.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

 Project Readme

Rubicon

Easy project version management. Based on A successful Git branching model we have built this useful gem. It allows you managing project version, branch-naming convention and git tags using rails tasks.

Installation

Add this line to your application Gemfile:

gem 'rubicon'

And then execute:

$ bundle install

Or install it yourself as:

$ gem install rubicon

Available features

Update major version (1.X.X => 2.0.0)

bundle exec rails version:major

Update minor version (X.1.X => X.2.0)

bundle exec rails version:minor

Update patch version (X.X.1 => X.X.2)

bundle exec rails version:patch

License

rubicon is Copyright © 2015-2019 Codica. It is released under the MIT License.

About Codica

Codica logo

rubicon is maintained and funded by Codica. The names and logos for Codica are trademarks of Codica.

We love open source software! See our other projects or hire us to design, develop, and grow your product.