Sha256: 2faaaac8a17b916371a9674a3b9020ca6b5ee52521f9234805a7c0bba866850b

Contents?: true

Size: 959 Bytes

Versions: 1

Compression:

Stored size: 959 Bytes

Contents

# coding: utf-8
require './lib/rubysl/socket/version'

Gem::Specification.new do |spec|
  spec.name          = "rubysl-socket"
  spec.version       = RubySL::Socket::VERSION
  spec.authors       = ["Brian Shirai"]
  spec.email         = ["brixen@gmail.com"]
  spec.description   = %q{Ruby standard library socket.}
  spec.summary       = %q{Ruby standard library socket.}
  spec.homepage      = "https://github.com/rubysl/rubysl-socket"
  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.required_ruby_version = "~> 1.8.7"

  spec.add_development_dependency "bundler", "~> 1.3"
  spec.add_development_dependency "rake", "~> 10.0"
  spec.add_development_dependency "mspec", "~> 1.5"
  spec.add_development_dependency "rubysl-prettyprint", "~> 1.0"
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
rubysl-socket-1.0.1 rubysl-socket.gemspec