# -*- encoding: utf-8 -*- # stub: httparty-responsibly 0.17.1 ruby lib Gem::Specification.new do |s| s.name = "httparty-responsibly".freeze s.version = "0.17.1".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["John Nunemaker".freeze, "Sandro Turriate".freeze] s.date = "2019-12-09" s.description = "An up-to-date fork of jnunemaker's httparty, without the post-install nonsense.".freeze s.email = ["nunemaker@gmail.com".freeze, "james@denness.org".freeze] s.executables = ["httparty".freeze] s.files = [".editorconfig".freeze, ".gitignore".freeze, ".rubocop.yml".freeze, ".rubocop_todo.yml".freeze, ".simplecov".freeze, ".travis.yml".freeze, "CONTRIBUTING.md".freeze, "Changelog.md".freeze, "Gemfile".freeze, "Guardfile".freeze, "MIT-LICENSE".freeze, "README.md".freeze, "Rakefile".freeze, "bin/httparty".freeze, "cucumber.yml".freeze, "docs/README.md".freeze, "examples/README.md".freeze, "examples/aaws.rb".freeze, "examples/basic.rb".freeze, "examples/body_stream.rb".freeze, "examples/crack.rb".freeze, "examples/custom_parsers.rb".freeze, "examples/delicious.rb".freeze, "examples/google.rb".freeze, "examples/headers_and_user_agents.rb".freeze, "examples/logging.rb".freeze, "examples/microsoft_graph.rb".freeze, "examples/multipart.rb".freeze, "examples/nokogiri_html_parser.rb".freeze, "examples/peer_cert.rb".freeze, "examples/rescue_json.rb".freeze, "examples/rubyurl.rb".freeze, "examples/stackexchange.rb".freeze, "examples/stream_download.rb".freeze, "examples/tripit_sign_in.rb".freeze, "examples/twitter.rb".freeze, "examples/whoismyrep.rb".freeze, "httparty-responsibly.gemspec".freeze, "lib/httparty.rb".freeze, "lib/httparty/connection_adapter.rb".freeze, "lib/httparty/cookie_hash.rb".freeze, "lib/httparty/exceptions.rb".freeze, "lib/httparty/hash_conversions.rb".freeze, "lib/httparty/headers_processor.rb".freeze, "lib/httparty/logger/apache_formatter.rb".freeze, "lib/httparty/logger/curl_formatter.rb".freeze, "lib/httparty/logger/logger.rb".freeze, "lib/httparty/logger/logstash_formatter.rb".freeze, "lib/httparty/module_inheritable_attributes.rb".freeze, "lib/httparty/net_digest_auth.rb".freeze, "lib/httparty/parser.rb".freeze, "lib/httparty/request.rb".freeze, "lib/httparty/request/body.rb".freeze, "lib/httparty/request/multipart_boundary.rb".freeze, "lib/httparty/response.rb".freeze, "lib/httparty/response/headers.rb".freeze, "lib/httparty/response_fragment.rb".freeze, "lib/httparty/text_encoder.rb".freeze, "lib/httparty/utils.rb".freeze, "lib/httparty/version.rb".freeze, "script/release".freeze, "website/css/common.css".freeze, "website/index.html".freeze] s.homepage = "https://github.com/scarybot/httparty-responsibly".freeze s.licenses = ["MIT".freeze] s.required_ruby_version = Gem::Requirement.new(">= 2.0.0".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "An up-to-date fork of jnunemaker's httparty, without the post-install nonsense.".freeze s.specification_version = 4 s.add_runtime_dependency(%q.freeze, [">= 0.5.2".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 3.0".freeze]) end