mikutter advent calendar 2013 9日目

rakeでgem依存関係解決☆(ゝω・)v

はい

http://dev.mikutter.hachune.net/issues/628

ruby mikutter.rb --confroot=/path/to/conf/path

で起動できるのにpluginのgemfileを読み込む設定を手動で書き換える必要があります.
めんどくさいのでrakeでインストールできる様にしました.

rake gemfile [confroot=/path/to/conf/path] # Gemfileの生成
rake install [gem_dir=/path/to/bundler/path] # bundler利用してgemのインストール
rake run # mikutterの起動