Sha256: c3e61db7f6c31f395a83166e2e7d90dc50d52b24a974e7041cf37dd931b5a1fa
Contents?: true
Size: 950 Bytes
Versions: 1
Compression:
Stored size: 950 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.rubyforge_project = '[none]' s.add_dependency('ethon', ["~> 0.6.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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
typhoeus-0.6.5 | typhoeus.gemspec |