summaryrefslogtreecommitdiffhomepage
path: root/mrbgems/mruby-pack/mrbgem.rake
blob: f1c0306b1e708c2fb0b712b9f64e6cbb18b28d28 (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.', 'mruby developers']
  spec.summary = 'Array#pack and String#unpack method'

  spec.cc.include_paths << "#{build.root}/src"
end