Skip to content

Commit

Permalink
Update links for source code and add bages
Browse files Browse the repository at this point in the history
  • Loading branch information
AnotherRegularDude committed Dec 23, 2021
1 parent 7dffa2a commit 4d5d83c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Sentry-Gruf &middot; <a target="_blank" href="https://github.com/Cado-Labs"><img src="https://github.com/Cado-Labs/cado-labs-logos/raw/main/cado_labs_badge.svg" alt="Supported by Cado Labs" style="max-width: 100%; height: 20px"></a>
# Sentry-Gruf &middot; <a target="_blank" href="https://github.com/Cado-Labs"><img src="https://github.com/Cado-Labs/cado-labs-logos/raw/main/cado_labs_badge.svg" alt="Supported by Cado Labs" style="max-width: 100%; height: 20px"></a> &middot; [![Gem Version](https://badge.fury.io/rb/sentry-gruf.svg)](https://badge.fury.io/rb/sentry-gruf) &middot; [![Coverage Status](https://coveralls.io/repos/github/Cado-Labs/sentry-gruf/badge.svg?branch=master)](https://coveralls.io/github/Cado-Labs/sentry-gruf?branch=master)

Gruf both client and server interceptors, which report bugs to the Sentry.

Expand Down
4 changes: 2 additions & 2 deletions sentry_gruf.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ Gem::Specification.new do |spec|

spec.summary = "Gruf both client and server interceptors, which report bugs to the Sentry."
spec.description = "Gruf both client and server interceptors, which report bugs to the Sentry."
spec.homepage = "https://github.com/orgs/Cado-Labs"
spec.homepage = "https://github.com/Cado-Labs/sentry-gruf"
spec.license = "MIT"
spec.required_ruby_version = ">= 2.6.0"

spec.metadata["homepage_uri"] = spec.homepage
spec.metadata["source_code_uri"] = "https://github.com/orgs/Cado-Labs"
spec.metadata["source_code_uri"] = "https://github.com/Cado-Labs/sentry-gruf"

# Specify which files should be added to the gem when it is released.
# The `git ls-files -z` loads the files in the RubyGem that have been added into git.
Expand Down

0 comments on commit 4d5d83c

Please sign in to comment.