TODO: Write a gem description
Either add this line to your application's Gemfile:
gem 'edurange'
And then execute:
bundle
Or install it yourself with:
gem install edurange
TODO: Write usage instructions here
EDURange is currently using git to coordinate collaboration and contributions.
- Fork the project from: https://github.com/sboesen/edurange
- Create a branch for your feature (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch you just created (
git push origin my-new-feature
) - Create a new Pull Request