aboutsummaryrefslogtreecommitdiffstats
path: root/util
Commit message (Collapse)AuthorAgeFilesLines
* [rubygems/rubygems] Extend the script to allow reverting the patch when ↵David Rodríguez2020-07-311-16/+50
| | | | | | tried locally https://github.com/rubygems/rubygems/commit/00ebf8c9f7
* [rubygems/rubygems] Add a CI test for basic rubygems functionality without ↵David Rodríguez2020-07-311-0/+21
| | | | | | | | | | | openssl The whole test suite actually passes on my system, but it has weird errors in CI. Since I don't want to spend time on it, instead of running the whole test suite, I'm just adding a bare test to check that `gem list` works. https://github.com/rubygems/rubygems/commit/a40d9a394a
* Removed inconsistency file from upstream repository of rubygems.Hiroshi SHIBATA2019-05-281-27/+0
| | | | followed up ae2a904ce9bffedee7d110dc60fd51c0a2879a5b
* * remove trailing spaces.git2019-05-281-1/+1
|
* Update the certificate files to make the test pass on Debian 10Yusuke Endoh2019-05-281-0/+27
The old certificate files (for example, test/rubygems/ca_cert.pem) were signed by SHA1. This message digest is considered too weak and rejected by OpenSSL 1.1.1 or later. Because of this, the test suite does not pass on Debian 10. https://rubyci.org/logs/rubyci.s3.amazonaws.com/debian/ruby-master/log/20190527T123003Z.fail.html.gz#test%2Frubygems This change regenerates the files. A shell script for the regeneration (util/create_certs.sh) is also added.