Skip to content

Commit

Permalink
END /error_notifier/dlnk_error_notifier/g
Browse files Browse the repository at this point in the history
  • Loading branch information
dalink committed Nov 20, 2024
1 parent e400c93 commit 2923bbb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions dlnk_error_notifier.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@ Gem::Specification.new do |spec|

spec.summary = "Simple error notifier for Rails applications."
spec.description = "Send a mail (coming soon) or a webhook when an error occurs in your Rails application."
spec.homepage = "https://github.com/dalink/error_notifier"
spec.homepage = "https://github.com/dalink/dlnk_error_notifier"
spec.license = "MIT"
spec.required_ruby_version = ">= 3.0.0"

spec.metadata["allowed_push_host"] = "https://rubygems.org"

spec.metadata["homepage_uri"] = spec.homepage
spec.metadata["source_code_uri"] = "https://github.com/dalink/error_notifier"
spec.metadata["changelog_uri"] = "https://github.com/dalink/error_notifier/changelog.md"
spec.metadata["source_code_uri"] = "https://github.com/dalink/dlnk_error_notifier"
spec.metadata["changelog_uri"] = "https://github.com/dalink/dlnk_error_notifier/changelog.md"

# 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 2923bbb

Please sign in to comment.