mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
ce973685d0
This gem contains only tests.
6 lines
167 B
Ruby
6 lines
167 B
Ruby
MRuby::Gem::Specification.new('mruby-test-inline-struct') do |spec|
|
|
spec.license = 'MIT'
|
|
spec.author = 'mruby developers'
|
|
spec.summary = 'inline structure'
|
|
end
|