Skip to content

Commit b8371b3

Browse files
authored
add github.com/broothie/typeid-ruby to README.md (#62)
Adding a Ruby implementation of typeid, [typeid-ruby](https://github.com/broothie/typeid-ruby). It's been tested against the provided `valid.yml` and `invalid.yml` files. It does not come with a CLI, not sure if that's a requirement!
1 parent 5aa1124 commit b8371b3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ Implementations should adhere to the formal [specification](./spec).
4848
| -------- | ------ | ---------------------- |
4949
| [C# (.Net)](https://github.com/TenCoKaciStromy/typeid-dotnet) | @TenCoKaciStromy | Not Yet |
5050
| [Python](https://github.com/akhundMurad/typeid-python) | @akhundMurad | Yes, 2023-06-30 |
51+
| [Ruby](https://github.com/broothie/typeid-ruby) | [@broothie](https://github.com/broothie) | Yes, on 2023-06-30 |
5152
| [Rust](https://github.com/alisa101rs/typeid-rs) | @alisa101rs | Not Yet |
5253
| [Rust](https://github.com/conrad/type-safe-id) | @conrad | Not Yet |
5354
| [Swift](https://github.com/Frizlab/swift-typeid) | @Frizlab | Yes, on 2023-06-30 |

0 commit comments

Comments
 (0)