Sha256: 0ca83b55a0621d069e0a99140ab9414defa25bed12e610ed1b811c8c69c3293c
Contents?: true
Size: 490 Bytes
Versions: 8
Compression:
Stored size: 490 Bytes
Contents
MRuby::Gem::Specification.new('mruby-socket') do |spec| spec.license = 'MIT' spec.authors = 'Internet Initiative Japan' spec.summary = 'standard socket class' spec.cc.include_paths << "#{build.root}/src" # If Windows, use winsock if ( /mswin|mingw|win32/ =~ RUBY_PLATFORM ) then spec.linker.libraries << "wsock32" spec.linker.libraries << "ws2_32" end spec.add_dependency('mruby-io') spec.add_dependency('mruby-pack') # spec.add_dependency('mruby-mtest') end
Version data entries
8 entries across 8 versions & 1 rubygems