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

  1. Fork it

  2. Create your feature branch (‘git checkout -b my-new-feature`)

  3. Commit your changes (‘git commit -am ’Add some feature’‘)

  4. Push to the branch (‘git push origin my-new-feature`)

  5. Create new Pull Request

License

This project rocks and uses MIT-LICENSE.

:include: LICENSE.txt