summaryrefslogtreecommitdiffhomepage
path: root/mrbgem.rake
blob: 029af4d265f9f04b3cd201ba8514e8447250bdf7 (plain)
1
2
3
4
5
6
MRuby::Gem::Specification.new('mruby-io') do |spec|
  spec.license = 'MIT'
  spec.authors = 'Internet Initiative Japan Inc.'

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