From aa3f4ebc7b931a4160010ea662823bd07466d3d5 Mon Sep 17 00:00:00 2001 From: Tom Preston-Werner Date: Mon, 17 May 2010 17:45:43 -0700 Subject: [PATCH] up to 0.10.1 --- god.gemspec | 2 +- lib/god.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/god.gemspec b/god.gemspec index e8b885a0..88257fe1 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.10.0' + s.version = '0.10.1' s.date = '2010-05-17' s.summary = "Process monitoring framework." diff --git a/lib/god.rb b/lib/god.rb index f03bdcf7..1a745b36 100644 --- a/lib/god.rb +++ b/lib/god.rb @@ -150,7 +150,7 @@ def safe_attr_accessor(*args) end module God - VERSION = '0.10.0' + VERSION = '0.10.1' LOG_BUFFER_SIZE_DEFAULT = 100 PID_FILE_DIRECTORY_DEFAULTS = ['/var/run/god', '~/.god/pids'] DRB_PORT_DEFAULT = 17165