Skip to content
This repository has been archived by the owner on Jun 13, 2020. It is now read-only.

Commit

Permalink
update README to markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
bscofield committed Jun 18, 2011
1 parent a79e643 commit 4c735fc
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
= taskmaster
# taskmaster

Make your Ruby classes cron-aware!


== Example
## Example

The base case is simple -- just include the `Taskmaster::Henchman` module, define a `run` class method, and use `whenever` syntax to specify when and how often the method should run:

Expand Down Expand Up @@ -31,11 +31,11 @@ You can override various pieces of this, including the name of the class method

Check the documentation on `Taskmaster::Henchman.every` for details on all the allowed options.

== TODO
## TODO

* Update the README

== Contributing to taskmaster
## Contributing to taskmaster

* Check out the latest master to make sure the feature hasn't been implemented or the bug hasn't been fixed yet
* Check out the issue tracker to make sure someone already hasn't requested it and/or contributed it
Expand All @@ -45,7 +45,7 @@ Check the documentation on `Taskmaster::Henchman.every` for details on all the a
* Make sure to add tests for it. This is important so I don't break it in a future version unintentionally.
* Please try not to mess with the Rakefile, version, or history. If you want to have your own version, or is otherwise necessary, that is fine, but please isolate to its own commit so I can cherry-pick around it.

== Copyright
## Copyright

Copyright (c) 2011 Ben Scofield. See LICENSE.txt for
further details.
Expand Down

0 comments on commit 4c735fc

Please sign in to comment.