From 77d20106bcdc2655bb607cdc20f992b42599b3cb Mon Sep 17 00:00:00 2001 From: Jeremy Friesen Date: Wed, 4 Mar 2020 16:25:35 -0500 Subject: [PATCH] Fixing gemspec's changelog_uri Prior to this commit, the URI resulted in a "Page not Found". This commit corrects the URI. --- huborg.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/huborg.gemspec b/huborg.gemspec index 6099fa7..2805d8d 100644 --- a/huborg.gemspec +++ b/huborg.gemspec @@ -13,7 +13,7 @@ Gem::Specification.new do |spec| spec.metadata["homepage_uri"] = spec.homepage spec.metadata["source_code_uri"] = "https://github.com/samvera-labs/huborg/" - spec.metadata["changelog_uri"] = "https://github.com/samvera-labs/huborg/CHANGELOG.md" + spec.metadata["changelog_uri"] = "https://github.com/samvera-labs/huborg/blob/master/CHANGELOG.md" spec.metadata["documentation_uri"] = "https://www.rubydoc.info/gems/huborg/" # Specify which files should be added to the gem when it is released.