summaryrefslogtreecommitdiffhomepage
path: root/mrbgems/mruby-catch/mrbgem.rake
blob: c714d443d183dc39d8fe29c259a695f92101bb45 (plain)
1
2
3
4
5
MRuby::Gem::Specification.new('mruby-catch') do |spec|
  spec.license = 'MIT'
  spec.author  = 'mruby developers'
  spec.summary = 'Catch / Throw non-local Jump'
end