Skip to content

Commit

Permalink
Add badges to Readme; update version
Browse files Browse the repository at this point in the history
  • Loading branch information
krzyzak authored Feb 29, 2024
1 parent 00d0bc5 commit d49e6bb
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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`
Expand Down

0 comments on commit d49e6bb

Please sign in to comment.