pkgsrc-wip/ruby-httparty/PLIST

117 lines
4.7 KiB
Plaintext

@comment $NetBSD$
bin/httparty
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_LIBDIR}/.editorconfig
${GEM_LIBDIR}/.gitignore
${GEM_LIBDIR}/.rubocop.yml
${GEM_LIBDIR}/.rubocop_todo.yml
${GEM_LIBDIR}/.simplecov
${GEM_LIBDIR}/.travis.yml
${GEM_LIBDIR}/CONTRIBUTING.md
${GEM_LIBDIR}/Changelog.md
${GEM_LIBDIR}/Gemfile
${GEM_LIBDIR}/Guardfile
${GEM_LIBDIR}/MIT-LICENSE
${GEM_LIBDIR}/README.md
${GEM_LIBDIR}/Rakefile
${GEM_LIBDIR}/bin/httparty
${GEM_LIBDIR}/cucumber.yml
${GEM_LIBDIR}/docs/README.md
${GEM_LIBDIR}/examples/README.md
${GEM_LIBDIR}/examples/aaws.rb
${GEM_LIBDIR}/examples/basic.rb
${GEM_LIBDIR}/examples/body_stream.rb
${GEM_LIBDIR}/examples/crack.rb
${GEM_LIBDIR}/examples/custom_parsers.rb
${GEM_LIBDIR}/examples/delicious.rb
${GEM_LIBDIR}/examples/google.rb
${GEM_LIBDIR}/examples/headers_and_user_agents.rb
${GEM_LIBDIR}/examples/logging.rb
${GEM_LIBDIR}/examples/microsoft_graph.rb
${GEM_LIBDIR}/examples/multipart.rb
${GEM_LIBDIR}/examples/nokogiri_html_parser.rb
${GEM_LIBDIR}/examples/rescue_json.rb
${GEM_LIBDIR}/examples/rubyurl.rb
${GEM_LIBDIR}/examples/stackexchange.rb
${GEM_LIBDIR}/examples/stream_download.rb
${GEM_LIBDIR}/examples/tripit_sign_in.rb
${GEM_LIBDIR}/examples/twitter.rb
${GEM_LIBDIR}/examples/whoismyrep.rb
${GEM_LIBDIR}/features/basic_authentication.feature
${GEM_LIBDIR}/features/command_line.feature
${GEM_LIBDIR}/features/deals_with_http_error_codes.feature
${GEM_LIBDIR}/features/digest_authentication.feature
${GEM_LIBDIR}/features/handles_compressed_responses.feature
${GEM_LIBDIR}/features/handles_multiple_formats.feature
${GEM_LIBDIR}/features/steps/env.rb
${GEM_LIBDIR}/features/steps/httparty_response_steps.rb
${GEM_LIBDIR}/features/steps/httparty_steps.rb
${GEM_LIBDIR}/features/steps/mongrel_helper.rb
${GEM_LIBDIR}/features/steps/remote_service_steps.rb
${GEM_LIBDIR}/features/supports_read_timeout_option.feature
${GEM_LIBDIR}/features/supports_redirection.feature
${GEM_LIBDIR}/features/supports_timeout_option.feature
${GEM_LIBDIR}/httparty.gemspec
${GEM_LIBDIR}/lib/httparty.rb
${GEM_LIBDIR}/lib/httparty/connection_adapter.rb
${GEM_LIBDIR}/lib/httparty/cookie_hash.rb
${GEM_LIBDIR}/lib/httparty/exceptions.rb
${GEM_LIBDIR}/lib/httparty/fragment_with_response.rb
${GEM_LIBDIR}/lib/httparty/hash_conversions.rb
${GEM_LIBDIR}/lib/httparty/logger/apache_formatter.rb
${GEM_LIBDIR}/lib/httparty/logger/curl_formatter.rb
${GEM_LIBDIR}/lib/httparty/logger/logger.rb
${GEM_LIBDIR}/lib/httparty/logger/logstash_formatter.rb
${GEM_LIBDIR}/lib/httparty/module_inheritable_attributes.rb
${GEM_LIBDIR}/lib/httparty/net_digest_auth.rb
${GEM_LIBDIR}/lib/httparty/parser.rb
${GEM_LIBDIR}/lib/httparty/request.rb
${GEM_LIBDIR}/lib/httparty/request/body.rb
${GEM_LIBDIR}/lib/httparty/request/multipart_boundary.rb
${GEM_LIBDIR}/lib/httparty/response.rb
${GEM_LIBDIR}/lib/httparty/response/headers.rb
${GEM_LIBDIR}/lib/httparty/utils.rb
${GEM_LIBDIR}/lib/httparty/version.rb
${GEM_LIBDIR}/script/release
${GEM_LIBDIR}/spec/fixtures/delicious.xml
${GEM_LIBDIR}/spec/fixtures/empty.xml
${GEM_LIBDIR}/spec/fixtures/example.html
${GEM_LIBDIR}/spec/fixtures/ssl/generate.sh
${GEM_LIBDIR}/spec/fixtures/ssl/generated/bogushost.crt
${GEM_LIBDIR}/spec/fixtures/ssl/generated/ca.crt
${GEM_LIBDIR}/spec/fixtures/ssl/generated/ca.key
${GEM_LIBDIR}/spec/fixtures/ssl/generated/selfsigned.crt
${GEM_LIBDIR}/spec/fixtures/ssl/generated/server.crt
${GEM_LIBDIR}/spec/fixtures/ssl/generated/server.key
${GEM_LIBDIR}/spec/fixtures/ssl/openssl-exts.cnf
${GEM_LIBDIR}/spec/fixtures/tiny.gif
${GEM_LIBDIR}/spec/fixtures/twitter.csv
${GEM_LIBDIR}/spec/fixtures/twitter.json
${GEM_LIBDIR}/spec/fixtures/twitter.xml
${GEM_LIBDIR}/spec/fixtures/undefined_method_add_node_for_nil.xml
${GEM_LIBDIR}/spec/httparty/connection_adapter_spec.rb
${GEM_LIBDIR}/spec/httparty/cookie_hash_spec.rb
${GEM_LIBDIR}/spec/httparty/exception_spec.rb
${GEM_LIBDIR}/spec/httparty/fragment_with_response_spec.rb
${GEM_LIBDIR}/spec/httparty/hash_conversions_spec.rb
${GEM_LIBDIR}/spec/httparty/logger/apache_formatter_spec.rb
${GEM_LIBDIR}/spec/httparty/logger/curl_formatter_spec.rb
${GEM_LIBDIR}/spec/httparty/logger/logger_spec.rb
${GEM_LIBDIR}/spec/httparty/logger/logstash_formatter_spec.rb
${GEM_LIBDIR}/spec/httparty/net_digest_auth_spec.rb
${GEM_LIBDIR}/spec/httparty/parser_spec.rb
${GEM_LIBDIR}/spec/httparty/request/body_spec.rb
${GEM_LIBDIR}/spec/httparty/request_spec.rb
${GEM_LIBDIR}/spec/httparty/response_spec.rb
${GEM_LIBDIR}/spec/httparty/ssl_spec.rb
${GEM_LIBDIR}/spec/httparty_spec.rb
${GEM_LIBDIR}/spec/spec_helper.rb
${GEM_LIBDIR}/spec/support/ssl_test_helper.rb
${GEM_LIBDIR}/spec/support/ssl_test_server.rb
${GEM_LIBDIR}/spec/support/stub_response.rb
${GEM_LIBDIR}/website/css/common.css
${GEM_LIBDIR}/website/index.html
${GEM_HOME}/specifications/${GEM_NAME}.gemspec
@pkgdir lib/ruby/gems/2.4.0/extensions
@pkgdir lib/ruby/gems/2.4.0/build_info