ruby-versions

A common repository of ruby version metadata

MIT License

Stars
70

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 - a md5sum compatible list of MD5 checksums of every
      released file.
    • checksums.sha1 - a sha1sum compatible list of SHA1 checksums of every
      released file.
    • checksums.sha256 - a sha256sum compatible list of SHA256 checksums of every
      released file.
    • checksums.sha512 - a sha512sum compatible list of SHA512 checksums of every
      released file.

Contributing

See the CONTRIBUTING file.