= task_manager A simple wrapper around the Rufus::Scheduler to have a more configurable setup. == Installation gem install task_manager == Usage == Development If you want to develop it further, patch something or are just plain curious: you're welcome. This should get you started: $ git clone git://github.com/kronn/task_manager.git $ bundle install $ ruby test/task_manager_test.rb Bundler is only used for installing dependencies. The usual pattern for github-projects applies: * Fork the project. * Add failing tests. * Improve the code. * Send me a pull request. I'll take a look at it and try to integrate it. If I cannot apply your changes or don't want to, I'll let you know. == Documentation see doc/* == Copyright Copyright (c) 2010-2011 Matthias Viehweger. See doc/LICENSE for details.
Project
task_manager
A simple wrapper around the Rufus::Scheduler to have a more configurable setup.
The Task to be scheduled should be defined in a subclass.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
Pull Requests
Development
Dependencies
Project Readme