We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a6b99f commit 9c9a5e5Copy full SHA for 9c9a5e5
stringio.gemspec
@@ -39,7 +39,7 @@ 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 + "/blob/master/NEWS.md"
+ 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/
0 commit comments