プロジェクト

全般

プロフィール

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

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

差分を表示:

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