# -*- encoding: utf-8 -*- # stub: pauldix-typhoeus 0.0.24 ruby libext # stub: ext/typhoeus/extconf.rb Gem::Specification.new do |s| s.name = "pauldix-typhoeus".freeze s.version = "0.0.24".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze, "ext".freeze] s.authors = ["Paul Dix".freeze] s.date = "2009-07-03" s.email = "paul@pauldix.net".freeze s.extensions = ["ext/typhoeus/extconf.rb".freeze] s.files = ["ext/typhoeus/Makefile".freeze, "ext/typhoeus/extconf.rb".freeze, "ext/typhoeus/native.c".freeze, "ext/typhoeus/native.h".freeze, "ext/typhoeus/typhoeus_easy.c".freeze, "ext/typhoeus/typhoeus_easy.h".freeze, "ext/typhoeus/typhoeus_multi.c".freeze, "ext/typhoeus/typhoeus_multi.h".freeze, "lib/typhoeus.rb".freeze, "lib/typhoeus/easy.rb".freeze, "lib/typhoeus/filter.rb".freeze, "lib/typhoeus/multi.rb".freeze, "lib/typhoeus/remote.rb".freeze, "lib/typhoeus/remote_method.rb".freeze, "lib/typhoeus/remote_proxy_object.rb".freeze, "lib/typhoeus/response.rb".freeze, "spec/servers/delay_fixture_server.rb".freeze, "spec/servers/method_server.rb".freeze, "spec/spec.opts".freeze, "spec/spec_helper.rb".freeze, "spec/typhoeus/easy_spec.rb".freeze, "spec/typhoeus/filter_spec.rb".freeze, "spec/typhoeus/multi_spec.rb".freeze, "spec/typhoeus/remote_method_spec.rb".freeze, "spec/typhoeus/remote_proxy_object_spec.rb".freeze, "spec/typhoeus/remote_spec.rb".freeze, "spec/typhoeus/response_spec.rb".freeze] s.homepage = "http://github.com/pauldix/typhoeus".freeze s.rubygems_version = "3.5.10".freeze s.summary = "A library for interacting with web services (and building SOAs) at blinding speed.".freeze end