Revisions of rubygem-webmock

Stephan Kulow's avatar Stephan Kulow (coolo) committed (revision 24)
update
Stephan Kulow's avatar Stephan Kulow (coolo) committed (revision 23)
update
Stephan Kulow's avatar Stephan Kulow (coolo) committed (revision 22)
update
Stephan Kulow's avatar Stephan Kulow (coolo) committed (revision 21)
update
Stephan Kulow's avatar Stephan Kulow (coolo) committed (revision 20)
update
Stephan Kulow's avatar Stephan Kulow (coolo) committed (revision 19)
update
Stephan Kulow's avatar Stephan Kulow (coolo) committed (revision 18)
update
Stephan Kulow's avatar Stephan Kulow (coolo) committed (revision 17)
update
Stephan Kulow's avatar Stephan Kulow (coolo) committed (revision 16)
update
Stephan Kulow's avatar Stephan Kulow (coolo) committed (revision 15)
update
Stephan Kulow's avatar Stephan Kulow (coolo) committed (revision 14)
update
Stephan Kulow's avatar Stephan Kulow (coolo) committed (revision 13)
- updated to version 1.13.0
 * Net::HTTP::Persistent compatibility.
   WebMock doesn't disconnect previously started connections upon a request anymore.
 
 * Fixed issue with handling Addressable::URI with query params passed to `Net::HTTP.get_response`
 
   Thanks to [Leif Bladt](https://github.com/leifbladt)
 
 * Fixed HTTPClient adapter to not raise an error if a request with multipart body is executed.
Stephan Kulow's avatar Stephan Kulow (coolo) committed (revision 12)
- updated to version 1.12.2
  * Fixed issue with handling request.path when Addressable::URI is passed to #request instead of URI with Ruby 2.0.
  
    Thanks to [Leif Bladt](https://github.com/leifbladt)
  
  * Accept integers as query param values in request stubs
  
    i.e. `stub_request(:get, /.*/).with(:query => {"a" => 1})`
  
    Thanks to [Mitsutaka Mimura](https://github.com/takkanm)
  
  * Fixed Minitest < 5.0 compatibility
  
    Thanks to [Alex Tomlins](https://github.com/alext) for reporting the issue.
  
  * Not using Gem spec anymore to check loaded Curb version.
  
  * `WebMock.disable_net_connect!` now accepts array of regexps as allow param:
  
    i.e. `WebMock.disable_net_connect!(:allow => [/google.com/, /yahoo.com/])`
  
    Thanks to [Bastien Vaucher](https://github.com/bastien)
  
  * Fixed `on_header` Curb callback behaviour in Curb adapter
  
    Thanks to [Joel Chippindale](https://github.com/mocoso)
  
  * Fixed aws-sdk compatibility with Ruby 2.0, by supporting `continue_timeout` accessor on Net::HTTP socket.
  
     Thanks to [Lin Jen-Shin](https://github.com/godfat)
Stephan Kulow's avatar Stephan Kulow (coolo) committed (revision 11)
- updated to version 1.11.0
 * Excon >= 0.17 support.
 * '+' in request path is treated as plus, but in query params always as a space.
Stephan Kulow's avatar Stephan Kulow (coolo) committed (revision 10)
- updated to version 1.10.1
 * '+' in request body is still treated as a space. This fixes a bug introduced in previous version.
 * Fixed issue: response body declared as Proc was not evaluated again on subsequent requests.
 * '+' in query params is not treated as space anymore and is encoded as %2B
 * added `remove_request_stub` method to the api to allow removing unused stubs i.e.
 
         stub_get = stub_request(:get, "www.example.com")
         remove_request_stub(stub_get)
 
 * `assert_requested` and `assert_not_requested` raise an error if a stub object is provided together with a block.
 * Fixed issue with unavailable constant Mutex in Ruby < 1.9
 * Added support for Excon's :response_block parameter
 * Fix 'rack.errors' not being set for Rack apps
 * Added support for minitest assertions count
 * Fixed issues with registering http requests in multi-threaded environments
 * Bumped Crack version to >=0.3.2
 * Fixed issues in Typhoeus 0.6. Defaulted method to GET when no method specified.
Stephan Kulow's avatar Stephan Kulow (coolo) committed (revision 9)
- updated to version 1.9.0
 * Added support for Typhoeus >= 0.5.0 and removed support for Typhoeus < 0.5.0.
Stephan Kulow's avatar Stephan Kulow (coolo) committed (revision 8)
- updated to version 1.8.11
 * Fix excon adapter to handle `:body => some_file_object`
Stephan Kulow's avatar Stephan Kulow (coolo) committed (revision 7)
- updated to version 1.8.10
  * em-http-request fix. After request callbacks are correctly invoked for 3xx responses,
    when :redirects option is set.
      Thanks to [Myron Marston](https://github.com/myronmarston) for reporting that issue.
  
  * Fixed compatibility with Net::HTTP::DigestAuth
      Thanks to [Jonathan Hyman](https://github.com/jonhyman) for reporting that issue.
  
  * Fixed problem in em-http-request 0.x appending the query to the client URI twice.
      Thanks to [Paweł Pierzchała](https://github.com/wrozka)
Stephan Kulow's avatar Stephan Kulow (coolo) committed (revision 6)
- updated to version 1.8.9
  * Fixed problem with caching nil responses when the same HTTPClient instance is used.
  
      Thanks to [Myron Marston](https://github.com/myronmarston)
  
  * Added support for Addressable >= 2.3.0. Addressable 2.3.0 removed support for multiple query value notations and broke backwards compatibility.
  
      https://github.com/sporkmonger/addressable/commit/f51e290b5f68a98293327a7da84eb9e2d5f21c62
      https://github.com/sporkmonger/addressable/issues/77
Stephan Kulow's avatar Stephan Kulow (coolo) committed (revision 5)
gem2rpm
Displaying revisions 41 - 60 of 64
openSUSE Build Service is sponsored by