From 4992c9c30639511eb7a2933f0eee96103e86717a Mon Sep 17 00:00:00 2001 From: Tom Preston-Werner Date: Thu, 1 Jul 2010 13:28:56 -0700 Subject: [PATCH] up to 0.11.0 --- History.txt | 2 +- god.gemspec | 4 ++-- lib/god.rb | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/History.txt b/History.txt index 74d3325d..d881922a 100644 --- a/History.txt +++ b/History.txt @@ -1,4 +1,4 @@ -== Edge +== 0.11.0 / 2010-07-01 * Major Changes * Rewrite notification system to be more consistent and flexible. diff --git a/god.gemspec b/god.gemspec index b14883d5..081c4374 100644 --- a/god.gemspec +++ b/god.gemspec @@ -3,8 +3,8 @@ 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.10.1' - s.date = '2010-05-17' + s.version = '0.11.0' + s.date = '2010-07-01' s.summary = "Process monitoring framework." s.description = "An easy to configure, easy to extend monitoring framework written in Ruby." diff --git a/lib/god.rb b/lib/god.rb index 6d02714f..42c5d65a 100644 --- a/lib/god.rb +++ b/lib/god.rb @@ -148,7 +148,7 @@ def safe_attr_accessor(*args) end module God - VERSION = '0.10.1' + VERSION = '0.11.0' LOG_BUFFER_SIZE_DEFAULT = 100 PID_FILE_DIRECTORY_DEFAULTS = ['/var/run/god', '~/.god/pids'] DRB_PORT_DEFAULT = 17165