Awesome
ruby-versions
A common repository of ruby version metadata.
Directory Structure
[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
- amd5sum
compatible list of MD5 checksums of every released file.checksums.sha1
- asha1sum
compatible list of SHA1 checksums of every released file.checksums.sha256
- asha256sum
compatible list of SHA256 checksums of every released file.checksums.sha512
- asha512sum
compatible list of SHA512 checksums of every released file.
Contributing
See the CONTRIBUTING file.