calog/vendor/mruby/mrbgems/mruby-pack/mrbgem.rake
2026-07-04 20:25:00 -05:00

5 lines
208 B
Ruby
Vendored

MRuby::Gem::Specification.new('mruby-pack') do |spec|
spec.license = 'MIT'
spec.authors = ['Internet Initiative Japan Inc.', 'mruby developers']
spec.summary = 'Array#pack and String#unpack method'
end