Skip to content

Commit

Permalink
update docs and push a new release
Browse files Browse the repository at this point in the history
  • Loading branch information
GrantBirki committed Nov 14, 2023
1 parent 24c6abf commit 0b45ad3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 11 deletions.
14 changes: 4 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +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/github/redacting-logger/pkgs/rubygems/redacting-logger)

RubyGems (Recommended):

```bash
gem install redacting-logger
```

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

Via a Gemfile:

Expand All @@ -27,7 +19,9 @@ Via a Gemfile:

source "https://rubygems.org"

gem "redacting-logger", "~> X.X.X" # Replace X.X.X with the latest version
source "https://rubygems.pkg.github.com/github" do
gem "redacting-logger", "~> X.X.X" # Replace X.X.X with the latest version
end
```

## Usage 💻
Expand Down
2 changes: 1 addition & 1 deletion lib/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module RedactingLogger
module Version
VERSION = "0.1.0"
VERSION = "0.2.0"
end
end

0 comments on commit 0b45ad3

Please sign in to comment.