pkgsrc/www/ruby-rack-contrib/PLIST
taca 75c20c5c4f www/ruby-rack-contrib: update to 2.2.0
Update to ruby-rack-contrib to 2.2.0.


2.2.0 (2020-03-31)

A healthy crop of fixes and new features in this release. Thanks to
everyone who contributed, and welcome to Andrew Konchin, as the newest
recipient of a commit bit.

* New middleware Rack::JSONBodyParser: a better-designed replacement for
  Rack::PostBodyContentTypeParser, with a more appropriate name (given that
  they both only handle JSON natively, having JSON in the name seems like a
  good idea), and with a better set of default behaviours and knobs.  It is
  also significantly faster than PostBodyContentTypeParser.

* Rack::PostBodyContentTypeParser: this middleware's interface is a bit of a
  mess, which makes it nearly impossible to improve in a
  backwards-compatible manner. As a result, its use has been deprecated, in
  favour of Rack::JSONBodyParser.

* Several middlewares that set Content-Length headers were fixed to use
  String#bytesize, instead of String#size, which makes multibyte characters
  much happier. (Chris Frank)

* Rack::ResponseCache: Make header detection case-insensitive. (Chris Frank)

* A lot of broken tests and deprecation warnings in the test suite were
  fixed. (Andrew Konchin)

* Rack::Locale: significant correctness fixes, including q=0 handling, case
  insensitivity where appropriate, and better handling of whitespace.
  (Andrew Konchin)

* Rack::StaticCache: several correctness fixes, such as setting a Date
  response header, use UTC in timestamps, and improving the robustness of
  the date rendering.

Share and enjoy!
2020-05-17 16:17:04 +00:00

43 lines
1.9 KiB
Text

@comment $NetBSD: PLIST,v 1.5 2020/05/17 16:17:04 taca Exp $
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_LIBDIR}/AUTHORS
${GEM_LIBDIR}/COPYING
${GEM_LIBDIR}/README.md
${GEM_LIBDIR}/lib/rack/contrib.rb
${GEM_LIBDIR}/lib/rack/contrib/access.rb
${GEM_LIBDIR}/lib/rack/contrib/backstage.rb
${GEM_LIBDIR}/lib/rack/contrib/bounce_favicon.rb
${GEM_LIBDIR}/lib/rack/contrib/callbacks.rb
${GEM_LIBDIR}/lib/rack/contrib/common_cookies.rb
${GEM_LIBDIR}/lib/rack/contrib/config.rb
${GEM_LIBDIR}/lib/rack/contrib/cookies.rb
${GEM_LIBDIR}/lib/rack/contrib/csshttprequest.rb
${GEM_LIBDIR}/lib/rack/contrib/deflect.rb
${GEM_LIBDIR}/lib/rack/contrib/enforce_valid_encoding.rb
${GEM_LIBDIR}/lib/rack/contrib/evil.rb
${GEM_LIBDIR}/lib/rack/contrib/expectation_cascade.rb
${GEM_LIBDIR}/lib/rack/contrib/garbagecollector.rb
${GEM_LIBDIR}/lib/rack/contrib/host_meta.rb
${GEM_LIBDIR}/lib/rack/contrib/json_body_parser.rb
${GEM_LIBDIR}/lib/rack/contrib/jsonp.rb
${GEM_LIBDIR}/lib/rack/contrib/lazy_conditional_get.rb
${GEM_LIBDIR}/lib/rack/contrib/lighttpd_script_name_fix.rb
${GEM_LIBDIR}/lib/rack/contrib/locale.rb
${GEM_LIBDIR}/lib/rack/contrib/mailexceptions.rb
${GEM_LIBDIR}/lib/rack/contrib/nested_params.rb
${GEM_LIBDIR}/lib/rack/contrib/not_found.rb
${GEM_LIBDIR}/lib/rack/contrib/post_body_content_type_parser.rb
${GEM_LIBDIR}/lib/rack/contrib/printout.rb
${GEM_LIBDIR}/lib/rack/contrib/proctitle.rb
${GEM_LIBDIR}/lib/rack/contrib/profiler.rb
${GEM_LIBDIR}/lib/rack/contrib/relative_redirect.rb
${GEM_LIBDIR}/lib/rack/contrib/response_cache.rb
${GEM_LIBDIR}/lib/rack/contrib/response_headers.rb
${GEM_LIBDIR}/lib/rack/contrib/route_exceptions.rb
${GEM_LIBDIR}/lib/rack/contrib/runtime.rb
${GEM_LIBDIR}/lib/rack/contrib/signals.rb
${GEM_LIBDIR}/lib/rack/contrib/simple_endpoint.rb
${GEM_LIBDIR}/lib/rack/contrib/static_cache.rb
${GEM_LIBDIR}/lib/rack/contrib/time_zone.rb
${GEM_LIBDIR}/lib/rack/contrib/try_static.rb
${GEM_HOME}/specifications/${GEM_NAME}.gemspec