Sha256: 60cd8e8794b2a62e9fb445cdfdc90bca14bf7d86771604bf493588505dc6617c
Contents?: true
Size: 929 Bytes
Versions: 4
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.8.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
4 entries across 4 versions & 2 rubygems
Version | Path |
---|---|
typhoeus-1.0.1 | typhoeus.gemspec |
typhoeus-1.0.0 | typhoeus.gemspec |
dwolla_swagger-1.0.6 | vendor/bundle/ruby/2.2.0/gems/typhoeus-0.8.0/typhoeus.gemspec |
typhoeus-0.8.0 | typhoeus.gemspec |