From f423fc6d9b1b6c737627a8079d53a23d4ccbb645 Mon Sep 17 00:00:00 2001 From: Travis Tilley Date: Fri, 23 Oct 2009 16:30:25 -0400 Subject: [PATCH] re-title --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rakefile b/Rakefile index 9aaf6be..aa47cc9 100644 --- a/Rakefile +++ b/Rakefile @@ -95,7 +95,7 @@ begin end rdoc.rdoc_dir = 'rdoc' - rdoc.title = "ttilley-aasm #{version}" + rdoc.title = "aasm #{version}" rdoc.rdoc_files.include('README*') rdoc.rdoc_files.include('lib/**/*.rb')