From 3c37d399e990dc780a71610252b91ff3eed124cb Mon Sep 17 00:00:00 2001 From: Brandon Keepers Date: Sun, 6 Sep 2009 12:10:53 -0400 Subject: [PATCH] Give myself a little credit --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rakefile b/Rakefile index e7a9d3e42..82c49c7ec 100644 --- a/Rakefile +++ b/Rakefile @@ -12,7 +12,7 @@ Jeweler::Tasks.new do |s| s.email = "tobi@leetsoft.com" s.homepage = "http://github.com/tobi/delayed_job/tree/master" s.description = "Delayed_job (or DJ) encapsulates the common pattern of asynchronously executing longer tasks in the background. It is a direct extraction from Shopify where the job table is responsible for a multitude of core tasks." - s.authors = ["Tobias Lütke"] + s.authors = ["Brandon Keepers", "Tobias Lütke"] s.has_rdoc = true s.rdoc_options = ["--main", "README.textile", "--inline-source", "--line-numbers"]