example/Rakefile in madowu-0.0.6 vs example/Rakefile in madowu-0.0.7

- old
+ new

@@ -20,10 +20,10 @@ # DIRMAP_MD というファイルに対する file タスクへの依存として扱うことで、 # .dirmap.md に依存する file タスクに「必ず実行」が伝播するのを防いでいる。 desc "update .dirmap.md if directory changed." file DIRMAP_MD => :dirmap_command task :dirmap_command do - sh "dirmap" + sh "dirmap" # You can use --kakasi option if the command installed end ## *.html md_files = FileList["*.md"] html_files = md_files.ext("html")