update mrbgem.rake

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