blob: 6e8375d1e21783e184c0559e7c480ef541b12c3f (
plain)
1
2
3
4
5
6
7
|
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
|