From 352cd5cbbc930abaf6de633e6797ee8e0032ca0a Mon Sep 17 00:00:00 2001 From: Bohung Date: Mon, 26 Jul 2021 19:12:32 +0800 Subject: [PATCH] Fix bug. --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rakefile b/Rakefile index 885cf69..560573c 100644 --- a/Rakefile +++ b/Rakefile @@ -8,7 +8,7 @@ require 'rdoc/task' RDoc::Task.new(:rdoc) do |rdoc| rdoc.rdoc_dir = 'rdoc' - rdoc.title = 'SyncNtnuPersonalData' + rdoc.title = 'RulingTimer' rdoc.options << '--line-numbers' rdoc.rdoc_files.include('README.md') rdoc.rdoc_files.include('lib/**/*.rb')