From: Tilman Sauerbeck Date: Sun, 8 Apr 2007 12:27:07 +0000 (+0200) Subject: Fixed RDoc title. X-Git-Url: http://git.code-monkey.de/?p=ruby-edje.git;a=commitdiff_plain;h=ff104dea5ba7db827b9dcc659d368b0e19b113a0;ds=sidebyside Fixed RDoc title. --- diff --git a/Rakefile b/Rakefile index a8313fb..a3b165c 100644 --- a/Rakefile +++ b/Rakefile @@ -48,7 +48,7 @@ end Rake::RDocTask.new do |t| t.rdoc_dir = "doc" - t.title = "ruby-edje -- Edje bindings for Ruby" + t.title = "ruby-edje -- Ruby bindings for Edje" t.options = ["--line-numbers", "--inline-source", "--main", "README"] t.rdoc_files = FileList[ "AUTHORS", "COPYING", "README",