Skip to content

Commit d76180d

Browse files
committed
add gem metadata
goddammit, hoe.
1 parent 13132fc commit d76180d

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Rakefile

+8
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,14 @@ HOE = Hoe.spec 'nokogiri' do
115115
self.readme_file = "README.md"
116116
self.history_file = "CHANGELOG.md"
117117

118+
self.urls = {
119+
"home" => "https://nokogiri.org",
120+
"bugs" => "https://github.com/sparklemotion/nokogiri/issues",
121+
"doco" => "https://nokogiri.org/rdoc/index.html",
122+
"clog" => "https://nokogiri.org/CHANGELOG.html",
123+
"code" => "https://github.com/sparklemotion/nokogiri}",
124+
}
125+
118126
self.extra_rdoc_files = FileList['ext/nokogiri/*.c']
119127

120128
self.clean_globs += [

0 commit comments

Comments
 (0)