Skip to content

Commit

Permalink
1.7.8 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
myronmarston committed Nov 20, 2011
1 parent 2fe6808 commit 18b3e7f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,11 @@
# Changelog # Changelog


## 1.7.8

* Fix each adapter so that it calls a `stub.with` block only once per
request. Previously, the block would be called two or three times per
request [Myron Marston](https://github.com/myronmarston).

## 1.7.7 - RuPy 2011 release ## 1.7.7 - RuPy 2011 release


* Passing response object to a block passed to `HTTPClient#do_get_block`. This fixes `HTTPClient.get_content` failures. [issue 130](https://github.com/bblimke/webmock/pull/130) * Passing response object to a block passed to `HTTPClient#do_get_block`. This fixes `HTTPClient.get_content` failures. [issue 130](https://github.com/bblimke/webmock/pull/130)
Expand Down
2 changes: 1 addition & 1 deletion lib/webmock/version.rb
@@ -1,3 +1,3 @@
module WebMock module WebMock
VERSION = '1.7.7' unless defined?(::WebMock::VERSION) VERSION = '1.7.8' unless defined?(::WebMock::VERSION)
end end

0 comments on commit 18b3e7f

Please sign in to comment.