daemonizer.gemspec in daemonizer-0.0.4 vs daemonizer.gemspec in daemonizer-0.0.6
- old
+ new
@@ -3,15 +3,15 @@
# Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command
# -*- encoding: utf-8 -*-
Gem::Specification.new do |s|
s.name = %q{daemonizer}
- s.version = "0.0.4"
+ s.version = "0.0.6"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Gleb Pomykalov"]
- s.date = %q{2010-07-06}
+ s.date = %q{2010-07-08}
s.default_executable = %q{daemonizer}
s.description = %q{Inspired by bundler and rack. Mostly built on top of Alexey Kovyrin's loops code. http://github.com/kovyrin/loops}
s.email = %q{glebpom@gmail.com}
s.executables = ["daemonizer"]
s.extra_rdoc_files = [
@@ -29,9 +29,10 @@
"lib/daemonizer/config.rb",
"lib/daemonizer/daemonize.rb",
"lib/daemonizer/dsl.rb",
"lib/daemonizer/engine.rb",
"lib/daemonizer/errors.rb",
+ "lib/daemonizer/handler.rb",
"lib/daemonizer/process_manager.rb",
"lib/daemonizer/worker.rb",
"lib/daemonizer/worker_pool.rb"
]
s.homepage = %q{http://github.com/glebpom/daemonizer}