mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
6460ef77bc
Compiler codes is moved to "mruby-compiler". Executable `mrbc` is moved to "mruby-bin-mrbc".
8 lines
226 B
Ruby
8 lines
226 B
Ruby
MRuby::Gem::Specification.new('mruby-eval') do |spec|
|
|
spec.license = 'MIT'
|
|
spec.author = 'mruby developers'
|
|
spec.summary = 'standard Kernel#eval method'
|
|
|
|
add_dependency 'mruby-compiler', :core => 'mruby-compiler'
|
|
end
|