Skip to content

Commit

Permalink
Fixing gemspec's changelog_uri
Browse files Browse the repository at this point in the history
Prior to this commit, the URI resulted in a "Page not Found". This
commit corrects the URI.
  • Loading branch information
jeremyf committed Mar 4, 2020
1 parent fee2fc3 commit 77d2010
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion huborg.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 77d2010

Please sign in to comment.