pkgsrc/www/ruby-patron/PLIST
taca 812c5e6ef4 www/ruby-patron: update to 0.12.1
### 0.12.1

* Ensure HTTP2 response headers/status lines are correctly handled

### 0.12.0

* Replace StringScanner in HeaderParser with StringIO, fix Webmock regression when the headers string would
  not have an empty CRLF-terminated line at the end - which would cause the parser to return a nil.
* Added `Session#dns_cache_timeout` as a config option for CURLOPT_DNS_CACHE_TIMEOUT

### 0.11.1

* Make sure StringScanner is available to HeaderParser.

### 0.11.0

* Added `Session#progress_callback` which accepts a callable object, which can be used to report session progress during request
  execution.
* Fixed parsing of response headers when multiple responses are involved (redirect chains and HTTP proxies)

### 0.10.0

* Added `Session#low_speed_time` and `Session#low_speed_limit`. When used, they will force libCURL to raise
  a timeout if a certain speed limit is not met performing the request. These can be used for better timeout
  handling. These are available in all libCURL versions. See https://curl.haxx.se/libcurl/c/CURLOPT_LOW_SPEED_TIME.html
  and https://curl.haxx.se/libcurl/c/CURLOPT_LOW_SPEED_LIMIT.html
2018-03-17 14:43:29 +00:00

54 lines
2.1 KiB
Text

@comment $NetBSD: PLIST,v 1.13 2018/03/17 14:43:29 taca Exp $
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_EXTSDIR}/gem.build_complete
${GEM_EXTSDIR}/patron/session_ext.${RUBY_DLEXT}
${GEM_LIBDIR}/.autotest
${GEM_LIBDIR}/.gitignore
${GEM_LIBDIR}/.rspec
${GEM_LIBDIR}/.travis.yml
${GEM_LIBDIR}/.yardopts
${GEM_LIBDIR}/CHANGELOG.md
${GEM_LIBDIR}/Gemfile
${GEM_LIBDIR}/LICENSE
${GEM_LIBDIR}/README.md
${GEM_LIBDIR}/Rakefile
${GEM_LIBDIR}/ext/patron/.gitignore
${GEM_LIBDIR}/ext/patron/extconf.rb
${GEM_LIBDIR}/ext/patron/membuffer.c
${GEM_LIBDIR}/ext/patron/membuffer.h
${GEM_LIBDIR}/ext/patron/session_ext.c
${GEM_LIBDIR}/ext/patron/sglib.h
${GEM_LIBDIR}/lib/patron.rb
${GEM_LIBDIR}/lib/patron/error.rb
${GEM_LIBDIR}/lib/patron/header_parser.rb
${GEM_LIBDIR}/lib/patron/proxy_type.rb
${GEM_LIBDIR}/lib/patron/request.rb
${GEM_LIBDIR}/lib/patron/response.rb
${GEM_LIBDIR}/lib/patron/response_decoding.rb
${GEM_LIBDIR}/lib/patron/session.rb
${GEM_LIBDIR}/lib/patron/session_ext.${RUBY_DLEXT}
${GEM_LIBDIR}/lib/patron/util.rb
${GEM_LIBDIR}/lib/patron/version.rb
${GEM_LIBDIR}/patron.gemspec
${GEM_LIBDIR}/pic.png
${GEM_LIBDIR}/script/console
${GEM_LIBDIR}/script/test_server
${GEM_LIBDIR}/spec/certs/cacert.pem
${GEM_LIBDIR}/spec/certs/privkey.pem
${GEM_LIBDIR}/spec/header_parser_spec.rb
${GEM_LIBDIR}/spec/patron_spec.rb
${GEM_LIBDIR}/spec/request_spec.rb
${GEM_LIBDIR}/spec/response_spec.rb
${GEM_LIBDIR}/spec/sample_response_headers/headers_wetransfer.txt
${GEM_LIBDIR}/spec/sample_response_headers/headers_wetransfer_with_proxy_status.txt
${GEM_LIBDIR}/spec/sample_response_headers/headers_wetransfer_with_redirect.txt
${GEM_LIBDIR}/spec/sample_response_headers/headers_with_set_cookie.txt
${GEM_LIBDIR}/spec/sample_response_headers/sample_http2_header.txt
${GEM_LIBDIR}/spec/sample_response_headers/webmock_headers_without_trailing_crlf.txt
${GEM_LIBDIR}/spec/session_spec.rb
${GEM_LIBDIR}/spec/session_ssl_spec.rb
${GEM_LIBDIR}/spec/spec_helper.rb
${GEM_LIBDIR}/spec/support/config.ru
${GEM_LIBDIR}/spec/support/test_server.rb
${GEM_LIBDIR}/spec/util_spec.rb
${GEM_HOME}/specifications/${GEM_NAME}.gemspec