A common repository of ruby version metadata.
[ruby]/versions.txt- an exhaustive list of every released version. Versions must be listed in natural order.stable.txt- a list of current stable versions. Versions must be listed in natural order.checksums.md5- amd5sumcompatible list of MD5 checksums of every released file.checksums.sha1- asha1sumcompatible list of SHA1 checksums of every released file.checksums.sha256- asha256sumcompatible list of SHA256 checksums of every released file.checksums.sha512- asha512sumcompatible list of SHA512 checksums of every released file.
- Add the new version to
versions.txt. - Replace the previous version in
stable.txtwith the new version. - Append the MD5 checksums for all released files to
checksums.md5. - Append the SHA1 checksums for all released files to
checksums.sha1. - Append the SHA256 checksums for all released files to
checksums.sha256. - Append the SHA512 checksums for all released files to
checksums.sha512.