mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
b83ff8ccd8
from https://github.com/ksss/mruby-method/commit/0837a0b507a5b4cdf8a1f1039ee371cee4e3b7fb
8 lines
237 B
Ruby
8 lines
237 B
Ruby
MRuby::Gem::Specification.new('mruby-method') do |spec|
|
|
spec.license = 'MIT'
|
|
spec.author = 'mruby developers'
|
|
spec.summary = 'Method and UnboundMethod class'
|
|
|
|
spec.add_dependency('mruby-proc-ext', :core => 'mruby-proc-ext')
|
|
end
|