An open API service indexing awesome lists of open source software.

https://github.com/moritzheiber/ruby-version-checker-rs

A small Rust program to fetch the latest Ruby releases
https://github.com/moritzheiber/ruby-version-checker-rs

Last synced: about 1 year ago
JSON representation

A small Rust program to fetch the latest Ruby releases

Awesome Lists containing this project

README

          

# Ruby Version Checker

A small Rust program to fetch the latest [Ruby](https://ruby-lang.org) releases and return them as a JSON object, listing every available minor version (according to SemVer), including their download URLs and sha256 checksum(s).

## Docker image

There is a Docker image (built from `main`) available at:

`ghcr.io/moritzheiber/ruby-version-checker`