| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-06-23 | 712 Bytes | |
| v2.17.3 source code.tar.gz | 2026-06-23 | 199.3 kB | |
| v2.17.3 source code.zip | 2026-06-23 | 243.5 kB | |
| Totals: 3 Items | 443.5 kB | 0 | |
Fix Savon::HTTPError compatibility with Faraday transport
Fixed
Savon::HTTPErrorworks with the Faraday transport (#1050). When a the WSDL could not be fetched undertransport: :faraday,Savon::HTTPError#to_sand#to_hashraisedNoMethodError: undefined method 'code'because they were handed a rawFaraday::Response, which exposes#statusrather than#code. Transports now normalize adapter-specific response objects intoSavon::Transport::Responsebefore they reachSavon::HTTPError.
Changelog: https://github.com/savonrb/savon/blob/main/CHANGELOG.md Commits: https://github.com/savonrb/savon/compare/v2.17.2...v2.17.3