Sha256: 083f1dfea1f12db8fe9f8bf271d99a73297a40e4cb95a0aaccef84e86123c368

Contents?: true

Size: 929 Bytes

Versions: 6514

Compression:

Stored size: 929 Bytes

Contents

# encoding: utf-8
lib = File.expand_path('../lib/', __FILE__)
$:.unshift lib unless $:.include?(lib)

require 'typhoeus/version'

Gem::Specification.new do |s|
  s.name         = "typhoeus"
  s.version      = Typhoeus::VERSION
  s.platform     = Gem::Platform::RUBY
  s.authors      = ["David Balatero", "Paul Dix", "Hans Hasselberg"]
  s.email        = ["hans.hasselberg@gmail.com"]
  s.homepage     = "https://github.com/typhoeus/typhoeus"
  s.summary      = "Parallel HTTP library on top of libcurl multi."
  s.description  = %q{Like a modern code version of the mythical beast with 100 serpent heads, Typhoeus runs HTTP requests in parallel while cleanly encapsulating handling logic.}

  s.required_rubygems_version = ">= 1.3.6"
  s.license = 'MIT'

  s.add_dependency('ethon', [">= 0.9.0"])

  s.files        = `git ls-files`.split("\n")
  s.test_files   = `git ls-files -- spec/*`.split("\n")
  s.require_path = 'lib'
end

Version data entries

6,514 entries across 6,511 versions & 26 rubygems

Version Path
cloudsmith-api-0.49.9 vendor/bundle/ruby/2.3.0/gems/typhoeus-1.3.1/typhoeus.gemspec
cloudsmith-api-0.44.4 vendor/bundle/ruby/2.3.0/gems/typhoeus-1.3.1/typhoeus.gemspec
dadapush_client-1.0.1 vendor/bundle/ruby/2.3.0/gems/typhoeus-1.3.0/typhoeus.gemspec
approveapi-1.0.8 vendor/bundle/ruby/2.6.0/gems/typhoeus-1.3.1/typhoeus.gemspec
approveapi-1.0.5 vendor/bundle/ruby/2.6.0/gems/typhoeus-1.3.1/typhoeus.gemspec
typhoeus-1.3.1 typhoeus.gemspec
cloudsmith-api-0.30.7 vendor/bundle/ruby/2.3.0/gems/typhoeus-1.3.0/typhoeus.gemspec
color_me_shop-1.0.0 vendor/bundle/ruby/2.5.0/gems/typhoeus-1.3.0/typhoeus.gemspec
cloudsmith-api-0.21.4 vendor/bundle/ruby/2.3.0/gems/typhoeus-1.3.0/typhoeus.gemspec
typhoeus-1.3.0 typhoeus.gemspec
typhoeus-1.1.2 typhoeus.gemspec
typhoeus-1.1.1 typhoeus.gemspec
typhoeus-1.1.0 typhoeus.gemspec
typhoeus-1.0.2 typhoeus.gemspec