From 3cbfbdbe4055519b387b4085e5cb63f7ce5f6c25 Mon Sep 17 00:00:00 2001 From: Tom Preston-Werner Date: Mon, 17 May 2010 17:39:15 -0700 Subject: [PATCH] up to 0.10.0 --- god.gemspec | 4 +++- lib/god.rb | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/god.gemspec b/god.gemspec index 2857493b..30b474c4 100644 --- a/god.gemspec +++ b/god.gemspec @@ -3,7 +3,7 @@ Gem::Specification.new do |s| s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.name = 'god' - s.version = '0.9.0' + s.version = '0.10.0' s.date = '2009-11-30' s.summary = "Process monitoring framework." @@ -120,6 +120,8 @@ Gem::Specification.new do |s| test/configs/matias/matias.god test/configs/real.rb test/configs/running_load/running_load.god + test/configs/stop_options/simple_server.rb + test/configs/stop_options/stop_options.god test/configs/stress/simple_server.rb test/configs/stress/stress.god test/configs/task/logs/.placeholder diff --git a/lib/god.rb b/lib/god.rb index d22a0f7a..f03bdcf7 100644 --- a/lib/god.rb +++ b/lib/god.rb @@ -150,7 +150,7 @@ def safe_attr_accessor(*args) end module God - VERSION = '0.9.0' + VERSION = '0.10.0' LOG_BUFFER_SIZE_DEFAULT = 100 PID_FILE_DIRECTORY_DEFAULTS = ['/var/run/god', '~/.god/pids'] DRB_PORT_DEFAULT = 17165