Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/codica2/rubicon
Easy project version management.
https://github.com/codica2/rubicon
automatization rails ruby version-control
Last synced: 3 months ago
JSON representation
Easy project version management.
- Host: GitHub
- URL: https://github.com/codica2/rubicon
- Owner: codica2
- License: mit
- Created: 2018-06-20T14:36:05.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-04-12T08:32:04.000Z (almost 6 years ago)
- Last Synced: 2024-04-25T20:44:12.172Z (10 months ago)
- Topics: automatization, rails, ruby, version-control
- Language: Ruby
- Homepage:
- Size: 24.4 KB
- Stars: 18
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: MIT-LICENSE
Awesome Lists containing this project
README
# Rubicon
Easy project version management.
Based on [A successful Git branching model](https://nvie.com/posts/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:```ruby
gem 'rubicon'
```And then execute:
```
$ bundle install
```Or install it yourself as:
```bash
$ 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](https://opensource.org/licenses/MIT).## About Codica
[![Codica logo](https://www.codica.com/assets/images/logo/logo.svg)](https://www.codica.com)
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](https://github.com/codica2) or [hire us](https://www.codica.com/) to design, develop, and grow your product.