From a96ebac9922c57a3fb5a5837e6f6d6ef64c78518 Mon Sep 17 00:00:00 2001 From: chiu Date: Wed, 21 Aug 2019 10:14:51 +0800 Subject: [PATCH] Update Rakefile try --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rakefile b/Rakefile index 8b38d02..484ba54 100644 --- a/Rakefile +++ b/Rakefile @@ -5,7 +5,7 @@ rescue LoadError end require 'rdoc/task' - +puts 'test123' RDoc::Task.new(:rdoc) do |rdoc| rdoc.rdoc_dir = 'rdoc' rdoc.title = 'PersonalJournal'