Files
mruby-mruby/mrbgem.rake
T
Akira Yumiyama e8ca5e5169 initial commit
2013-04-01 09:12:01 +09:00

7 lines
172 B
Ruby

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