From 458cd00fb180d34e9501f4b694559c3fd25b9d7e Mon Sep 17 00:00:00 2001 From: Tom Preston-Werner Date: Sun, 11 Nov 2007 23:07:44 -0800 Subject: [PATCH] up version to 0.5.5 --- Rakefile | 2 +- lib/god.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Rakefile b/Rakefile index dece576..7d6405e 100644 --- a/Rakefile +++ b/Rakefile @@ -1,7 +1,7 @@ require 'rubygems' require 'hoe' -Hoe.new('god', '0.5.4') do |p| +Hoe.new('god', '0.5.5') 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 5761500..c916f8f 100644 --- a/lib/god.rb +++ b/lib/god.rb @@ -130,7 +130,7 @@ class Module end module God - VERSION = '0.5.4' + VERSION = '0.5.5' LOG_BUFFER_SIZE_DEFAULT = 1000 PID_FILE_DIRECTORY_DEFAULT = '/var/run/god' -- 2.11.4.GIT