1
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 7 hours ago. based on code collected about 16 hours ago.
Apr 17, 2023 — Apr 17, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Version 3.23.0 More... about 2 months ago
Fixed CI badge. More... about 2 months ago
Fixed HTTP.rb adapter, to allow streaming real responses, when WebMock is enabled. More... about 2 months ago
Use `require_relative' instead of `require` More... about 2 months ago
Version 3.22.0 More... about 2 months ago
Since `webmock_responses` and `webmock_request_signatures` in HTTPClient adapter are now thread-local, there is no need to synchronize on mutex in order to access them. More... about 2 months ago
Revert "Revert "Merge pull request #300 from tbeauvais/httpclient_thread_safe"" More... about 2 months ago
Version 3.21.2 More... about 2 months ago
Fixed type checking in WebMock::Response#assert_valid_body! to correctly identify Hash objects and improved error message. More... about 2 months ago
Updated the list of contributors. More... about 2 months ago
Merge pull request #1016 from spikeheap/master More... about 2 months ago
Version 3.21.1 More... about 2 months ago
The stubbed Net::HTTPResponse#uri now returns request.uri, aligning it with the behavior of an actual Net::HTTPResponse. More... about 2 months ago
Version 3.21.0 More... about 2 months ago
Merge pull request #1050 from mkmba-nz/webmock_sig_uri_after_filters More... about 2 months ago
Merge pull request #1049 from etiennebarrie/dont-use-deprecated-rack-version More... about 2 months ago
httpclient: include a uri modifying filter in spec tests. More... 2 months ago
httpclient_adapter: use uri after filters when building req signature More... 2 months ago
Show deprecation warnings More... 2 months ago
Don't use deprecated Rack::VERSION in Rack 3 More... 2 months ago
Version 3.20.0 More... 2 months ago
Preserving body encoding, when building request signature for executed HTTP.rb requests. More... 2 months ago
The default stubbed response body, which is an empty String, is utf-8 encoded. More... 2 months ago
The default stubbed response body, which is an empty String, is unfrozen String. More... 2 months ago
Merge pull request #1047 from znz/patch-1 More... 2 months ago
Merge pull request #1038 from instrumentl/typhoeus-timings More... 2 months ago
Added mutex_m to dev dependencies, for the httpclient specs to pass on Ruby 3.4 More... 2 months ago
Merge pull request #1040 from mattbrictson/fix-async-specs More... 2 months ago
Updated configuration file for Github Actions CI More... 2 months ago
Merge pull request #1046 from Earlopain/remove-base64-dep More... 2 months ago