Skip to content

Commit

Permalink
Update History and README Supported platforms. (#205)
Browse files Browse the repository at this point in the history
  • Loading branch information
junaruga authored Nov 18, 2017
1 parent 2ed55e5 commit 84c2c3a
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 2 deletions.
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

0 comments on commit 84c2c3a

Please sign in to comment.