Files
mruby-mruby/mrbgems/mruby-pack/mrbgem.rake
T
2017-12-13 16:05:06 +09:00

8 lines
234 B
Ruby

MRuby::Gem::Specification.new('mruby-pack') do |spec|
spec.license = 'MIT'
spec.authors = 'Internet Initiative Japan Inc.'
spec.summary = 'Array#pack and String#unpack method'
spec.cc.include_paths << "#{build.root}/src"
end