pkgsrc/www/ruby-rack-test/PLIST
taca d7d1a5a08b www/ruby-rack-test: update to 1.1.0
Update ruby-rack-test to 1.1.0.

## 1.1.0 / 2018-07-21

* Breaking changes:
  * None

* Minor enhancements / new functionality:
  * [GitHub] Added configuration for Stale (Per Lundberg #232)
  * follow_direct: Include rack.session.options (Mark Edmondson #233)
  * [CI] Add simplecov (fatkodima #227)

Bug fixes:
  * Follow relative locations correctly. (Samuel Williams #230)

## 1.0.0 / 2018-03-27

* Breaking changes:
  * Always set CONTENT_TYPE for non-GET requests
    (Per Lundberg #223)

* Minor enhancements / bug fixes:
  * Create tempfile using the basename without extension
    (Edouard Chin #201)
  * Save `session` during `follow_redirect!`
    (Alexander Popov #218)
  * Document how to use URL params with DELETE method
    (Timur Platonov #220)

## 0.8.3 / 2018-02-27

* Bug fixes:
  * Do not set Content-Type if params are explicitly set to nil
    (Bartek Bu©Èat #212). Fixes #200.
  * Fix `UploadedFile#new` regression
    (Per Lundberg #215)

* Minor enhancements
  * [CI] Test against Ruby 2.5 (Nicolas Leger #217)

## 0.8.2 / 2017-11-21

* Bug fixes:
  * Bugfix for `UploadedFile.new` unintended API breakage.
    (Per Lundberg #210)

## 0.8.0 / 2017-11-20

* Known Issue
  * In `UploadedFile.new`, when passing e.g. a `Pathname` object,
    errors can be raised (eg. `ArgumentError: Missing original_filename
    for IO`, or `NoMethodError: undefined method 'size'`) See #207, #209.
* Minor enhancements
  * Add a required_ruby_version of >= 2.2.2, similar to rack 2.0.1.
    (Samuel Giddins #194)
  * Remove new line from basic auth. (Felix Kleinschmidt #185)
  * Rubocop fixes (Per Lundberg #196)
  * Add how to install rack-test from github to README. (Jun Aruga #189)
  * Update CodeClimate badges (Toshimaru #195)
  * Add the ability to create Test::UploadedFile instances without
    the file system (Adam Milligan #149)
  * Add custom_request, remove duplication (Johannes Barre #184)
  * README.md: Added note about how to post JSON (Per Lundberg #198)
  * README.md: Added version badge (Per Lundberg #199)
* Bug fixes
  * Bugfix for Cookies with multiple paths (Kyle Welsby #197)
2019-03-03 16:45:21 +00:00

14 lines
544 B
Text

@comment $NetBSD: PLIST,v 1.4 2019/03/03 16:45:21 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/mock_session.rb
${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/mock_digest_request.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