From: tom Date: Thu, 3 Jan 2008 01:23:38 +0000 (-0800) Subject: up to 0.6.4 X-Git-Url: https://repo.or.cz/w/god.git/commitdiff_plain/0c3bcca5194248b9092d8187fcd4a8727ca5f520 up to 0.6.4 --- 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'