README.md in daemonizer-0.0.8 vs README.md in daemonizer-0.1.0

- old
+ new

@@ -25,11 +25,11 @@ **2. Two engines**: :thread and :fork. (thread is currently broken) **3. Monitoring**: If child is found dead it will be immediately restored -**4. Logging** (via [http://log4r.rubyforge.org/]log4r) +**4. Logging** (via [http://log4r.rubyforge.org/](log4r)) Installing ---------- To install Daemonizer, use the following command: @@ -107,5 +107,15 @@ worker.run logger.info "Ending cycle" end end end + +Who are the authors +------------------- + +This gem has been created in qik.com for our internal use and then +the sources were opened for other people to use. All the code in this package +has been developed by Gleb Pomykalov, and is based on +[http://github.com/kovyrin/loops](loops) code written by +Alexey Kovyrin. The gem is released under the MIT license. For more details, +see the LICENSE file.