== 0.1.3 2009-05-01 * stop using newgem and generate Rakefile using cutagem. * fix svnignore_reset bug. == 0.1.2 2009-01-16 * stop using /dev/null for WEBrick access log. == 0.1.1 2008-09-22 * fix permissions. * remove render_markdown method from red_cloth_helper.rb. RedCloth can't format markdown. * add BlueCloth project template. * add news project template. * refine default project template. == 0.1.0 2008-05-26 * to avoid namespace polution, the helpers and filters loaded into an anonymous module. * fix signal handler bug. * change base helper _glob method. * refine default project template. == 0.0.9 2008-04-21 * fix smc auto command bug. * add RedCloth project template (redcloth). * add multi language project template (lang). * add auto navigation servlet to the HTTP server. * add export command. * delete output file when smc source file does not exist. == 0.0.6 2007-11-04 * smcオブジェクトのpathがStringだったのをPathnameを保持するように修正。ファイルアクセスで使う値なのでPathnameの方が良いと判断しました。 * updateで拡張子smcを省略するとエラーになる問題を修正。 * ドキュメントルートが見つからない場合にループしてしまう問題を修正。 * ドキュメントルート以下に移動してupdateするとエラーになる問題を修正。 == 0.0.5 2007-11-01 * smcファイル内でerbを使うためにRendererにメソッドを追加。 == 0.0.1 2007-08-22 * 1 major enhancement: * Initial release