Skip to content

Commit

Permalink
Update URL to hash format to generate metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
JuanitoFatas committed Nov 29, 2019
1 parent 200df2f commit 6e26a30
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Rakefile
Expand Up @@ -15,6 +15,13 @@ Hoe.spec "loofah" do
self.history_file = "CHANGELOG.md"
self.readme_file = "README.md"
self.license "MIT"
self.urls = {
"home" => "https://github.com/flavorjones/loofah",
"bugs" => "https://github.com/flavorjones/loofah/issues",
"doco" => "https://www.rubydoc.info/gems/loofah/",
"clog" => "https://github.com/flavorjones/loofah/master/CHANGELOG.md",
"code" => "https://github.com/flavorjones/loofah",
}

extra_deps << ["nokogiri", ">=1.5.9"]
extra_deps << ["crass", "~> 1.0.2"]
Expand Down

0 comments on commit 6e26a30

Please sign in to comment.