Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kronn/task_manager
https://github.com/kronn/task_manager
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/kronn/task_manager
- Owner: kronn
- Created: 2011-04-11T14:48:15.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2012-05-25T08:20:05.000Z (over 12 years ago)
- Last Synced: 2024-04-25T02:42:39.177Z (8 months ago)
- Language: Ruby
- Homepage:
- Size: 141 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
= 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.rbBundler 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.