プロジェクト

全般

プロフィール

バグ #617 » 0001-add-Gemfile-load-path-to-MIKUTTER_DIR-Gemfile.patch

コスモ 虹川, 2013-10-13 18:20

差分を表示:

Gemfile
Dir.glob(File.expand_path("~/.mikutter/plugin/*/Gemfile")){ |path|
eval File.open(path).read
}
Dir.glob(File.expand_path(File.join(File.dirname(__FILE__), "plugin/*/Gemfile"))){ |path|
eval File.open(path).read
}
end
    (1-1/1)