Sha256: dc169eb42c0451bd88bd9ba1aa499325b886db3dde54f90d2f46e242bb6c0b09
Contents?: true
Size: 956 Bytes
Versions: 2
Compression:
Stored size: 956 Bytes
Contents
# coding: utf-8 lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'net/empty_port/version' Gem::Specification.new do |spec| spec.name = "net-empty_port" spec.version = Net::EmptyPort::VERSION spec.authors = ["Ryosuke IWANAGA"] spec.email = ["riywo.jp@gmail.com"] spec.description = %q{An empty port for TCP/UDP} spec.summary = %q{This module can find, check and wait an empty TCP/UDP port.} spec.homepage = "https://github.com/riywo/net-empty_port" spec.license = "MIT" spec.files = `git ls-files`.split($/) spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) } spec.test_files = spec.files.grep(%r{^(test|spec|features)/}) spec.require_paths = ["lib"] spec.add_development_dependency "bundler", "~> 1.3" spec.add_development_dependency "rake" spec.add_development_dependency "rspec" end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
net-empty_port-0.0.2 | net-empty_port.gemspec |
net-empty_port-0.0.1 | net-empty_port.gemspec |