[rubygems/rubygems] Improve gzip errors logging
By default, the Zlib::GzipFile::Error does not include the actual data that was not in gzip format that caused the error.
Zlib::GzipFile::Error
However, its #inspect method includes it.
#inspect
I think this can be helpful to troubleshoot errors.
https://github.com/rubygems/rubygems/commit/11c8717133
[rubygems/rubygems] Improve gzip errors logging
By default, the
Zlib::GzipFile::Errordoes not include the actual datathat was not in gzip format that caused the error.
However, its
#inspectmethod includes it.I think this can be helpful to troubleshoot errors.
https://github.com/rubygems/rubygems/commit/11c8717133