From 7fb5261783bc975fdde6894a8c7f4ef778a19189 Mon Sep 17 00:00:00 2001 From: Matthew Strapp Date: Wed, 30 Oct 2024 15:01:13 -0500 Subject: feat: Ruby (#33) * bundle gem locusts Signed-off-by: Matt Strapp * Add changeset and flesh out gemspec Signed-off-by: Matt Strapp * Oops Signed-off-by: Matt Strapp * nothing Signed-off-by: Matt Strapp * actually draw the owl Signed-off-by: Matt Strapp * oops Signed-off-by: Matt Strapp * oops 2 Signed-off-by: Matt Strapp --------- Signed-off-by: Matt Strapp --- docs/Ruby.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 docs/Ruby.md (limited to 'docs/Ruby.md') diff --git a/docs/Ruby.md b/docs/Ruby.md new file mode 100644 index 0000000..c79057a --- /dev/null +++ b/docs/Ruby.md @@ -0,0 +1,25 @@ +# locusts + +[![CI](https://github.com/locusts-r-us/locusts/actions/workflows/main.yml/badge.svg)](https://github.com/locusts-r-us/locusts/actions/workflows/main.yml) +![Gem Version](https://img.shields.io/gem/v/locusts?logo=ruby) + +## Description + +locusts is a library that provides a way to introduce locusts into your code. + +## Installation + +```sh +bundle add locusts +``` + +## Example + +```ruby +require 'locusts' + +def main + locusts.introduceLocusts + # Locusts are now in your codebase! +end +``` -- cgit v1.2.3