バグ #617 » 0001-add-Gemfile-load-path-to-MIKUTTER_DIR-Gemfile.patch
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 |