summaryrefslogtreecommitdiffhomepage
path: root/mrbgem.rake
blob: 2e2fac111bc393eef52c7a0d8df02a587e904eed (plain)
1
2
3
4
5
6
MRuby::Gem::Specification.new('mruby-pack') do |spec|
  spec.license = 'MIT'
  spec.authors = 'mruby developers'

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