From: tom Date: Mon, 7 Jan 2008 23:25:39 +0000 (-0800) Subject: up to 0.6.6 X-Git-Url: https://repo.or.cz/w/god.git/commitdiff_plain/36b9176acdf53c271c3723c2082c599178d54194 up to 0.6.6 --- diff --git a/Rakefile b/Rakefile index ea127db..6e0bcd6 100644 --- a/Rakefile +++ b/Rakefile @@ -1,7 +1,7 @@ require 'rubygems' require 'hoe' -Hoe.new('god', '0.6.5') do |p| +Hoe.new('god', '0.6.6') 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 2b7e270..8686b7e 100644 --- a/lib/god.rb +++ b/lib/god.rb @@ -132,7 +132,7 @@ class Module end module God - VERSION = '0.6.5' + VERSION = '0.6.6' LOG_BUFFER_SIZE_DEFAULT = 1000 PID_FILE_DIRECTORY_DEFAULT = '/var/run/god'