mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
mrbgems/full-core.gembox: use parentheses for method call expression
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
MRuby::GemBox.new do |conf|
|
||||
Dir.glob("#{root}/mrbgems/mruby-*/mrbgem.rake") do |x|
|
||||
g = File.basename File.dirname x
|
||||
g = File.basename(File.dirname(x))
|
||||
conf.gem :core => g unless g =~ /^mruby-(?:bin-debugger|test)$/
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user