1957f6dff2
pkgsrc changes: - update HOMEPAGE (follow renamed github) Upstream changes (from CHANGES.md): ## 3.3.0 (2018-04-25) This version backports some of the fixes and improvements made to development version of the HTTP gem: * [#458](https://github.com/httprb/http/pull/458) Extract HTTP::Client#build_request method. ([@tycoon]) ## 3.2.1 (2018-04-24) * [#468](https://github.com/httprb/http/pull/468) Rewind `HTTP::Request::Body#source` once `#each` is complete. ([@ixti]) ## 3.2.0 (2018-04-22) This version backports one change we missed to backport in previous release: * Reduce memory usage when reading response body ([@janko-m]) ## 3.1.0 (2018-04-22) This version backports some of the fixes and improvements made to development version of the HTTP gem: * Fix for `#readpartial` to respect max length argument. ([@janko-m], [@marshall-lee]) * Fix for `HTTP::Request#headline` to allow two leading slashes in path. ([@scarfacedeb]) * Fix query string building for string with newlines. ([@mikegee]) * Deallocate temporary strings in `Response::Body#to_s`. ([@janko-m]) * Add `Request::Body#source`. ([@janko-m])
87 lines
3.4 KiB
Text
87 lines
3.4 KiB
Text
@comment $NetBSD: PLIST,v 1.13 2018/04/29 14:58:29 tsutsui Exp $
|
|
${GEM_HOME}/cache/${GEM_NAME}.gem
|
|
${GEM_LIBDIR}/.coveralls.yml
|
|
${GEM_LIBDIR}/.gitignore
|
|
${GEM_LIBDIR}/.rspec
|
|
${GEM_LIBDIR}/.rubocop.yml
|
|
${GEM_LIBDIR}/.ruby-version
|
|
${GEM_LIBDIR}/.travis.yml
|
|
${GEM_LIBDIR}/.yardopts
|
|
${GEM_LIBDIR}/CHANGES.md
|
|
${GEM_LIBDIR}/CONTRIBUTING.md
|
|
${GEM_LIBDIR}/Gemfile
|
|
${GEM_LIBDIR}/Guardfile
|
|
${GEM_LIBDIR}/LICENSE.txt
|
|
${GEM_LIBDIR}/README.md
|
|
${GEM_LIBDIR}/Rakefile
|
|
${GEM_LIBDIR}/http.gemspec
|
|
${GEM_LIBDIR}/lib/http.rb
|
|
${GEM_LIBDIR}/lib/http/chainable.rb
|
|
${GEM_LIBDIR}/lib/http/client.rb
|
|
${GEM_LIBDIR}/lib/http/connection.rb
|
|
${GEM_LIBDIR}/lib/http/content_type.rb
|
|
${GEM_LIBDIR}/lib/http/errors.rb
|
|
${GEM_LIBDIR}/lib/http/feature.rb
|
|
${GEM_LIBDIR}/lib/http/features/auto_deflate.rb
|
|
${GEM_LIBDIR}/lib/http/features/auto_inflate.rb
|
|
${GEM_LIBDIR}/lib/http/headers.rb
|
|
${GEM_LIBDIR}/lib/http/headers/known.rb
|
|
${GEM_LIBDIR}/lib/http/headers/mixin.rb
|
|
${GEM_LIBDIR}/lib/http/mime_type.rb
|
|
${GEM_LIBDIR}/lib/http/mime_type/adapter.rb
|
|
${GEM_LIBDIR}/lib/http/mime_type/json.rb
|
|
${GEM_LIBDIR}/lib/http/options.rb
|
|
${GEM_LIBDIR}/lib/http/redirector.rb
|
|
${GEM_LIBDIR}/lib/http/request.rb
|
|
${GEM_LIBDIR}/lib/http/request/body.rb
|
|
${GEM_LIBDIR}/lib/http/request/writer.rb
|
|
${GEM_LIBDIR}/lib/http/response.rb
|
|
${GEM_LIBDIR}/lib/http/response/body.rb
|
|
${GEM_LIBDIR}/lib/http/response/inflater.rb
|
|
${GEM_LIBDIR}/lib/http/response/parser.rb
|
|
${GEM_LIBDIR}/lib/http/response/status.rb
|
|
${GEM_LIBDIR}/lib/http/response/status/reasons.rb
|
|
${GEM_LIBDIR}/lib/http/timeout/global.rb
|
|
${GEM_LIBDIR}/lib/http/timeout/null.rb
|
|
${GEM_LIBDIR}/lib/http/timeout/per_operation.rb
|
|
${GEM_LIBDIR}/lib/http/uri.rb
|
|
${GEM_LIBDIR}/lib/http/version.rb
|
|
${GEM_LIBDIR}/logo.png
|
|
${GEM_LIBDIR}/spec/lib/http/client_spec.rb
|
|
${GEM_LIBDIR}/spec/lib/http/connection_spec.rb
|
|
${GEM_LIBDIR}/spec/lib/http/content_type_spec.rb
|
|
${GEM_LIBDIR}/spec/lib/http/features/auto_deflate_spec.rb
|
|
${GEM_LIBDIR}/spec/lib/http/features/auto_inflate_spec.rb
|
|
${GEM_LIBDIR}/spec/lib/http/headers/mixin_spec.rb
|
|
${GEM_LIBDIR}/spec/lib/http/headers_spec.rb
|
|
${GEM_LIBDIR}/spec/lib/http/options/body_spec.rb
|
|
${GEM_LIBDIR}/spec/lib/http/options/features_spec.rb
|
|
${GEM_LIBDIR}/spec/lib/http/options/form_spec.rb
|
|
${GEM_LIBDIR}/spec/lib/http/options/headers_spec.rb
|
|
${GEM_LIBDIR}/spec/lib/http/options/json_spec.rb
|
|
${GEM_LIBDIR}/spec/lib/http/options/merge_spec.rb
|
|
${GEM_LIBDIR}/spec/lib/http/options/new_spec.rb
|
|
${GEM_LIBDIR}/spec/lib/http/options/proxy_spec.rb
|
|
${GEM_LIBDIR}/spec/lib/http/options_spec.rb
|
|
${GEM_LIBDIR}/spec/lib/http/redirector_spec.rb
|
|
${GEM_LIBDIR}/spec/lib/http/request/body_spec.rb
|
|
${GEM_LIBDIR}/spec/lib/http/request/writer_spec.rb
|
|
${GEM_LIBDIR}/spec/lib/http/request_spec.rb
|
|
${GEM_LIBDIR}/spec/lib/http/response/body_spec.rb
|
|
${GEM_LIBDIR}/spec/lib/http/response/status_spec.rb
|
|
${GEM_LIBDIR}/spec/lib/http/response_spec.rb
|
|
${GEM_LIBDIR}/spec/lib/http/uri_spec.rb
|
|
${GEM_LIBDIR}/spec/lib/http_spec.rb
|
|
${GEM_LIBDIR}/spec/regression_specs.rb
|
|
${GEM_LIBDIR}/spec/spec_helper.rb
|
|
${GEM_LIBDIR}/spec/support/black_hole.rb
|
|
${GEM_LIBDIR}/spec/support/capture_warning.rb
|
|
${GEM_LIBDIR}/spec/support/dummy_server.rb
|
|
${GEM_LIBDIR}/spec/support/dummy_server/servlet.rb
|
|
${GEM_LIBDIR}/spec/support/fakeio.rb
|
|
${GEM_LIBDIR}/spec/support/http_handling_shared.rb
|
|
${GEM_LIBDIR}/spec/support/proxy_server.rb
|
|
${GEM_LIBDIR}/spec/support/servers/config.rb
|
|
${GEM_LIBDIR}/spec/support/servers/runner.rb
|
|
${GEM_LIBDIR}/spec/support/ssl_helper.rb
|
|
${GEM_HOME}/specifications/${GEM_NAME}.gemspec
|