Skip to content

Commit

Permalink
Update the README and CHANGELOG to mention Ruby 1.9.1 support
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisk committed Feb 2, 2009
1 parent 4245edd commit a1b5555
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
10 changes: 6 additions & 4 deletions CHANGELOG
@@ -1,18 +1,20 @@
fakeweb (development) fakeweb (development)


* Fix that newlines in file-based responses could be doubled in the response * fix compatibility with Ruby 1.9.1 [Chris Kampmeier]

* fix that newlines in file-based responses could be doubled in the response
object's body [Mark Menard, Chris Kampmeier] object's body [Mark Menard, Chris Kampmeier]


* Fix unnecessary munging of the transfer-encoding header, which improves * fix unnecessary munging of the transfer-encoding header, which improves
compatibility with mechanize [Mark Menard] compatibility with mechanize [Mark Menard]


* Fix a test and the RCov dependency to be compatible with JRuby [Mark Menard] * fix a test and the RCov dependency to be compatible with JRuby [Mark Menard]


* remove an unnecessary redefinition of OpenURI::HTTPError [Josh Nichols] * remove an unnecessary redefinition of OpenURI::HTTPError [Josh Nichols]


* rearrange implementation code into separate files, one per class [Josh Nichols] * rearrange implementation code into separate files, one per class [Josh Nichols]


* Fix a bug where FakeWeb.response_for would raise if the request wasn't * fix a bug where FakeWeb.response_for would raise if the request wasn't
registered [Chris Kampmeier] registered [Chris Kampmeier]


* add HTTP method support, so FakeWeb takes both the URI and method into * add HTTP method support, so FakeWeb takes both the URI and method into
Expand Down
5 changes: 3 additions & 2 deletions README.rdoc
Expand Up @@ -7,8 +7,9 @@ level, without modifying code or writing extensive stubs.
== Installation == Installation


This fork of Blaine Cook's original code has lots of fixes, stability This fork of Blaine Cook's original code has lots of fixes, stability
improvements, JRuby support, and a few new features. To get it, install improvements, and a few new features. It also has new support for Ruby 1.9.1
the latest gem directly from GitHub (currently 1.1.2.6): and JRuby. To get it, install the latest gem directly from GitHub (currently
1.1.2.6):


sudo gem install chrisk-fakeweb --source http://gems.github.com sudo gem install chrisk-fakeweb --source http://gems.github.com


Expand Down

0 comments on commit a1b5555

Please sign in to comment.