Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update History and README Supported platforms. #205

Merged
merged 1 commit into from
Nov 18, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 16 additions & 2 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
## vNext / 2017-xx-xx
* Remove new line from basic auth. (Felix Kleinschmidt #185, closes #64)
## 0.8.0 / 2017-xx-xx

* 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)

## 0.7.0 / 2017-07-10

Expand Down
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,15 @@ to build on.
* Set request headers to be used by all subsequent requests
* Small footprint. Approximately 200 LOC

## Supported platforms

* 2.2.2+
* 2.3
* 2.4
* JRuby 9.1.+

If you are using Ruby 1.8, 1.9 or JRuby 1.7, use rack-test 0.6.3.

## Examples
(The examples use `Test::Unit` but it's equally possible to use `rack-test` with other testing frameworks like `rspec`.)

Expand Down