From fae2293550581ad8fc1aee7748ba93a9fff1ec97 Mon Sep 17 00:00:00 2001 From: Benjamin Quorning Date: Tue, 28 Apr 2026 19:18:26 +0200 Subject: [PATCH 1/2] Mention Ruby 4.0 in Readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b69ad47..ea040b2 100644 --- a/README.md +++ b/README.md @@ -77,7 +77,7 @@ Have questions? Want to suggest a feature or change? Join a discussion group: **ed25519.rb** is supported on and tested against the following platforms: -- MRI 3.0, 3.1, 3.2, 3.3, 3.4 +- MRI 3.0, 3.1, 3.2, 3.3, 3.4, 4.0 - JRuby 9.4.12, 10.0.0 ## Installation From 5c989959869f9f031bf55d44784fc23f9d4eba7d Mon Sep 17 00:00:00 2001 From: Benjamin Quorning Date: Tue, 28 Apr 2026 19:19:04 +0200 Subject: [PATCH 2/2] Fix CI image links in Readme Changed https://github.com/RubyCrypto/ed25519/actions?query=workflow%3ACI+branch%3Amaster to https://github.com/RubyCrypto/ed25519/actions/workflows/ci.yml?query=branch%3Amain and https://github.com/RubyCrypto/ed25519/workflows/CI/badge.svg to https://github.com/RubyCrypto/ed25519/actions/workflows/ci.yml/badge.svg (the image link created by the "Create status badge" link on the CI page) --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ea040b2..c2336ae 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ -# ed25519.rb [![Latest Version][gem-shield]][gem-link] [![Yard Docs][docs-image]][docs-link] [![License: MIT][license-image]][license-link] [![CI Status][ci-image]][ci-link] +# ed25519.rb [![Latest Version][gem-shield]][gem-link] [![Yard Docs][docs-image]][docs-link] [![License: MIT][license-image]][license-link] [![CI Status][ci-image]][ci-link] [gem-shield]: https://img.shields.io/gem/v/ed25519?logo=ruby [gem-link]: https://rubygems.org/gems/ed25519 -[ci-image]: https://github.com/RubyCrypto/ed25519/workflows/CI/badge.svg -[ci-link]: https://github.com/RubyCrypto/ed25519/actions?query=workflow%3ACI+branch%3Amaster +[ci-image]: https://github.com/RubyCrypto/ed25519/actions/workflows/ci.yml/badge.svg +[ci-link]: https://github.com/RubyCrypto/ed25519/actions/workflows/ci.yml?query=branch%3Amain [docs-image]: https://img.shields.io/badge/yard-docs-blue.svg [docs-link]: http://www.rubydoc.info/gems/ed25519/1.4.0 [license-image]: https://img.shields.io/badge/license-MIT-blue.svg