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
- Host: GitHub
- URL: https://github.com/moritzheiber/ruby-version-checker-rs
- Owner: moritzheiber
- License: mit
- Created: 2023-01-04T16:04:56.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-04-09T09:54:23.000Z (about 1 year ago)
- Last Synced: 2025-04-09T10:43:05.363Z (about 1 year ago)
- Language: Rust
- Size: 313 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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`