Skip to content

Commit

Permalink
Version 1.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
bblimke committed Aug 17, 2011
1 parent bd04ba3 commit 6b422e4
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

## 1.7.3

* Added `Get`, `Post`, `Delete`, `Put`, `Head`, `Option` constants to replaced `Net::HTTP` to make it possible to marshal objects with these constants assigned to properties. This fixed problem with `tvdb_party` gem which serializes HTTParty responses.

Thanks to [Klaus Hartl](https://github.com/carhartl) for reporting this issue.

## 1.7.2

* Redefined `const_get` and `constants` methods on the replaced `Net::HTTP` to return same values as original `Net::HTTP`
Expand Down
2 changes: 1 addition & 1 deletion lib/webmock/version.rb
@@ -1,3 +1,3 @@
module WebMock
VERSION = '1.7.2' unless defined?(::WebMock::VERSION)
VERSION = '1.7.3' unless defined?(::WebMock::VERSION)
end

0 comments on commit 6b422e4

Please sign in to comment.