diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2014-07-17 01:42:22 +0900 |
|---|---|---|
| committer | Yukihiro "Matz" Matsumoto <[email protected]> | 2014-07-17 01:42:22 +0900 |
| commit | d17506c176ef6d1ac70e84664790cdb1cb2cf3de (patch) | |
| tree | 80d2faa7e5c563675eab47726b594c14af57133f | |
| parent | 1dc6a8c8727f3e81720e768d7382a58849fa9bfa (diff) | |
| parent | ce7dfe97adef118e25e39acf70b9d1d7a5a97c65 (diff) | |
| download | mruby-d17506c176ef6d1ac70e84664790cdb1cb2cf3de.tar.gz mruby-d17506c176ef6d1ac70e84664790cdb1cb2cf3de.zip | |
Merge branch 'master' of github.com:mruby/mruby
| -rw-r--r-- | mrbgems/full-core.gembox | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mrbgems/full-core.gembox b/mrbgems/full-core.gembox index 4a6ebbc80..4dbb13e92 100644 --- a/mrbgems/full-core.gembox +++ b/mrbgems/full-core.gembox @@ -2,8 +2,8 @@ MRuby::GemBox.new do |conf| conf.gem :core => "mruby-sprintf" conf.gem :core => "mruby-print" - Dir.glob("#{root}/mrbgems/mruby-*") do |x| - g = File.basename(x) + Dir.glob("#{root}/mrbgems/mruby-*/mrbgem.rake") do |x| + g = File.basename File.dirname x conf.gem :core => g unless g =~ /^mruby-(print|sprintf)$/ end end |
