Sha256: c6635beaf4f280e0356c712e5b76bd27c418b8789e535baf09ae486a44fcd42d

Contents?: true

Size: 756 Bytes

Versions: 3

Compression:

Stored size: 756 Bytes

Contents

# -*- encoding: utf-8 -*-
require File.expand_path('../lib/http_machinegun/version', __FILE__)

Gem::Specification.new do |gem|
  gem.authors       = ["y.fujii"]
  gem.email         = ["ishikurasakura@gmail.com"]
  gem.description   = %q{http client with thread}
  gem.summary       = %q{send data with thread}
  gem.homepage      = "https://github.com/YoshitsuguFujii/http_machinegun"

  gem.files         = `git ls-files`.split($\)
  gem.executables   = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
  gem.test_files    = gem.files.grep(%r{^(test|spec|features)/})
  gem.name          = "http_machinegun"
  gem.require_paths = ["lib"]
  gem.version       = HttpMachinegun::VERSION

  gem.add_dependency 'thor'
  gem.add_dependency 'parallel'
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
http_machinegun-0.0.3 http_machinegun.gemspec
http_machinegun-0.0.2 http_machinegun.gemspec
http_machinegun-0.0.1 http_machinegun.gemspec