TicketPunch
Installation
Add this line to your application's Gemfile:
gem 'ticket_punch'
And then execute:
$ bundle
Or install it yourself as:
$ gem install ticket_punch
Usage
Install version file with the generator
$ bundle exec rails generate ticket_punch:install
This generator creates version.yml under RAILS\_ROOT/config directory.
This YAML file represents the version of your Rails application as follows:
version:
major: 0
minor: 0
patch: 1
In default, the version is '0.0.1' but you can specify the initial version by giving --version option.
$ bundle exec rails generate ticket_punch:install --version '1.2.3'
Contributing
- Fork it
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create new Pull Request
License
This project rocks and uses MIT-LICENSE.
:include: LICENSE.txt