Skip to content

Commit 319f4de

Browse files
authored
Update README.md (#49)
- Mention Ruby 4.0 - Fix CI image links
1 parent 43792c0 commit 319f4de

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
# 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]
1+
# 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]
22

33
[gem-shield]: https://img.shields.io/gem/v/ed25519?logo=ruby
44
[gem-link]: https://rubygems.org/gems/ed25519
5-
[ci-image]: https://github.com/RubyCrypto/ed25519/workflows/CI/badge.svg
6-
[ci-link]: https://github.com/RubyCrypto/ed25519/actions?query=workflow%3ACI+branch%3Amaster
5+
[ci-image]: https://github.com/RubyCrypto/ed25519/actions/workflows/ci.yml/badge.svg
6+
[ci-link]: https://github.com/RubyCrypto/ed25519/actions/workflows/ci.yml?query=branch%3Amain
77
[docs-image]: https://img.shields.io/badge/yard-docs-blue.svg
88
[docs-link]: http://www.rubydoc.info/gems/ed25519/1.4.0
99
[license-image]: https://img.shields.io/badge/license-MIT-blue.svg
@@ -77,7 +77,7 @@ Have questions? Want to suggest a feature or change? Join a discussion group:
7777

7878
**ed25519.rb** is supported on and tested against the following platforms:
7979

80-
- MRI 3.0, 3.1, 3.2, 3.3, 3.4
80+
- MRI 3.0, 3.1, 3.2, 3.3, 3.4, 4.0
8181
- JRuby 9.4.12, 10.0.0
8282

8383
## Installation

0 commit comments

Comments
 (0)