From 3ec634e55f04c620f02d900aa19a8d9b3eeb37eb Mon Sep 17 00:00:00 2001 From: Weston Ganger Date: Thu, 23 Nov 2023 11:42:30 -0800 Subject: [PATCH] Add badges to README --- .github/workflows/ruby.yml | 2 +- README.md | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ruby.yml b/.github/workflows/ruby.yml index a9421c2..4da1eac 100644 --- a/.github/workflows/ruby.yml +++ b/.github/workflows/ruby.yml @@ -5,7 +5,7 @@ # This workflow will download a prebuilt Ruby version, install dependencies and run tests with Rake # For more information see: https://github.com/marketplace/actions/setup-ruby-jruby-and-truffleruby -name: Ruby +name: Tests on: push: diff --git a/README.md b/README.md index e40d106..2d6dde4 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,9 @@ ![litestack](https://github.com/oldmoe/litestack/blob/master/assets/litestack_logo_teal_large.png?raw=true) +Gem Version +CI Status +RubyGems Downloads + All your data infrastructure, in a gem! Litestack is a Ruby gem that provides both Ruby and Ruby on Rails applications an all-in-one solution for web application data infrastructure. It exploits the power and embeddedness of SQLite to deliver a full-fledged SQL database, a fast cache , a robust job queue, a reliable message broker, a full text search engine and a metrics platform all in a single package.