mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
10 lines
250 B
Ruby
10 lines
250 B
Ruby
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
|