# -*- encoding: utf-8 -*- # stub: mikehale-daemons 1.0.12.2 ruby lib Gem::Specification.new do |s| s.name = "mikehale-daemons".freeze s.version = "1.0.12.2".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Michael Hale".freeze, "Thomas Uehlinger".freeze, "Travis Whitton".freeze, "Chris Kline".freeze] s.date = "2009-02-25" s.description = "This is Daemons 1.0.10 with the addition of Chris Kline's fix from http://blog.rapleaf.com/dev/?p=19 Includes ability to change the process uid/gid. Also logdir can be specified seperate from piddir. Daemons provides an easy way to wrap existing ruby scripts (for example a self-written server) to be run as a daemon and to be controlled by simple start/stop/restart commands. If you want, you can also use daemons to run blocks of ruby code in a daemon process and to control these processes from the main application. Besides this basic functionality, daemons offers many advanced features like exception backtracing and logging (in case your ruby script crashes) and monitoring and automatic restarting of your processes if they crash. Daemons includes the daemonize.rb script written by Travis Whitton to do the daemonization process.".freeze s.email = "mikehale@gmail.com".freeze s.files = ["LICENSE".freeze, "README".freeze, "Rakefile".freeze, "Releases".freeze, "TODO".freeze, "daemons.gemspec".freeze, "lib/daemons.rb".freeze, "lib/daemons/application.rb".freeze, "lib/daemons/application_group.rb".freeze, "lib/daemons/change_privilege.rb".freeze, "lib/daemons/cmdline.rb".freeze, "lib/daemons/controller.rb".freeze, "lib/daemons/daemonize.rb".freeze, "lib/daemons/etc_extension.rb".freeze, "lib/daemons/exceptions.rb".freeze, "lib/daemons/monitor.rb".freeze, "lib/daemons/pid.rb".freeze, "lib/daemons/pidfile.rb".freeze, "lib/daemons/pidmem.rb".freeze] s.homepage = "http://github.com/mikehale/daemons".freeze s.rubygems_version = "3.5.10".freeze s.summary = "A toolkit to convert your script to a controllable daemon (with Chris Kline's fix)".freeze end