Sha256: d4223a03fab6262e906241d982eb4a5ef9eb9cfd561e55b3cb76c20c14e4b10b
Contents?: true
Size: 1.52 KB
Versions: 2
Compression:
Stored size: 1.52 KB
Contents
fakeweb (development) [ Chris Kampmeier ] * sort query params before storing internally, so that http://example.com/?a=1&b=2 and http://example.com/?b=2&a=1 are considered the same URL (although this is technically incorrect, it's much more convenient--most web apps work that way, and Net::HTTP's use of a hash to pass query params means that the order in which FakeWeb stores them can be unpredictable) * add support for ports in URLs, so that http://example.com/ and http://example.com:3000/ are not the same * fix for non-faked SSL requests failing with "Unable to create local socket" * update Rakefile to fix warning about deprecated code -- Chris Kampmeier <chris@kampers.net> Mon, 13 Oct 2008 02:46:12 -0700 fakeweb (1.1.2) [ Blaine Cook ] * add required dependencies to GemSpec to ensure that tests pass in firebrigade (http://firebrigade.seattlerb.org/) -- Blaine Cook <romeda@gmail.com> Wed, 31 Aug 2007 17:26:04 -0800 fakeweb (1.1.1) [ Blaine Cook ] * fix for non-existance of :string method on File as presented by open-uri * fix for curl example test - google redirects to ccTLDs for those outside US -- Blaine Cook <romeda@gmail.com> Thu, 03 Aug 2006 03:41:48 -0800 fakeweb (1.1.0) [ Blaine Cook ] * update code to correspond to ruby 1.8.4 * breaks compatibility with ruby 1.8.2 -- Blaine Cook <romeda@gmail.com> Tue, 23 May 2006 16:13:26 -0800 fakeweb (1.0.0) [ Blaine Cook ] * initial import -- Blaine Cook <romeda@gmail.com> Mon, 22 May 2006 11:53:42 -0800
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
chrisk-fakeweb-1.1.2.2 | CHANGELOG |
chrisk-fakeweb-1.1.2.3 | CHANGELOG |