pkgsrc/www/ruby-rack-test/PLIST
taca bd50fac66f www/ruby-rack-test: update to 2.1.0
2.1.0 (2023-03-14)

Breaking changes:

* Digest authentication support, deprecated in 2.0.0, has been removed
  (Jeremy Evans #307)
* requiring rack/mock_session, deprecated in 2.0.0, has been removed (Jeremy
  Evans #307)

Minor enhancements:

* The original_filename for Rack::Test::UploadedFile can now be set even if
  the content of the file comes from a file path (Stuart Chinery #314)
* Add Rack::Test::Session#restore_state, for executing a block and restoring
  current state (last request, last response, and cookies) after the block
  (Jeremy Evans #316)
* Make Rack::Test::Methods support default_host method similar to app, which
  will set the default host used for requests to the app (Jeremy Evans #317
  #318)
* Allow responses to set cookie paths not matching the current request
  URI. Such cookies will only be sent for paths matching the cookie path
  (Chris Waters #322)
* Ignore leading dot for cookie domains, per RFC 6265 (Stephen Crosby #329)
* Avoid creating empty multipart body if params is empty in
  Rack::Test::Session#env_for (Ryunosuke Sato #331)
2023-03-19 13:30:19 +00:00

12 lines
454 B
Text

@comment $NetBSD: PLIST,v 1.5 2023/03/19 13:30:19 taca Exp $
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_LIBDIR}/History.md
${GEM_LIBDIR}/MIT-LICENSE.txt
${GEM_LIBDIR}/README.md
${GEM_LIBDIR}/lib/rack/test.rb
${GEM_LIBDIR}/lib/rack/test/cookie_jar.rb
${GEM_LIBDIR}/lib/rack/test/methods.rb
${GEM_LIBDIR}/lib/rack/test/uploaded_file.rb
${GEM_LIBDIR}/lib/rack/test/utils.rb
${GEM_LIBDIR}/lib/rack/test/version.rb
${GEM_HOME}/specifications/${GEM_NAME}.gemspec