File:  [cvs.NetBSD.org] / pkgsrc / www / ruby-patron / PLIST
Revision 1.15: download - view: text, annotated - select for diffs
Sun Mar 2 14:54:34 2025 UTC (2 months, 1 week ago) by taca
Branches: MAIN
CVS tags: pkgsrc-2025Q1-base, pkgsrc-2025Q1, HEAD
www/ruby-patron: update to 0.13.4

0.13.4 (2025-02-27)

* Format README a bit better using code fences
* Depend explicitly on base64 for running tests
* Remove C code used for Ruby support below < 2.4 (GVL unlock etc.) and drop
  support for these versions
* In tests, close Tempfiles before allowing libcurl to use them (cookie jar)
* Fix incorrect ptr type in uses of curl_easy_escape / _unescape
* Define methods on Session as private instance methods from C instead of
  privatising them from Ruby
* Speed up the /slow endpoint test
* Remove use of curl_easy_reset. This should fix the bug with sessions
  resetting each other's state during session_free

@comment $NetBSD: PLIST,v 1.15 2025/03/02 14:54:34 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}/.github/workflows/ci.yml
${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/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/certs/cacert.pem
${GEM_LIBDIR}/spec/support/certs/privkey.pem
${GEM_LIBDIR}/spec/support/config.ru
${GEM_LIBDIR}/spec/support/fork.rb
${GEM_LIBDIR}/spec/support/test_server.rb
${GEM_LIBDIR}/spec/util_spec.rb
${GEM_HOME}/specifications/${GEM_NAME}.gemspec

CVSweb <webmaster@jp.NetBSD.org>