mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
6 lines
146 B
Ruby
6 lines
146 B
Ruby
MRuby::Gem::Specification.new('mruby-bin-mruby') do |spec|
|
|
spec.license = 'MIT'
|
|
spec.authors = 'mruby developers'
|
|
spec.bins = %w(mruby)
|
|
end
|