blob: 6bb141061ba9c8981a117d196875eabc38fc5d08 (
plain)
1
2
3
4
5
6
7
8
9
|
MRuby::Gem::Specification.new('mruby-socket') do |spec|
spec.license = 'MIT'
spec.authors = 'Internet Initiative Japan'
spec.cc.include_paths << "#{build.root}/src"
spec.add_dependency('mruby-io')
# spec.add_dependency('mruby-mtest')
end
|