Upgrade to 1.46.0
[platform/upstream/nghttp2.git] / third-party / mruby / mrbgems / mruby-pack / mrbgem.rake
1 MRuby::Gem::Specification.new('mruby-pack') do |spec|
2   spec.license = 'MIT'
3   spec.authors = ['Internet Initiative Japan Inc.', 'mruby developers']
4   spec.summary = 'Array#pack and String#unpack method'
5
6   spec.cc.include_paths << "#{build.root}/src"
7 end