README.rdoc in lifeline-0.4.0 vs README.rdoc in lifeline-0.5.0
- old
+ new
@@ -58,22 +58,32 @@
Lifeline.define_lifeline_tasks("appname") do
# some code you want to run in a single lifeline
end
> rake -T appname
- rake appname:lifeline # A lifeline task for executing only one process of twitter:daemon:run at a time
- rake appname:run # Runs the twitter:daemon:run task
- rake appname:terminate # Terminates any running twitter:daemon:lifeline tasks
+ rake appname:lifeline # A lifeline task for executing only one process of appname:run at a time
+ rake appname:run # Runs the appname:run task
+ rake appname:terminate # Terminates any running appname:lifeline tasks
+== Installation
+
+* gem install lifeline
+
== Note on Patches/Pull Requests
* Fork the project.
* Make your feature addition or bug fix.
* Add tests for it. This is important so I don't break it in a
future version unintentionally.
* Commit, do not mess with rakefile, version, or history.
(if you want to have your own version, that is fine but bump version in a commit by itself I can ignore when I pull)
* Send me a pull request. Bonus points for topic branches.
+
+== Contributors
+
+* Matt Todd
+* Jacob Harris
+* Ben Koski
== Copyright
Copyright (c) 2010 The New York Times. See LICENSE for details.