From 3e482a27191d2f90e2e281ad19f3143034584f0f Mon Sep 17 00:00:00 2001 From: Luke Kanies Date: Thu, 24 Jul 2008 01:51:22 +0200 Subject: Updating the authors list for the gem spec Signed-off-by: Luke Kanies --- Rakefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Rakefile') diff --git a/Rakefile b/Rakefile index 31b857654..4775986bb 100644 --- a/Rakefile +++ b/Rakefile @@ -60,6 +60,7 @@ if project.has?(:gem) '--main' << 'README' << '--line-numbers' task.test_file = "test/Rakefile" + task.author = "Luke Kanies" end end -- cgit