diff options
| author | Hiroshi Mimaki <[email protected]> | 2014-11-19 09:02:10 +0900 |
|---|---|---|
| committer | Hiroshi Mimaki <[email protected]> | 2014-11-19 09:02:10 +0900 |
| commit | 4e4bfb08cbbc0198d1489004f807ba6a75469f16 (patch) | |
| tree | c079d5715e1942db88e9ca6472223acc73ac7059 /mrbgems/full-core.gembox | |
| parent | 5c6d6309b6b5e01ef3ff38f772e0fdd3fc5dd372 (diff) | |
| parent | b473043acfd1b4697e978e3ac4656dc9b03b3b22 (diff) | |
| download | mruby-1.1.0.tar.gz mruby-1.1.0.zip | |
Merge pull request #2640 from mruby-Forum/v1.1.01.1.0
mruby-1.1.0
Diffstat (limited to 'mrbgems/full-core.gembox')
| -rw-r--r-- | mrbgems/full-core.gembox | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mrbgems/full-core.gembox b/mrbgems/full-core.gembox index 4dbb13e92..d1ff5f414 100644 --- a/mrbgems/full-core.gembox +++ b/mrbgems/full-core.gembox @@ -4,6 +4,6 @@ MRuby::GemBox.new do |conf| Dir.glob("#{root}/mrbgems/mruby-*/mrbgem.rake") do |x| g = File.basename File.dirname x - conf.gem :core => g unless g =~ /^mruby-(print|sprintf)$/ + conf.gem :core => g unless g =~ /^mruby-(print|sprintf|bin-debugger)$/ end end |
