summaryrefslogtreecommitdiffhomepage
path: root/mrbgems/mruby-bin-mirb/mrbgem.rake
blob: fd0b202547861355532a4df9415d8149e432418e (plain)
1
2
3
4
5
MRuby::Gem::Specification.new('mruby-bin-mirb') do |spec|
  spec.license = 'MIT'
  spec.authors = 'mruby developers'
  spec.bins = %w(mirb)
end