TODO: Write a gem description
Add this line to your application's Gemfile:
gem 'clouds_and_dragons'
And then execute:
$ bundle
Or install it yourself as:
$ gem install clouds_and_dragons
Copy the config/login.yml.example file to config/login.yml, choose an autherntication method and enter the requested data (making sure to comment out the unused methoods).
- Fork it ( https://github.com/[my-github-username]/clouds_and_dragons/fork )
- 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 a new Pull Request
To test cnr, install bats (https://github.com/sstephenson/bats) and run bats test/*.bats