# -*- encoding: utf-8 -*- # stub: rest-man 1.1.0 ruby lib Gem::Specification.new do |s| s.name = "rest-man".freeze s.version = "1.1.0".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Hopper Gee".freeze] s.bindir = "exe".freeze s.date = "2023-05-21" s.description = "A simple HTTP and REST client for Ruby, inspired by the Sinatra microframework style of specifying actions: get, put, post, delete.".freeze s.email = "hopper.gee@hey.com".freeze s.executables = ["restman".freeze] s.extra_rdoc_files = ["README.md".freeze, "CHANGELOG.md".freeze] s.files = [".github/workflows/ci.yml".freeze, ".github/workflows/single-matrix-test.yml".freeze, ".gitignore".freeze, ".mailmap".freeze, ".rspec".freeze, ".rubocop".freeze, ".rubocop-disables.yml".freeze, ".rubocop.yml".freeze, "AUTHORS".freeze, "CHANGELOG.md".freeze, "Gemfile".freeze, "LICENSE".freeze, "README.md".freeze, "Rakefile".freeze, "_doc/lib/restman.rdoc".freeze, "_doc/lib/restman/abstract_response/_follow_redirection.rdoc".freeze, "_doc/lib/restman/abstract_response/beautify_headers.rdoc".freeze, "_doc/lib/restman/abstract_response/cookie_jar.rdoc".freeze, "_doc/lib/restman/abstract_response/cookies.rdoc".freeze, "_doc/lib/restman/abstract_response/follow_get_redirection.rdoc".freeze, "_doc/lib/restman/abstract_response/follow_redirection.rdoc".freeze, "_doc/lib/restman/abstract_response/headers.rdoc".freeze, "_doc/lib/restman/abstract_response/response_set_vars.rdoc".freeze, "_doc/lib/restman/abstract_response/return.rdoc".freeze, "_doc/lib/restman/add_before_execution_proc.rdoc".freeze, "_doc/lib/restman/create_log.rdoc".freeze, "_doc/lib/restman/exception.rdoc".freeze, "_doc/lib/restman/exceptions.rdoc".freeze, "_doc/lib/restman/exceptions/timeout.rdoc".freeze, "_doc/lib/restman/log=.rdoc".freeze, "_doc/lib/restman/params_array.rdoc".freeze, "_doc/lib/restman/params_array/new.rdoc".freeze, "_doc/lib/restman/params_array/process_pair.rdoc".freeze, "_doc/lib/restman/platform/jruby?.rdoc".freeze, "_doc/lib/restman/platform/mac_mri?.rdoc".freeze, "_doc/lib/restman/proxy.rdoc".freeze, "_doc/lib/restman/proxy_set?.rdoc".freeze, "_doc/lib/restman/raw_response.rdoc".freeze, "_doc/lib/restman/raw_response/new.rdoc".freeze, "_doc/lib/restman/request.rdoc".freeze, "_doc/lib/restman/request/cookie_jar.rdoc".freeze, "_doc/lib/restman/request/cookies.rdoc".freeze, "_doc/lib/restman/request/default_headers.rdoc".freeze, "_doc/lib/restman/request/default_ssl_cert_store.rdoc".freeze, "_doc/lib/restman/request/init/cookie_jar.rdoc".freeze, "_doc/lib/restman/request/init/http_method.rdoc".freeze, "_doc/lib/restman/request/make_cookie_header.rdoc".freeze, "_doc/lib/restman/request/make_headers.rdoc".freeze, "_doc/lib/restman/request/maybe_convert_extension.rdoc".freeze, "_doc/lib/restman/request/process_result.rdoc".freeze, "_doc/lib/restman/request/proxy_uri.rdoc".freeze, "_doc/lib/restman/request/stringify_headers.rdoc".freeze, "_doc/lib/restman/request/use_ssl.rdoc".freeze, "_doc/lib/restman/reset_before_execution_procs.rdoc".freeze, "_doc/lib/restman/resource.rdoc".freeze, "_doc/lib/restman/resource/[].rdoc".freeze, "_doc/lib/restman/response/body.rdoc".freeze, "_doc/lib/restman/response/create.rdoc".freeze, "_doc/lib/restman/response/fix_encoding.rdoc".freeze, "_doc/lib/restman/statuses.rdoc".freeze, "_doc/lib/restman/utils/cgi_parse_header.rdoc".freeze, "_doc/lib/restman/utils/encode_query_string.rdoc".freeze, "_doc/lib/restman/utils/escape.rdoc".freeze, "_doc/lib/restman/utils/flatten_params.rdoc".freeze, "_doc/lib/restman/utils/get_encoding_from_headers.rdoc".freeze, "bin/console".freeze, "exe/restman".freeze, "lib/rest-man.rb".freeze, "lib/rest_man.rb".freeze, "lib/restman.rb".freeze, "lib/restman/abstract_response.rb".freeze, "lib/restman/exception.rb".freeze, "lib/restman/exceptions/exception_with_response.rb".freeze, "lib/restman/exceptions/exceptions_map.rb".freeze, "lib/restman/exceptions/request_failed.rb".freeze, "lib/restman/exceptions/server_broke_connection.rb".freeze, "lib/restman/exceptions/timeout.rb".freeze, "lib/restman/params_array.rb".freeze, "lib/restman/params_array/process_pair.rb".freeze, "lib/restman/payload.rb".freeze, "lib/restman/payload/base.rb".freeze, "lib/restman/payload/multipart.rb".freeze, "lib/restman/payload/multipart/write_content_disposition.rb".freeze, "lib/restman/payload/streamed.rb".freeze, "lib/restman/payload/url_encoded.rb".freeze, "lib/restman/platform.rb".freeze, "lib/restman/raw_response.rb".freeze, "lib/restman/request.rb".freeze, "lib/restman/request/default_ssl_cert_store.rb".freeze, "lib/restman/request/fetch_body_to_tempfile.rb".freeze, "lib/restman/request/init.rb".freeze, "lib/restman/request/init/cookie_jar.rb".freeze, "lib/restman/request/init/ssl_opts.rb".freeze, "lib/restman/request/init/url.rb".freeze, "lib/restman/request/init/url/add_query_from_headers.rb".freeze, "lib/restman/request/init/url/normalize_url.rb".freeze, "lib/restman/request/log_request.rb".freeze, "lib/restman/request/make_cookie_header.rb".freeze, "lib/restman/request/make_headers.rb".freeze, "lib/restman/request/maybe_convert_extension.rb".freeze, "lib/restman/request/net_http_object.rb".freeze, "lib/restman/request/process_result.rb".freeze, "lib/restman/request/proxy_uri.rb".freeze, "lib/restman/request/stringify_headers.rb".freeze, "lib/restman/request/transmit.rb".freeze, "lib/restman/resource.rb".freeze, "lib/restman/response.rb".freeze, "lib/restman/statuses.rb".freeze, "lib/restman/statuses_compatibility.rb".freeze, "lib/restman/utils.rb".freeze, "lib/restman/version.rb".freeze, "matrixeval.yml".freeze, "rest-man.gemspec".freeze, "spec/ISS.jpg".freeze, "spec/cassettes/request_httpbin_with_basic_auth.yml".freeze, "spec/cassettes/request_httpbin_with_cookies.yml".freeze, "spec/cassettes/request_httpbin_with_cookies_2.yml".freeze, "spec/cassettes/request_httpbin_with_cookies_3.yml".freeze, "spec/cassettes/request_httpbin_with_encoding_deflate.yml".freeze, "spec/cassettes/request_httpbin_with_encoding_deflate_and_accept_headers.yml".freeze, "spec/cassettes/request_httpbin_with_encoding_gzip.yml".freeze, "spec/cassettes/request_httpbin_with_encoding_gzip_and_accept_headers.yml".freeze, "spec/cassettes/request_httpbin_with_user_agent.yml".freeze, "spec/cassettes/request_mozilla_org.yml".freeze, "spec/cassettes/request_mozilla_org_callback_returns_true.yml".freeze, "spec/cassettes/request_mozilla_org_with_system_cert.yml".freeze, "spec/cassettes/request_mozilla_org_with_system_cert_and_callback.yml".freeze, "spec/helpers.rb".freeze, "spec/integration/_lib.rb".freeze, "spec/integration/capath_digicert/README".freeze, "spec/integration/capath_digicert/ce5e74ef.0".freeze, "spec/integration/capath_digicert/digicert.crt".freeze, "spec/integration/capath_digicert/update".freeze, "spec/integration/capath_verisign/415660c1.0".freeze, "spec/integration/capath_verisign/7651b327.0".freeze, "spec/integration/capath_verisign/README".freeze, "spec/integration/capath_verisign/verisign.crt".freeze, "spec/integration/certs/digicert.crt".freeze, "spec/integration/certs/verisign.crt".freeze, "spec/integration/httpbin_spec.rb".freeze, "spec/integration/integration_spec.rb".freeze, "spec/integration/request_spec.rb".freeze, "spec/spec_helper.rb".freeze, "spec/unit/_lib.rb".freeze, "spec/unit/abstract_response_spec.rb".freeze, "spec/unit/exception_spec.rb".freeze, "spec/unit/exceptions/backwards_campatibility_spec.rb".freeze, "spec/unit/exceptions/exceptions_map_spec.rb".freeze, "spec/unit/exceptions/request_failed_spec.rb".freeze, "spec/unit/exceptions/server_broke_connection_spec.rb".freeze, "spec/unit/exceptions/timeout_spec.rb".freeze, "spec/unit/params_array/process_pair_spec.rb".freeze, "spec/unit/params_array_spec.rb".freeze, "spec/unit/payload/multipart_spec.rb".freeze, "spec/unit/payload/streamed_spec.rb".freeze, "spec/unit/payload/url_encoded_spec.rb".freeze, "spec/unit/payload_spec.rb".freeze, "spec/unit/raw_response_spec.rb".freeze, "spec/unit/request/init/url/add_query_from_headers_spec.rb".freeze, "spec/unit/request/init/url/normalize_url_spec.rb".freeze, "spec/unit/request/init_spec.rb".freeze, "spec/unit/request2_spec.rb".freeze, "spec/unit/request_spec.rb".freeze, "spec/unit/resource_spec.rb".freeze, "spec/unit/response_spec.rb".freeze, "spec/unit/restclient_spec.rb".freeze, "spec/unit/utils_spec.rb".freeze] s.homepage = "https://github.com/rest-man/rest-man".freeze s.licenses = ["MIT".freeze] s.required_ruby_version = Gem::Requirement.new(">= 2.6.0".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "Simple HTTP and REST client for Ruby, inspired by microframework syntax for specifying actions.".freeze s.test_files = ["spec/ISS.jpg".freeze, "spec/cassettes/request_httpbin_with_basic_auth.yml".freeze, "spec/cassettes/request_httpbin_with_cookies.yml".freeze, "spec/cassettes/request_httpbin_with_cookies_2.yml".freeze, "spec/cassettes/request_httpbin_with_cookies_3.yml".freeze, "spec/cassettes/request_httpbin_with_encoding_deflate.yml".freeze, "spec/cassettes/request_httpbin_with_encoding_deflate_and_accept_headers.yml".freeze, "spec/cassettes/request_httpbin_with_encoding_gzip.yml".freeze, "spec/cassettes/request_httpbin_with_encoding_gzip_and_accept_headers.yml".freeze, "spec/cassettes/request_httpbin_with_user_agent.yml".freeze, "spec/cassettes/request_mozilla_org.yml".freeze, "spec/cassettes/request_mozilla_org_callback_returns_true.yml".freeze, "spec/cassettes/request_mozilla_org_with_system_cert.yml".freeze, "spec/cassettes/request_mozilla_org_with_system_cert_and_callback.yml".freeze, "spec/helpers.rb".freeze, "spec/integration/_lib.rb".freeze, "spec/integration/capath_digicert/README".freeze, "spec/integration/capath_digicert/ce5e74ef.0".freeze, "spec/integration/capath_digicert/digicert.crt".freeze, "spec/integration/capath_digicert/update".freeze, "spec/integration/capath_verisign/415660c1.0".freeze, "spec/integration/capath_verisign/7651b327.0".freeze, "spec/integration/capath_verisign/README".freeze, "spec/integration/capath_verisign/verisign.crt".freeze, "spec/integration/certs/digicert.crt".freeze, "spec/integration/certs/verisign.crt".freeze, "spec/integration/httpbin_spec.rb".freeze, "spec/integration/integration_spec.rb".freeze, "spec/integration/request_spec.rb".freeze, "spec/spec_helper.rb".freeze, "spec/unit/_lib.rb".freeze, "spec/unit/abstract_response_spec.rb".freeze, "spec/unit/exception_spec.rb".freeze, "spec/unit/exceptions/backwards_campatibility_spec.rb".freeze, "spec/unit/exceptions/exceptions_map_spec.rb".freeze, "spec/unit/exceptions/request_failed_spec.rb".freeze, "spec/unit/exceptions/server_broke_connection_spec.rb".freeze, "spec/unit/exceptions/timeout_spec.rb".freeze, "spec/unit/params_array/process_pair_spec.rb".freeze, "spec/unit/params_array_spec.rb".freeze, "spec/unit/payload/multipart_spec.rb".freeze, "spec/unit/payload/streamed_spec.rb".freeze, "spec/unit/payload/url_encoded_spec.rb".freeze, "spec/unit/payload_spec.rb".freeze, "spec/unit/raw_response_spec.rb".freeze, "spec/unit/request/init/url/add_query_from_headers_spec.rb".freeze, "spec/unit/request/init/url/normalize_url_spec.rb".freeze, "spec/unit/request/init_spec.rb".freeze, "spec/unit/request2_spec.rb".freeze, "spec/unit/request_spec.rb".freeze, "spec/unit/resource_spec.rb".freeze, "spec/unit/response_spec.rb".freeze, "spec/unit/restclient_spec.rb".freeze, "spec/unit/utils_spec.rb".freeze] s.specification_version = 4 s.add_development_dependency(%q.freeze, ["~> 3.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 3.0".freeze, "< 3.10".freeze]) s.add_development_dependency(%q.freeze, ["~> 0".freeze]) s.add_development_dependency(%q.freeze, ["~> 0".freeze]) s.add_development_dependency(%q.freeze, [">= 2.4.2".freeze, "< 7.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 1.50.2".freeze]) s.add_runtime_dependency(%q.freeze, [">= 1.7.0".freeze, "< 3.0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 1.0.2".freeze, "< 2.0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 3.0".freeze, "< 4.0".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 0.8".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 1.3".freeze]) end