Sha256: e6113b0116550ecd16d4e6276ef93198c9af5a2af888405d780d629b5cea150f
Contents?: true
Size: 319 Bytes
Versions: 338
Compression:
Stored size: 319 Bytes
Contents
The CA path symlinks can be created by c_rehash(1ssl). But in order for the tests to work on Windows, they have to be regular files. You can turn them all into regular files by running this on a GNU system: for file in $(find . -type l); do cp -iv --remove-destination $(readlink -e $file) $file done
Version data entries
338 entries across 142 versions & 12 rubygems