From d49e6bbb8aeea3238f94cf1d74598721ae4e2a14 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Krzy=C5=BCanowski?= Date: Thu, 29 Feb 2024 08:34:32 +0100 Subject: [PATCH] Add badges to Readme; update version --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 36edcc5..73f9a74 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,9 @@ # Gush +![Gem Version](https://img.shields.io/gem/v/gush) +![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/chaps-io/gush/ruby.yml) + + Gush is a parallel workflow runner using only Redis as storage and [ActiveJob](http://guides.rubyonrails.org/v4.2/active_job_basics.html#introduction) for scheduling and executing jobs. ## Theory @@ -15,7 +19,7 @@ This README is about the latest `master` code, which might differ from what is r ### 1. Add `gush` to Gemfile ```ruby -gem 'gush', '~> 2.1' +gem 'gush', '~> 3.0' ``` ### 2. Create `Gushfile`