We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13132fc commit d76180dCopy full SHA for d76180d
Rakefile
@@ -115,6 +115,14 @@ HOE = Hoe.spec 'nokogiri' do
115
self.readme_file = "README.md"
116
self.history_file = "CHANGELOG.md"
117
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
+
126
self.extra_rdoc_files = FileList['ext/nokogiri/*.c']
127
128
self.clean_globs += [
0 commit comments