Skip to content

Commit

Permalink
Added github badges with latest links (#153)
Browse files Browse the repository at this point in the history
* Added github badges with latest links

* Updated the build status link

* Updated json-canonicalization version as 0.3.2 removed from ruby gems
  • Loading branch information
ashwinisukale authored Dec 6, 2023
1 parent 6e23402 commit 05565f1
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ gem "shoryuken", "~> 4.0"
gem "simple_command"
gem "slack-notifier", "~> 2.3", ">= 2.3.2"
gem "sprockets", "~> 3.7", ">= 3.7.2"
gem "json-canonicalization", '0.3.1'

group :development, :test do
gem "better_errors"
Expand Down
7 changes: 4 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -200,10 +200,10 @@ GEM
iso8601 (0.9.1)
jmespath (1.5.0)
json (2.6.1)
json-canonicalization (0.3.2)
json-ld (3.2.5)
json-canonicalization (0.3.1)
json-ld (3.2.4)
htmlentities (~> 4.3)
json-canonicalization (~> 0.3, >= 0.3.2)
json-canonicalization (~> 0.3)
link_header (~> 0.0, >= 0.0.8)
multi_json (~> 1.15)
rack (>= 2.2, < 4)
Expand Down Expand Up @@ -477,6 +477,7 @@ DEPENDENCIES
faraday_middleware-aws-sigv4 (~> 0.2.4)
git (~> 1.5)
iso8601 (~> 0.9.0)
json-canonicalization (= 0.3.1)
jwt
kaminari (~> 1.0, >= 1.0.1)
listen (>= 3.0.5, < 3.2)
Expand Down
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
# Message broker for Event Data Services

[![Identifier](https://img.shields.io/badge/doi-10.5438%2Ft1jg--hvhn-fca709.svg)](https://doi.org/10.5438/t1jg-hvhn)
[![Build Status](https://github.com/datacite/levriero/actions/workflows/deploy.yml/badge.svg?branch=master)](https://github.com/datacite/levriero/actions/workflows/deploy.yml?branch=master)

[![Build Status](https://github.com/datacite/levriero/actions/workflows/deploy.yml/badge.svg?branch=master)](https://github.com/datacite/levriero/workflows/Deploy/badge.svg)
![Release](https://github.com/datacite/levriero/workflows/Release/badge.svg)
[![Maintainability](https://api.codeclimate.com/v1/badges/ddb43ea782a1f201edfc/maintainability)](https://codeclimate.com/github/datacite/levriero/maintainability)
[![Test Coverage](https://api.codeclimate.com/v1/badges/ddb43ea782a1f201edfc/test_coverage)](https://codeclimate.com/github/datacite/levriero/test_coverage)

Levriero runs agents for the Crossref/DataCite Event Data service.

Expand Down

0 comments on commit 05565f1

Please sign in to comment.