We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9da3fe commit 8c084bfCopy full SHA for 8c084bf
stringio.gemspec
@@ -39,6 +39,8 @@ Gem::Specification.new do |s|
39
s.required_ruby_version = ">= 2.7"
40
s.summary = "Pseudo IO on String"
41
42
+ s.metadata["changelog_uri"] = "#{s.homepage}/releases/tag/v#{s.version}"
43
+
44
# s.cert_chain = %w[certs/nobu.pem]
45
# s.signing_key = File.expand_path("~/.ssh/gem-private_key.pem") if $0 =~ /gem\z/
46
end
0 commit comments