mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
5 lines
171 B
Ruby
5 lines
171 B
Ruby
MRuby::Gem::Specification.new('mruby-dir') do |spec|
|
|
spec.license = 'MIT and MIT-like license'
|
|
spec.authors = [ 'Internet Initiative Japan Inc.', 'Kevlin Henney']
|
|
end
|