update mrbgem.rake

This commit is contained in:
Akira Yumiyama
2013-01-30 15:11:15 +09:00
parent 6b7e81f75b
commit ae5671369e
+1 -1
View File
@@ -1,6 +1,6 @@
MRuby::Gem::Specification.new('mruby-dir') do |spec|
spec.license = 'MIT'
spec.authors = 'mruby developers'
spec.authors = 'Internet Initiative Japan Inc.'
spec.cc.include_paths << "#{build.root}/src"
end