We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47a8453 commit 253abf3Copy full SHA for 253abf3
zip_kit.gemspec
@@ -12,6 +12,11 @@ Gem::Specification.new do |spec|
12
spec.description = "Stream out ZIP files from Ruby. Successor to zip_tricks."
13
spec.homepage = "https://github.com/julik/zip_kit"
14
15
+ # The homepage link on rubygems.org only appears if you add homepage_uri. Just spec.homepage is not enough.
16
+ spec.metadata["homepage_uri"] = spec.homepage
17
+ spec.metadata["source_code_uri"] = spec.homepage
18
+ spec.metadata["changelog_uri"] = "#{spec.homepage}/blob/main/CHANGELOG.md"
19
+
20
spec.required_ruby_version = ">= 2.6.0"
21
22
spec.metadata["allowed_push_host"] = "https://rubygems.org"
0 commit comments