A module for Houston that projects schedules for work based on information about tasks' effort and payoff.
In your Gemfile
, add:
gem "houston-scheduler"
And in config/main.rb
, add:
use :scheduler do
# TODO: specify configuration options for Houston::Scheduler here
end
And then execute:
$ bundle
- 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