diff options
author | Matthew Strapp <matt@mattstrapp.net> | 2024-10-30 15:01:13 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-30 15:01:13 -0500 |
commit | 7fb5261783bc975fdde6894a8c7f4ef778a19189 (patch) | |
tree | 34fcb0ba4055382a5bf5093661e39ec8eccf5bbd /README.md | |
parent | docs: Fix error in .NET example (diff) | |
download | locusts-7fb5261783bc975fdde6894a8c7f4ef778a19189.tar locusts-7fb5261783bc975fdde6894a8c7f4ef778a19189.tar.gz locusts-7fb5261783bc975fdde6894a8c7f4ef778a19189.tar.bz2 locusts-7fb5261783bc975fdde6894a8c7f4ef778a19189.tar.lz locusts-7fb5261783bc975fdde6894a8c7f4ef778a19189.tar.xz locusts-7fb5261783bc975fdde6894a8c7f4ef778a19189.tar.zst locusts-7fb5261783bc975fdde6894a8c7f4ef778a19189.zip |
feat: Ruby (#33)
* bundle gem locusts
Signed-off-by: Matt Strapp <matt@mattstrapp.net>
* Add changeset and flesh out gemspec
Signed-off-by: Matt Strapp <matt@mattstrapp.net>
* Oops
Signed-off-by: Matt Strapp <matt@mattstrapp.net>
* nothing
Signed-off-by: Matt Strapp <matt@mattstrapp.net>
* actually draw the owl
Signed-off-by: Matt Strapp <matt@mattstrapp.net>
* oops
Signed-off-by: Matt Strapp <matt@mattstrapp.net>
* oops 2
Signed-off-by: Matt Strapp <matt@mattstrapp.net>
---------
Signed-off-by: Matt Strapp <matt@mattstrapp.net>
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -18,6 +18,7 @@ We here at Locusts-R-Us have developed a series of libraries for all sorts of pr ## Packages [![Crates.io Version](https://img.shields.io/crates/v/locusts?style=for-the-badge&logo=rust&color=%23f74b00)](https://crates.io/crates/locusts) +[![Gem Version](https://img.shields.io/gem/v/locusts?style=for-the-badge&logo=rubygems&logoColor=%23E9573F)](https://rubygems.org/gems/locusts) [![Docker Image Version](https://img.shields.io/docker/v/rosstheross/locusts?sort=semver&style=for-the-badge&logo=docker&logoColor=%232496ED)](https://hub.docker.com/r/rosstheross/locusts) [![go.mod Version](https://img.shields.io/github/go-mod/go-version/locusts-r-us/locusts?style=for-the-badge&logo=go&color=%2300ADD8)](https://pkg.go.dev/github.com/locusts-r-us/locusts) [![Hex.pm Version](https://img.shields.io/hexpm/v/locusts?style=for-the-badge&logo=elixir&color=%234B275F)](https://hex.pm/packages/locusts) @@ -60,6 +61,7 @@ See the [CONTRIBUTING.md](./CONTRIBUTING.md) file for more information. - [JavaScript/TypeScript](./docs/JavaScript.md) - [BEAM](./docs/BEAM.md) - [JVM](./docs/JVM.md) +- [Ruby](./docs/Ruby.md) ### Not a language but still supported |