From dc6cf72e203e6b3d3c7eab773d5e1a435dec7f2e Mon Sep 17 00:00:00 2001 From: Aidan Samuel Date: Wed, 12 Apr 2023 10:26:41 +1000 Subject: [PATCH] Update broken documentation and homepage links --- her.gemspec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/her.gemspec b/her.gemspec index 17976122..2d88e857 100644 --- a/her.gemspec +++ b/her.gemspec @@ -8,10 +8,15 @@ Gem::Specification.new do |s| s.version = Her::VERSION s.authors = ["Rémi Prévost"] s.email = ["remi@exomel.com"] - s.homepage = "http://her-rb.org" + s.homepage = "https://github.com/remi/her" s.license = "MIT" s.summary = "A simple Representational State Transfer-based Hypertext Transfer Protocol-powered Object Relational Mapper. Her?" s.description = "Her is an ORM that maps REST resources and collections to Ruby objects" + + s.metadata["bug_tracker_uri"] = "https://github.com/remi/her/issues" + s.metadata["changelog_uri"] = "https://github.com/remi/her/blob/master/UPGRADE.md" + s.metadata["documentation_uri"] = "https://github.com/remi/her" + s.metadata["source_code_uri"] = "https://github.com/remi/her" s.files = `git ls-files`.split("\n") s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")