- 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
To add a feature, fix a bug, or to run a development build of Tugboat on your machine, clone down the repo and run:
$ bundle install --path vendor/bundle
You can then execute tugboat:
$ bundle exec tugboat [command]
As well as run the tests:
$ bundle exec rspec
Or $ rake spec
To install the gem on your system from source:
$ bundle exec rake install
If you need help with your environment, feel free to open an issue.