summaryrefslogtreecommitdiffhomepage
path: root/mrbgems/mruby-method/mrbgem.rake
blob: dca0c3af83209b08e25673bbaccfb3115d5559ab (plain)
1
2
3
4
5
6
7
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