# -*- encoding: utf-8 -*- # stub: scnr-ethon 0.15.0 ruby lib Gem::Specification.new do |s| s.name = "scnr-ethon".freeze s.version = "0.15.0".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 = ["Tasos Laskos".freeze, "Hans Hasselberg".freeze] s.date = "2024-01-07" s.description = "Very lightweight libcurl wrapper.".freeze s.email = ["tasos.laskos@gmail.com".freeze, "me@hans.io".freeze] s.files = ["CHANGELOG.md".freeze, "LICENSE".freeze, "README.md".freeze, "ethon.gemspec".freeze, "lib/ethon.rb".freeze, "lib/ethon/curl.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/infos.rb".freeze, "lib/ethon/curls/messages.rb".freeze, "lib/ethon/curls/options.rb".freeze, "lib/ethon/curls/settings.rb".freeze, "lib/ethon/easy.rb".freeze, "lib/ethon/easy/callbacks.rb".freeze, "lib/ethon/easy/debug_info.rb".freeze, "lib/ethon/easy/features.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/custom.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/mirror.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/tree/thread-safe-easy-handle-cleanup".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Libcurl wrapper.".freeze s.specification_version = 4 s.add_runtime_dependency(%q.freeze, [">= 1.15.0".freeze]) end