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.
spec.homepage
metadata["homepage_uri"]
1 parent e9174df commit 7948578Copy full SHA for 7948578
jekyll.gemspec
@@ -19,10 +19,10 @@ Gem::Specification.new do |s|
19
s.require_paths = ["lib"]
20
21
s.metadata = {
22
+ "source_code_uri" => "https://github.com/jekyll/jekyll",
23
"bug_tracker_uri" => "https://github.com/jekyll/jekyll/issues",
24
"changelog_uri" => "https://github.com/jekyll/jekyll/releases",
- "homepage_uri" => "https://jekyllrb.com",
25
- "source_code_uri" => "https://github.com/jekyll/jekyll",
+ "homepage_uri" => s.homepage,
26
}
27
28
s.rdoc_options = ["--charset=UTF-8"]
0 commit comments