WebMock v1.7.7 Release Notes

    • Passing response object to a block passed to HTTPClient#do_get_block. This fixes HTTPClient.get_content failures. issue 130

      Thanks to Chris McGrath

    • ⚠ Cleaned up ruby warnings when running WebMock code with -w.

      Thanks to Stephen Celis

    • Curb adapter now correctly calls on_failure for 4xx response codes.

      Thanks to Eugene Pimenov