# -*- encoding: utf-8 -*- # stub: ethon 0.5.9 ruby lib Gem::Specification.new do |s| s.name = "ethon".freeze s.version = "0.5.9".freeze s.required_rubygems_version = Gem::Requirement.new(">= 1.3.6".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Hans Hasselberg".freeze] s.date = "2013-02-11" s.description = "Very lightweight libcurl wrapper.".freeze s.email = ["me@hans.io".freeze] s.files = ["CHANGELOG.md".freeze, "Gemfile".freeze, "LICENSE".freeze, "README.md".freeze, "Rakefile".freeze, "lib/ethon.rb".freeze, "lib/ethon/curl.rb".freeze, "lib/ethon/curls/auth_types.rb".freeze, "lib/ethon/curls/classes.rb".freeze, "lib/ethon/curls/codes.rb".freeze, "lib/ethon/curls/constants.rb".freeze, "lib/ethon/curls/form_options.rb".freeze, "lib/ethon/curls/functions.rb".freeze, "lib/ethon/curls/http_versions.rb".freeze, "lib/ethon/curls/infos.rb".freeze, "lib/ethon/curls/messages.rb".freeze, "lib/ethon/curls/options.rb".freeze, "lib/ethon/curls/protocols.rb".freeze, "lib/ethon/curls/proxy_types.rb".freeze, "lib/ethon/curls/settings.rb".freeze, "lib/ethon/curls/ssl_versions.rb".freeze, "lib/ethon/easy.rb".freeze, "lib/ethon/easy/callbacks.rb".freeze, "lib/ethon/easy/form.rb".freeze, "lib/ethon/easy/header.rb".freeze, "lib/ethon/easy/http.rb".freeze, "lib/ethon/easy/http/actionable.rb".freeze, "lib/ethon/easy/http/delete.rb".freeze, "lib/ethon/easy/http/get.rb".freeze, "lib/ethon/easy/http/head.rb".freeze, "lib/ethon/easy/http/options.rb".freeze, "lib/ethon/easy/http/patch.rb".freeze, "lib/ethon/easy/http/post.rb".freeze, "lib/ethon/easy/http/postable.rb".freeze, "lib/ethon/easy/http/put.rb".freeze, "lib/ethon/easy/http/putable.rb".freeze, "lib/ethon/easy/informations.rb".freeze, "lib/ethon/easy/operations.rb".freeze, "lib/ethon/easy/options.rb".freeze, "lib/ethon/easy/params.rb".freeze, "lib/ethon/easy/queryable.rb".freeze, "lib/ethon/easy/response_callbacks.rb".freeze, "lib/ethon/easy/util.rb".freeze, "lib/ethon/errors.rb".freeze, "lib/ethon/errors/ethon_error.rb".freeze, "lib/ethon/errors/global_init.rb".freeze, "lib/ethon/errors/invalid_option.rb".freeze, "lib/ethon/errors/invalid_value.rb".freeze, "lib/ethon/errors/multi_add.rb".freeze, "lib/ethon/errors/multi_fdset.rb".freeze, "lib/ethon/errors/multi_remove.rb".freeze, "lib/ethon/errors/multi_timeout.rb".freeze, "lib/ethon/errors/select.rb".freeze, "lib/ethon/libc.rb".freeze, "lib/ethon/loggable.rb".freeze, "lib/ethon/multi.rb".freeze, "lib/ethon/multi/operations.rb".freeze, "lib/ethon/multi/options.rb".freeze, "lib/ethon/multi/stack.rb".freeze, "lib/ethon/version.rb".freeze] s.homepage = "https://github.com/typhoeus/ethon".freeze s.rubygems_version = "3.5.10".freeze s.summary = "Libcurl wrapper.".freeze s.specification_version = 3 s.add_runtime_dependency(%q.freeze, ["~> 1.2.0".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 1.18".freeze]) end