From cea5ea623c0c5fefac65ce723382ecd53e2dc21d Mon Sep 17 00:00:00 2001 From: Piotr Murach Date: Tue, 7 Nov 2023 23:24:13 +0000 Subject: [PATCH] Add source code URI metadata to the gemspec --- strings-truncation.gemspec | 1 + 1 file changed, 1 insertion(+) diff --git a/strings-truncation.gemspec b/strings-truncation.gemspec index 89a6f94..660d0d1 100644 --- a/strings-truncation.gemspec +++ b/strings-truncation.gemspec @@ -19,6 +19,7 @@ Gem::Specification.new do |spec| spec.metadata["documentation_uri"] = "https://www.rubydoc.info/gems/strings-truncation" spec.metadata["homepage_uri"] = spec.homepage spec.metadata["rubygems_mfa_required"] = "true" + spec.metadata["source_code_uri"] = "https://github.com/piotrmurach/strings-truncation" end spec.files = Dir["lib/**/*"]