TODO: Write a gem description
Add this line to your application's Gemfile:
gem 'agile_check_in'
And then execute:
$ bundle
Or install it yourself as:
$ gem install agile_check_in
TODO: Write usage instructions here
If you would like to run tests before checking in:
-
create a ".agile_check_in.yml" file
-
add a "pre_commit:" key with a sting of tasks you would like to run
pre_commit: 'rake spec && guard-jasmine'
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Added some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request