Skip to content

Commit

Permalink
rename
Browse files Browse the repository at this point in the history
  • Loading branch information
GrantBirki committed Nov 14, 2023
1 parent aab8551 commit 24c6abf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# redacting-logger

[![test](https://github.com/GrantBirki/redacting-logger/actions/workflows/test.yml/badge.svg)](https://github.com/GrantBirki/redacting-logger/actions/workflows/test.yml) [![lint](https://github.com/GrantBirki/redacting-logger/actions/workflows/lint.yml/badge.svg)](https://github.com/GrantBirki/redacting-logger/actions/workflows/lint.yml) [![build](https://github.com/GrantBirki/redacting-logger/actions/workflows/build.yml/badge.svg)](https://github.com/GrantBirki/redacting-logger/actions/workflows/build.yml) [![CodeQL](https://github.com/GrantBirki/redacting-logger/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/GrantBirki/redacting-logger/actions/workflows/codeql-analysis.yml) [![release](https://github.com/GrantBirki/redacting-logger/actions/workflows/release.yml/badge.svg)](https://github.com/GrantBirki/redacting-logger/actions/workflows/release.yml)
[![test](https://github.com/github/redacting-logger/actions/workflows/test.yml/badge.svg)](https://github.com/github/redacting-logger/actions/workflows/test.yml) [![lint](https://github.com/github/redacting-logger/actions/workflows/lint.yml/badge.svg)](https://github.com/github/redacting-logger/actions/workflows/lint.yml) [![build](https://github.com/github/redacting-logger/actions/workflows/build.yml/badge.svg)](https://github.com/github/redacting-logger/actions/workflows/build.yml) [![CodeQL](https://github.com/github/redacting-logger/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/github/redacting-logger/actions/workflows/codeql-analysis.yml) [![release](https://github.com/github/redacting-logger/actions/workflows/release.yml/badge.svg)](https://github.com/github/redacting-logger/actions/workflows/release.yml)

A redacting Ruby logger to prevent the leaking of secrets via logs

Expand All @@ -10,7 +10,7 @@ A redacting Ruby logger to prevent the leaking of secrets via logs

## Installation 💎

You can download this Gem from either [RubyGems](https://rubygems.org/gems/redacting-logger) or [GitHub Packages](https://github.com/GrantBirki/redacting-logger/pkgs/rubygems/redacting-logger)
You can download this Gem from either [RubyGems](https://rubygems.org/gems/redacting-logger) or [GitHub Packages](https://github.com/github/redacting-logger/pkgs/rubygems/redacting-logger)

RubyGems (Recommended):

Expand Down
8 changes: 4 additions & 4 deletions redacting-logger.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ Gem::Specification.new do |spec|
A redacting Ruby logger to prevent the leaking of secrets via logs
SPEC_DESC

spec.homepage = "https://github.com/grantbirki/redacting-logger"
spec.homepage = "https://github.com/github/redacting-logger"
spec.metadata = {
"source_code_uri" => "https://github.com/grantbirki/redacting-logger",
"documentation_uri" => "https://github.com/grantbirki/redacting-logger",
"bug_tracker_uri" => "https://github.com/grantbirki/redacting-logger/issues"
"source_code_uri" => "https://github.com/github/redacting-logger",
"documentation_uri" => "https://github.com/github/redacting-logger",
"bug_tracker_uri" => "https://github.com/github/redacting-logger/issues"
}

spec.add_dependency "logger", "~> 1.6"
Expand Down

0 comments on commit 24c6abf

Please sign in to comment.