mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
7 lines
211 B
Ruby
7 lines
211 B
Ruby
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
|