Sha256: c4c524401fde307cb0f8c775b9d88e4ad472212d917e065a6071b50f28d3197c
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.7.1"]) 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 & 1 rubygems
Version | Path |
---|---|
typhoeus-0.7.1 | typhoeus.gemspec |
typhoeus-0.7.0 | typhoeus.gemspec |
typhoeus-0.7.0.pre1 | typhoeus.gemspec |
typhoeus-0.6.9 | typhoeus.gemspec |