From c5cc39156ff50afa851a4d9f4af0c59aa5663ae0 Mon Sep 17 00:00:00 2001 From: tom Date: Wed, 21 Nov 2007 14:45:49 -0800 Subject: [PATCH] up version to 0.6.0 --- Rakefile | 2 +- lib/god.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Rakefile b/Rakefile index 7d6405e..af5faa5 100644 --- a/Rakefile +++ b/Rakefile @@ -1,7 +1,7 @@ require 'rubygems' require 'hoe' -Hoe.new('god', '0.5.5') do |p| +Hoe.new('god', '0.6.0') 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 8e239c4..2763425 100644 --- a/lib/god.rb +++ b/lib/god.rb @@ -132,7 +132,7 @@ class Module end module God - VERSION = '0.5.5' + VERSION = '0.6.0' LOG_BUFFER_SIZE_DEFAULT = 1000 PID_FILE_DIRECTORY_DEFAULT = '/var/run/god' -- 2.11.4.GIT