mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
5 lines
123 B
Ruby
5 lines
123 B
Ruby
MRuby::Gem::Specification.new('mruby-string-ext') do |spec|
|
|
spec.license = 'MIT'
|
|
spec.authors = 'mruby developers'
|
|
end
|