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