Files
mruby-mruby/mrbgem.rake
T
2013-05-21 14:03:10 +09:00

7 lines
176 B
Ruby

MRuby::Gem::Specification.new('mruby-socket') do |spec|
spec.license = 'MIT'
spec.authors = 'Internet Initiative Japan'
spec.cc.include_paths << "#{build.root}/src"
end