Sha256: 8f3ff39b4b9bba700c0644570aedb8e33e8461b495d4116d1f049da15fd7bf22
Contents?: true
Size: 876 Bytes
Versions: 1
Compression:
Stored size: 876 Bytes
Contents
# coding: utf-8 require './lib/rubysl/io/nonblock/version' Gem::Specification.new do |spec| spec.name = "rubysl-io-nonblock" spec.version = RubySL::IO::Nonblock::VERSION spec.authors = ["Brian Shirai"] spec.email = ["brixen@gmail.com"] spec.description = %q{Ruby standard library nonblock.} spec.summary = %q{Ruby standard library nonblock.} spec.homepage = "https://github.com/rubysl/rubysl-io-nonblock" spec.license = "BSD" 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", "~> 10.0" spec.add_development_dependency "mspec", "~> 1.5" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rubysl-io-nonblock-2.0.0 | rubysl-io-nonblock.gemspec |