プロジェクト

全般

プロフィール

バグ #1074 » Gemfile_MIKUTTER_CONFROOT.patch

cob odo, 2017-10-26 11:25

差分を表示:

Gemfile
35 35
  Dir.glob(File.expand_path(File.join(__dir__, 'core/plugin/*/Gemfile'))){ |path|
36 36
    eval File.open(path).read
37 37
  }
38
  Dir.glob(File.join(File.expand_path(ENV['MIKUTTER_CONFROOT'] || '~/.mikutter/plugin/'), '*/Gemfile')){ |path|
38
  Dir.glob(File.join(File.expand_path(ENV['MIKUTTER_CONFROOT'] || '~/.mikutter'), 'plugin/*/Gemfile')){ |path|
39 39
    eval File.open(path).read
40 40
  }
41 41
  Dir.glob(File.expand_path("~/.mikutter-dev/plugin/*/Gemfile")){ |path|
    (1-1/1)