blob: 10864c81c9f50eafa6b3ebab3b24079254bb6893 (
plain)
1
2
3
4
5
6
|
MRuby::Gem::Specification.new('mruby-dir') do |spec|
spec.license = 'MIT and MIT-like license'
spec.authors = [ 'Internet Initiative Japan Inc.', 'Kevlin Henney']
spec.cc.include_paths << "#{build.root}/src"
end
|