From 0c3bcca5194248b9092d8187fcd4a8727ca5f520 Mon Sep 17 00:00:00 2001 From: tom Date: Wed, 2 Jan 2008 17:23:38 -0800 Subject: [PATCH] up to 0.6.4 --- Rakefile | 2 +- lib/god.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Rakefile b/Rakefile index 5268863..8649f84 100644 --- a/Rakefile +++ b/Rakefile @@ -1,7 +1,7 @@ require 'rubygems' require 'hoe' -Hoe.new('god', '0.6.3') do |p| +Hoe.new('god', '0.6.4') do |p| p.rubyforge_name = 'god' p.author = 'Tom Preston-Werner' p.email = 'tom@rubyisawesome.com' diff --git a/lib/god.rb b/lib/god.rb index cd4e321..b4cdd69 100644 --- a/lib/god.rb +++ b/lib/god.rb @@ -132,7 +132,7 @@ class Module end module God - VERSION = '0.6.3' + VERSION = '0.6.4' LOG_BUFFER_SIZE_DEFAULT = 1000 PID_FILE_DIRECTORY_DEFAULT = '/var/run/god' -- 2.11.4.GIT