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

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