Skip to content

Commit

Permalink
rename to redacting-logger
Browse files Browse the repository at this point in the history
  • Loading branch information
GrantBirki committed Nov 13, 2023
1 parent 0aa454c commit 2d4f0c9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
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.0.3"
VERSION = "0.0.4"
end
end
12 changes: 6 additions & 6 deletions RedactingLogger.gemspec → redacting-logger.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
require_relative "lib/version"

Gem::Specification.new do |spec|
spec.name = "RedactingLogger"
spec.name = "redacting-logger"
spec.version = RedactingLogger::Version::VERSION
spec.authors = ["Grant Birkinbine"]
spec.email = "[email protected]"
Expand All @@ -14,18 +14,18 @@ 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/RedactingLogger"
spec.homepage = "https://github.com/grantbirki/redacting-logger"
spec.metadata = {
"source_code_uri" => "https://github.com/grantbirki/RedactingLogger",
"documentation_uri" => "https://github.com/grantbirki/RedactingLogger",
"bug_tracker_uri" => "https://github.com/grantbirki/RedactingLogger/issues"
"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"
}

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

spec.required_ruby_version = Gem::Requirement.new(">= 3.0.0")

spec.files = %w[LICENSE README.md RedactingLogger.gemspec]
spec.files = %w[LICENSE README.md redacting-logger.gemspec]
spec.files += Dir.glob("lib/**/*.rb")
spec.require_paths = ["lib"]
end

0 comments on commit 2d4f0c9

Please sign in to comment.