From 2923bbb3afd1358e6b3fe9d090f7c4a243378252 Mon Sep 17 00:00:00 2001 From: dalink Date: Wed, 20 Nov 2024 11:20:52 +0100 Subject: [PATCH] END /error_notifier/dlnk_error_notifier/g --- dlnk_error_notifier.gemspec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dlnk_error_notifier.gemspec b/dlnk_error_notifier.gemspec index 67a92ba..cb9321c 100644 --- a/dlnk_error_notifier.gemspec +++ b/dlnk_error_notifier.gemspec @@ -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.