summaryrefslogtreecommitdiffstats
path: root/web/server/h2o/libh2o/deps/mruby/mrbgems/mruby-bin-strip/mrbgem.rake
blob: 2abd25eea6067e480e7be7f9b2aa8d22a43f7186 (plain)
1
2
3
4
5
6
MRuby::Gem::Specification.new('mruby-bin-strip') do |spec|
  spec.license = 'MIT'
  spec.author  = 'mruby developers'
  spec.summary = 'irep dump debug section remover command'
  spec.bins = %w(mruby-strip)
end