Skip to content

Commit

Permalink
add gem metadata
Browse files Browse the repository at this point in the history
goddammit, hoe.
  • Loading branch information
flavorjones committed Dec 4, 2019
1 parent 13132fc commit d76180d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,14 @@ HOE = Hoe.spec 'nokogiri' do
self.readme_file = "README.md"
self.history_file = "CHANGELOG.md"

self.urls = {
"home" => "https://nokogiri.org",
"bugs" => "https://github.com/sparklemotion/nokogiri/issues",
"doco" => "https://nokogiri.org/rdoc/index.html",
"clog" => "https://nokogiri.org/CHANGELOG.html",
"code" => "https://github.com/sparklemotion/nokogiri}",
}

self.extra_rdoc_files = FileList['ext/nokogiri/*.c']

self.clean_globs += [
Expand Down

0 comments on commit d76180d

Please sign in to comment.